apply.htm
2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
<link href="source/plugin/dzapp_haodai/images/wap/public.css?v=201401251537" rel="stylesheet" type="text/css"/>
<link href="source/plugin/dzapp_haodai/images/wap/page.css?v=201401251605" rel="stylesheet" type="text/css"/>
<script src="source/plugin/dzapp_haodai/images/wap/jquery-1.8.0.min.js" type="text/javascript"></script>
<script src="source/plugin/dzapp_haodai/images/wap/jquery.cookie.js" type="text/javascript"></script>
<script src="source/plugin/dzapp_haodai/images/wap/wapciyty.js?v=201401251651" type="text/javascript"></script>
<style>
.prod_box {
position: absolute; width: 100%; left: 0; top: -4px; overflow-x: hidden;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.mat_top {position:fixed; top:0; left:0; z-index:9998; width:100%;}
</style>
</head>
<body>
<div class="mat_top">
<div class="header">
<a class="head_left backbtn" href="{echo rewrite_index();}">{lang dzapp_haodai:mobile_11}</a>
<a class="head_right shouy" href="./"><span>{lang homepage}</span></a>
</div>
<div class="head_cen">
<div class="cen_mat">
<div class="tit">{lang dzapp_haodai:apply_htm_2}</div>
</div>
</div>
</div>
<div class="prod_box">
<iframe src="http://interface.api.haodai.com/html5?ref={HD_REF}&sid={$current_host}" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="auto" id="iframes" name="iframes"></iframe>
</div>
<script>
var Vheight = document.documentElement.clientHeight;
$('.prod_box').css('height', Vheight + 4);
$(document).ready(function() {
var tab = $('#tab').val();
if (tab != '') {
setTab('tab', tab, 4);
}
});
</script>
</body>
</html>
<!--{eval updatesession();}-->
<!--{if defined('IN_MOBILE')}-->
<!--{eval output();}-->
<!--{else}-->
<!--{eval output_preview();}-->
<!--{/if}-->