网站首页常用标记
<meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
<title>{dede:global.cfg_webname/}</title>
<meta name="description" content="{dede:global.cfg_description/}" />
<meta name="keywords" content="{dede:global.cfg_keywords/}" />
<li><a href='{dede:global.cfg_cmsurl/}/'><span>主页</span></a></li>
{dede:channel type='top' row='10'}
<li><a href='[field:typeurl/]'><span>[field:typename/]</span></a></li>
{/dede:channel}
网站栏目页常用标记
<meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<meta name="keywords" content="{dede:field.keywords/}" />
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
全局常用标记
{dede:global.cfg_templets_skin/}/
{dede:include filename="footer.htm"/}
{dede:include filename="head.htm"/}
列表页常用标签
{dede:list col='' titlelen='' infolen='' imgwidth='' imgheight='' listtype='' orderby='' pagesize='' orderway=''}
[field:title/]
[field:arcurl/]
[field:pubdate function="GetDateMK(@me)"/]
[field:description/]
{/dede:list}
列表分页标签
<div class="list_fenye">{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}</div>
列标页分页css
.list_fenye li{
float:left:
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
margin-right: 20px;
margin-left:20px;
}
内容页标签
<!------------------内容开始---------------------->
<div align="center"><strong>{dede:field.title/}</strong></div>
<div align="center">
时间:{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/} 来源:{dede:field.source/} 作者:{dede:field.writer/} 点击:
<script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript"></script>
次
</div>
<div>{dede:field.body/}</div>
<div align="right">(责任编辑:{dede:adminname/})</div>
<div class="content_fenye" align="center">
{dede:pagebreak/}
</div>
<div style="width:700">
<br>{dede:prenext get='pre'/}<br>
{dede:prenext get='next'/}
</div>
<!--------------------结束-------------------->
内容页分页css
.content_fenye li{
float:left;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
margin-right: 20px;
}
栏目文档列表
{dede:arclist flag='h' typeid='' row='' col='' titlelen='' infolen='' imgwidth='' imgheight='' listtype='' orderby='' keyword='' limit='0,1'} <a href='[field:arcurl/]'>[field:title/]</a>
[field:shorttitle /]
[field:image/] {/dede:arclist}
时间调用
<input name='time' id='time' value="{dede:php} echo $showtime=date("Y-m-d H:i:s");{/dede:php}">
<div style="display:none;">我不占地儿,你看不见我;</div>
表单调用
{dede:loop table='dede_sfgame' sort='' row='5' if='' } <li>[field:ccdec/]</li> {/dede:loop}
其中table='dede_sfgame'中的dede_sfgame就是自定义表单的表名[field:ccdec/]就是中的dedec就是数据字段名sort = '' 用于排序的字段row = '' 返回结果的条数 if = '' 查询的条件
<img src={dede:field.litpic/}>商品模型中内容页调用商品的图片