detail.html
1.88 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>专题详情-{$tpshop_config['shop_info_store_title']}</title>
<meta http-equiv="keywords" content="{$tpshop_config['shop_info_store_keyword']}" />
<meta name="description" content="{$tpshop_config['shop_info_store_desc']}" />
<link rel="stylesheet" href="__STATIC__/css/promoteList.css" type="text/css">
</head>
<style>
.mbb_mian{width:100%; position:relative; z-index:3;text-align:center;}
</style>
<body>
<!--------头部开始-------------->
<include file="public/header" />
<div class="layout ov-hi">
<div class="mbb_mian" style="margin-top:{$topic.topic_margin_top}px;padding:0px;">
<iframe width="100%" height="100%" frameborder="0" hspace="0" vspace="0" scrolling="no" style="display: inline;" onload="this.height=0;var fdh=(this.Document?this.Document.body.scrollHeight:this.contentDocument.body.offsetHeight);this.height=(fdh>700?fdh+200:700)" src="{:U('Home/Topic/info',array('topic_id'=>$topic['topic_id']))}"></iframe>
</div>
</div>
<!--------底部banner-开始-------------->
<div class="layout layer">
<div class="cen-banne">
<adv pid = "4" limit="1" item="v">
<a href="{$v['ad_link']}"<if condition="$v['target'] eq 1">target="_blank"</if>>
<img src="{$v['ad_code']}" width="1200" height="160" title="{$v[title]}" style="{$v[style]}"/>
</a>
</adv>
</div>
</div>
<script type="text/javascript">
/*
function iFrameHeight() {
var ifm = document.getElementById("mainweb");
var subWeb = document.frames ? document.frames["mainweb"].document : ifm.contentDocument;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.body.scrollHeight;
}
}
*/
</script>
<!--------底部banner-结束-------------->
<!--------footer-开始-------------->
<include file="public/footer" />
<!--------footer-结束-------------->
</body>
</html>