nav_template.html
2.42 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
<!DOCTYPE html>
<head>
<meta name="Generator" content="tpshop"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>{$title}</title>
<meta name="description" content="{$descr}"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="address=no;">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link href="__PUBLIC__/static/font/css/font-awesome.min.css" rel="stylesheet" />
<!--[if IE 7]>
<link rel="stylesheet" href="__PUBLIC__/static/font/css/font-awesome-ie7.min.css">
<![endif]-->
<link rel="stylesheet" type="text/css" href="__STATIC__/css/public.css"/>
<!--<link rel="stylesheet" type="text/css" href="__STATIC__/css/goods.css"/>-->
<link rel="stylesheet" type="text/css" href="__STATIC__/css/layer.css"/>
<!--<link rel="stylesheet" type="text/css" href="__STATIC__/css/index.css"/>-->
<link rel="stylesheet" type="text/css" href="__PUBLIC__/static/css/model/temp.css"/>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/static/css/model/index_top.css"/>
<script type="text/javascript" src="__PUBLIC__/js/rem_new.js"></script>
<script type="text/javascript" src="__STATIC__/js/jquery.js"></script>
<script type="text/javascript" src="__STATIC__/js/touchslider.dev.js"></script>
<script type="text/javascript" src="__STATIC__/js/layer.js"></script>
<script type="text/javascript" src="__PUBLIC__/js/global.js?v=0.1"></script>
<script type="text/javascript" src="__PUBLIC__/js/mobile_common.js?v=0.1"></script>
<script type="text/javascript" src="__STATIC__/js/common.js"></script>
<script type="text/javascript" src="__PUBLIC__/static/js/model/index.js"></script>
<script type="text/javascript" src="__PUBLIC__/js/maudio.js"></script>
<script type="text/javascript" src="__PUBLIC__/static/js/model/TouchSlide.1.1.js"></script>
<style>
.showlayouttboay tr td { min-height: 0;}
.showlayouttboay tr td .spanbox{display: none;}
</style>
</head>
<body style="background: {$bk}; margin: 0 auto;min-width: 320px;">
<include file="$p" />
<input id="firind_stoid" value="{:I('stoid/d',1)}" type="hidden"/>
</body>
</html>