鏈接的標準化(標準化系列)
一、靜態(tài)寫法:
1,、主站靜態(tài)鏈接寫法:
A:主站的“更多>>”:靜態(tài)的寫法
<a href="{$this_system.domain}/html/893/" target="_blank">更多</a>
B:主站的導航:靜態(tài)地址寫法
html/781/
2,、分站靜態(tài)鏈接寫法:
A:分站的更多>>的鏈接靜態(tài)地址寫法
<a href="{$site_domain}/19107/" target="_blank">更多>></a>
<a href="{$site_domain}/19785" target="_blank">MORE+</a>
B:內(nèi)容頁的靜態(tài)寫法:
<a href="{$site_domain}/2018_05/10_18/content-12843.html" target="_blank">更多>></a>
C: 靜態(tài)導航菜單寫法:
{$site_domain}/19106/
二、動態(tài)地址寫法:
1,、主站動態(tài)鏈接寫法:
A:主站的“更多>>”:靜態(tài)的寫法
<a href="{$core.controller}/cms/item-list-category-44.shtml" target="_blank">更多</a>
B:主站的導航:動態(tài)的寫法
index.php/cms/item-list-category-1360.shtml
2,、分站動態(tài)鏈接寫法:
A:分站的"更多>>": 動態(tài)的地址的寫法
<a href="{$this_system.controller}/item-list-category-8784.shtml" target="_blank">更多>></a>
B:動態(tài)導航菜單寫法:
{$system_url}/item-list-category-8784.html
三、主站與子站全局靜態(tài)鏈接:
比如我們需要寫上統(tǒng)一登錄入口, 用下面的寫法,,xxx表示的靜態(tài)頁面,。
{$STATIC_URL}/XXXl.html
四、主站的其他的鏈接寫法:
A:信箱的鏈接寫法
<a href="{$core.controller}/letter-list">黨委信箱</a>
B:表單的寫法
<a href="{$core.controller}/forms-post?mid=29"><span>網(wǎng)上舉報</span></a>
五,、統(tǒng)一入口的鏈接寫法(會員中心,、標簽、后臺):
A:主站
主站會員中心登陸:{$core.U_controller}
B:子站
會員中心:{$core.U_controller}?site=school01
分站某后臺:{$core.admin_controller}/sites-index?site=school01
分站某首頁標簽:{$core.controller}/../s.php/school01?&edit_label=1
本教程文檔下載: