織夢專題頁面調(diào)用標(biāo)簽為{dede:field.note/},但是它默認(rèn)產(chǎn)生的代碼需要我們?nèi)斯ば薷南伦约合胍,今天我們就來介紹下{dede:field.note/}默認(rèn)代碼修改方法。
1:認(rèn)識默認(rèn){dede:field.note/}產(chǎn)生的代碼:
<dl class="tbox"> <dt><strong>.</strong></dt> <dd> <ul class="d1 ico3"> <li><span class="date">[field:typename/]</span><a href="[field:arcurl /]" target="_blank">[field:title /]</a></li> </ul> </dd> </dl> |
2:底層模板調(diào)用控制文件 templets->system->channel_spec_note.htm
<dl class="tbox"> <dt><strong>~notename~</strong></dt> <dd> <ul class="d1 ico3"> ~spec_arclist~ </ul> </dd> </dl> |
3:~spec_arclist~ 控制文件為:templets->system->spec_arclist.htm
<li><span class="date">[field:typename/]</span><a href="[field:arcurl /]" target="_blank">[field:title /]</a></li> |
此代碼為后臺專題文檔中的-單條記錄的模板代碼。
也就是之前我們介紹的>> 織夢專題頁面專題文檔單條記錄的模板代碼修改方法
教程就講解到這里吧,有問題的朋友可以在下方留言。