回复第39楼
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!--对苹果设备的设置-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="keywords" content="${channel.keywords!}"/>
<meta http-equiv="description" content="${channel.description!}"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head>
<link href="/${mobileRes!}/css/box.css" rel="stylesheet" type="text/css">
<title>${site.name}</title>
<link rel="stylesheet" type="text/css" href="/${mobileRes!}/css/index.css">
<link rel="stylesheet" type="text/css" href="/${mobileRes!}/css/news.css">
<script src="${resSys}/jquery.js" type="text/javascript"></script>
<script src="${resSys}/front.js" type="text/javascript"></script>
<script src="/${mobileRes!}/js/hhSwipe.js" ></script>
<script type="text/javascript">
$(function() {
Cms.channelViewCount("${base}","${channel.id}");
Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}");
});
</script>
</head>
<body style="background-color: #f5f5f5;">
<div class="biaoti">${site.name}</div>
<img src="/${mobileRes!}/img/banner.png" class="banner">
<div class="fubiaoti">
[@cms_channel id=channel.id]
${tag_bean.name}<a href="${tag_bean.url}"><span>更多></span></a>
[/@cms_channel]
</div>
<ul>
[@cms_content_page count='20' titLen='18' orderBy='4' channelId=channel.id channelOption='1' dateFormat='yyyy-MM-dd']
[#list tag_pagination.list as a]
<a href="${a.mobileUrl!}"><li class="xinwen"><img src="/${mobileRes!}/img/dian.png" />[@text_cut s=a.title len=titLen append='...'/]</li></a>
[/#list]
</ul>
<div class="yema">
[@cms_pagination sysPage='1'/]
[/@cms_content_page]
</div>
<ul style="border-top: 1px solid #cdcdcd;">
[@cms_channel_list parentId='70']
[#list tag_list as c]
<a href="${c.mobileUrl!}"><li class="biaoqian">${c.name}</li></a>
[/#list]
[/@cms_channel_list]
</ul>
</body>
</html>
|
|