头部常用:
<meta name="Description"
content="<stl:content
type="Title"></stl:content>"/>
<meta name="Abstract"
content="<stl:content
type="Summary"></stl:content>"/>
<meta name="Keywords"
content=""/>
<title>{Stl.SiteName}<stl:channel
type="Title" leftText="-"
rightText="-"></stl:channel><stl:content
type="Title"></stl:content></title>
<link href="{Stl.SiteUrl}/css/main.css"
type="text/css" rel="stylesheet" />
-----------------------------------------------------------------------------------------------------------------------
非首页文件路径:
{Stl.SiteUrl}/
-----------------------------------------------------------------------------------------------------------------------
栏目图片/flash:
<stl:flash upLevel="1"
altSrc="@/images/banner.swf" width="928"
height="160"></stl:flash>
altSrc:当前flash不存在的时候调用的flash文件。
-----------------------------------------------------------------------------------------------------------------------
包含文件:
<stl:include
file="include/header.html"></stl:include>
<stl:include
file="include/footer.html"></stl:include>
-----------------------------------------------------------------------------------------------------------------------
带弹出菜单的导航:
<stl:a channelIndex="首页">首
页</stl:a>
<stl:channels channelIndex="首页"
groupChannel="主导航">
<wbr>
<stl:menu></wbr>
<wbr><wbr>
<stl:a><stl:channel
type="Title"></stl:channel></stl:a></wbr></wbr>
<wbr>
</stl:menu></wbr>
</stl:channels>
-----------------------------------------------------------------------------------------------------------------------
投票图标
http://192.168.90.181/SiteFiles/Inner/images/survey/vote.gif
查看图标
http://192.168.90.181/SiteFiles/Inner/images/survey/view.gif
<wbr>-----------------------------------------------------------------------------------------------------------------------</wbr>
在内容列表中显示内容链接:
下面的例子显示栏目索引为"新闻"的栏目的内容列表,内容链接的提示为内容标题。
<stl:contents channelIndex="新闻" width="80%"
border="0">
<stl:a title="{Content.FullTitle}"
target="_blank"></stl:a>
</stl:contents><wbr></wbr>
<wbr>title="{Content.FullTitle}"</wbr>
-----------------------------------------------------------------------------------------------------------------------
是否清除HTML标签:(比如调用文章内容时可以只调用内容的‘文字’,不调用内容里面的‘图片’)
isClearTags="true"
-----------------------------------------------------------------------------------------------------------------------
搜索标签:
<stl:searchInput
searchUrl="@/utils/search.html">
<wbr></wbr>
<wbr><wbr> 查询关键字:
<wbr><input type="text" id="word"
/> <wbr><wbr><wbr></wbr></wbr></wbr></wbr></wbr></wbr>
<wbr><wbr> <INPUT
id="submit" value="搜 索" /> <wbr></wbr></wbr></wbr>
</stl:searchInput>
-----------------------------------------------------------------------------------------------------------------------
内容列表:
<stl:contents channelIndex="" totalNum=""
titleWordNum=""></stl:contents>
-----------------------------------------------------------------------------------------------------------------------
子页面sidebar菜单,当前选中样式:
<ul>
<wbr><wbr>
<stl:channels upLevel="1"></wbr></wbr>
<wbr><wbr><wbr><wbr></wbr></wbr></wbr></wbr>
<wbr><wbr><wbr>
<stl:channelsItem type="SelectedItem"
selected="Current"></wbr></wbr></wbr>
<wbr><wbr><wbr><wbr> <li
class="now_nav"><stl:a><stl:channel
type="Title"></stl:channel></stl:a></li></wbr></wbr></wbr></wbr>
<wbr><wbr><wbr>
</stl:channelsItem></wbr></wbr></wbr>
<wbr><wbr><wbr>
<stl:channelsItem type="Item"></wbr></wbr></wbr>
<wbr><wbr><wbr><wbr>
<li><stl:a><stl:channel
type="Title"></stl:channel></stl:a></li></wbr></wbr></wbr></wbr>
<wbr><wbr><wbr>
</stl:channelsItem></wbr></wbr></wbr>
<wbr><wbr>
</stl:channels></wbr></wbr>
</ul>
-----------------------------------------------------------------------------------------------------------------------
申请职位:
<a
href="{Stl.SiteUrl}/utils/jianli1.html?jobID={Content.ContentID}">申请该职位</a>
说明:
{Stl.SiteUrl}/utils/jianli1.html 为简历单页面模板
@/utils/jianli1.html
?jobID={Content.ContentID} 表示为当前职位投递简历
这个链接写在内容模板,内容为招聘职位
-----------------------------------------------------------------------------------------------------------------------