77 lines
3.7 KiB
HTML
77 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
<meta name="robots" content="index, follow"/>
|
|
<title>${field.typetitle}</title>
|
|
<meta name="keywords" content="${field.typekeyword}">
|
|
<meta name="description" content="${field.typedescrip}">
|
|
<meta http-equiv="Cache-Control" content="no-transform"/>
|
|
<meta http-equiv="Cache-Control" content="no-siteapp"/>
|
|
<meta name="applicable-device" content="pc,mobile"/>
|
|
<link href="/{ms:global.style/}/css/style.css" rel="stylesheet"/>
|
|
<link href="/{ms:global.style/}/css/css.css" rel="stylesheet"/>
|
|
<script src="/{ms:global.style/}/js/jquery-1.8.3.min.js"></script>
|
|
<script type="text/javascript" src="/{ms:global.style/}/js/jquery.superslide.2.1.1.js">//pc导航</script>
|
|
<script src="/{ms:global.style/}/js/anim.js">//动画</script>
|
|
<script type="text/javascript" src="/{ms:global.style/}/js/basic.js"></script>
|
|
</head>
|
|
<body>
|
|
<#include "header.htm" />
|
|
<div class="o_big" >
|
|
<img src="{@ms:file field.typelitpic/}" alt="CMS,免费CMS,免费开源Java CMS,CMS系统,Java CMS,CMS内容管理系统,企业CMS,HTML网页模板,CMS模板,CMS源码,网站源码,信创系统软件,安可系统,网站建设,模板网站,建站模板,建站工具,建站平台,建站工具"/>
|
|
<h1 >${field.typedescrip}</h1>
|
|
</div>
|
|
<!--正文begin-->
|
|
<div class="wrap">
|
|
<div class="product_a anim anim-1">
|
|
<#if field.typeleaf !=0>
|
|
{ms:channel type='level'}
|
|
<#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>
|
|
<a href='<#if field.type==3>{ms:global.html/}${field.typeurl}<#else>{ms:global.html/}${field.typelink}</#if>' class='csel'>${field.typetitle}</a>
|
|
<#else>
|
|
<a href="<#if field.type==3>{ms:global.html/}${field.typeurl}<#else>{ms:global.html/}${field.typelink}</#if>">${field.typetitle}</a>
|
|
</#if>
|
|
{/ms:channel}
|
|
<#else>
|
|
{ms:channel type='son'}
|
|
<#if field.typeid == typeid || (ids?has_content && ids?split(",")?seq_contains(field.typeid.toString()))>
|
|
<a href='<#if field.type==3>{ms:global.html/}${field.typeurl}<#else>{ms:global.html/}${field.typelink}</#if>' class='csel'>${field.typetitle}</a>
|
|
<#else>
|
|
<a href="<#if field.type==3>{ms:global.html/}${field.typeurl}<#else>{ms:global.html/}${field.typelink}</#if>">${field.typetitle}</a>
|
|
</#if>
|
|
{/ms:channel}
|
|
</#if>
|
|
</div>
|
|
</div>
|
|
<div class="wrap">
|
|
<div class="case_ul">
|
|
<ul>
|
|
{ms:arclist size=8 ispaging=true}
|
|
<li class="">
|
|
<a href="{ms:global.html/}${field.link}" title="${field.title}">
|
|
<div class="imgs">
|
|
<img src="{@ms:file field.litpic/}" alt="${field.title}">
|
|
</div>
|
|
<div class="txts">
|
|
<h2 class="f22">${field.title}</h2>
|
|
<p class="p">{@ms:len field.descrip 20 /}...</p>
|
|
<div class="desc">
|
|
<div> {@ms:len field.descrip 280 /}</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</li>
|
|
{/ms:arclist}
|
|
</ul>
|
|
</div>
|
|
<div class="yema"><#include "page.htm" /></div>
|
|
</div>
|
|
<!--正文end-->
|
|
<#include "footer.htm" />
|
|
<script language="javascript" src="/{ms:global.style/}js/foot.js"></script><!--尾部end-->
|
|
</body>
|
|
</html>
|