Commit 37cffefb authored by wujj's avatar wujj
Browse files

模板

parent 3ffe552f
......@@ -64,7 +64,7 @@
</a>
</div>
<!--新闻列表(一行) - start -->
{ms:arclist ispaging=true}
{ms:arclist ispaging=true size=1}
<div class="ms-news-one-line">
<i class="iconfont icon-fangkuai ms-news-one-line-dot" ></i>
<a href="${global.url}${field.link}"
......
<!DOCTYPE html>
<html>
<head>
<#include "head-file.htm"/>
</head>
<body>
<#include "head.htm"/>
<br/>son
{ms:channel type="son"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>top
{ms:channel type="top"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>level
{ms:channel type="level"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>self
{ms:channel type="self"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>sonOrLevel
{ms:channel type="sonOrLevel"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>path
{ms:channel type="path"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>parent
{ms:channel type="parent"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<br/>nav
{ms:channel type="nav"}
<a href="{ms:global.url/}${field.typelink}">${field.typetitle}</a>
{/ms:channel}
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/about_us.jpg) no-repeat center;">
<p class="banner_tit_about animated fadeInLeft">关于我们</p>
<p class="banner_tit_about_des animated fadeInRight">About us</p>
</div>
<div class="ms-content-about">
<div class="ms-content-main">
<#include "menu-left.htm"/>
<div class="ms-content-right">
<div class="ms-content-right-position">
<a href="{ms:global.host/}">首页</a>
<span>></span>
<a href="{ms:field.typelink/}">{ms:field.typetitle/}</a>
</div>
<div class="ms-content-right-main">
<div class="ms-content-right-main-title">{ms:field.title/}</div>
<div class="ms-content-right-main-content">{ms:field.content/}</div>
</div>
</div>
</div>
</div>
<#include "footer.htm"/>
</body>
</html>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment