>\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" />
欢迎访问广州国微软件;使用和案例一切产品的标准!
首页 >  政府专题 >  专项工作新闻 > 正文
常用的链接写法





一、主站的链接写法:


1、"更多>>"的链接写法
 

A:主站的“更多>>”:静态的写法

<a href="{$this_system.domain}/html/893/" target="_blank">更多</a>


B:主站的“更多>>”:动态的写法

<a href="{$core.controller}/cms/item-list-category-44.shtml" target="_blank">更多</a>


C:主站的导航:静态地址写法

html/781/


D:主站的导航:动态的写法

index.php/cms/item-list-category-1360.shtml

 


二、分站的链接:

A:分站的更多>>的链接静态地址写法

<a href="{$site_domain}/19107/" target="_blank">更多>></a>
<a href="{$site_domain}/19785" target="_blank">MORE+</a>

B:内容页的静态写法:
<a href="{$site_domain}/2018_05/10_18/content-12843.html" target="_blank">更多>></a>
 
C:分站的"更多>>": 动态的地址的写法
<a href="{$this_system.controller}/item-list-category-8784.shtml" target="_blank">更多>></a> 
 
D:静态导航菜单写法:
{$site_domain}/19106/
 
 
E:动态导航菜单写法:
动态写法:{$system_url}/item-list-category-8784.html


一、主站的其他的链接写法:

A:信箱的链接写法
<a href="{$core.controller}/letter-list">党委信箱</a>

B:表单的写法

<a href="{$core.controller}/forms-post?mid=29"><span>网上举报</span></a>

 

 

 

图文特殊标签:

<!--{php168}-->
<ul class="sidelist81" style="font-size:14px;color:#333;">
<!--{foreach $list $k $value}-->
    {if $k}<li style="$wf;"><a target="_blank" title="{$value['full_title']}" href="{$value['url']}">{$value['title']}</a></li>{/if}
<!--{/foreach}-->
</ul>
<!--{/php168}-->