Yourphp模板制作常用的标签说明
<a href="{$Categorys[$T[m_contact_catid]]['url']}">{:L(more)}>></a>
</span><b>{$T[right_name_2]}</b>
<ul><yp:block pos="contact" /></ul>
/******************产品分类
<a href="{$Categorys[$T[m_product_catid]]['url']}">{:L(more)}>></a>
</span><b>{$T[right_name_1]}</b></h3>
<YP:nav catid="T[m_product_catid]" level="3" id="catlist" />
/**********更多
<h3 class="tit"><span><a href="{$Categorys[$T[m_product_catid]]['url']}">{:L(more)}>></a></span>
<b>{$T[right_name_1]}</b><em>Product</em></h3>
<YP:nav catid="T[m_product_catid]" level="2" id="catlist" />
/********标签
<h3 class="tit"><span><a href="{:TAGURL()}">{:L(more)}>></a></span><b>{:L(tags)}</b><em>Tags</em></h3>
<ul><yp:tags moduleid="moduleid" ><a href="{:TAGURL($r)}">{$r.name}</a> </yp:tags> </ul>
/***********友情链接
<h3 class="tit"><span></span><b>{$T.right_name_3}</b><em>links</em></h3>
<div class="h1低"></div>
带有网站logo
<ul class="pic">
<YP:link typeid="2" linktype="2">
<li><a href="{$r['siteurl']}" target="_blank" title="{$r['name']}"><img src="{$r['logo']}" alt="{$r['name']}"></a></li>
</YP:link>
</ul>
不带网站logo
<ul class="txt">
<YP:link linktype="1">
<li><a href="{$r['siteurl']}" target="_blank" title="{$r['name']}">{$r['name']}</a></li>
</YP:link>
</ul>
/**************搜索
<form method="GET" action="index.php?m=Search&l=cn&keyword=&module=Product">
<input type="hidden" id="" name="m" value="Search"/>{if APP_LANG}<input type="hidden" name="l" value="{$l}" />{/if}
<input type="text" name="keyword" id="" class="input-text" value="{$keyword}" />
{:Form::select(array('field'=>'module','options'=>$search_module),$module)}
<input type="submit" value="{:L(search)}" />
</form>
/***********网站logo
<a href="{$site_url}"><img src="{$logo}" alt="{$site_name}"></a>
/*****导航
<YP:nav catid="低" level="3" home="1" />
/***************页幻灯片
<YP:flash flashid="1" />
/*********公司简介
<yp:block pos="about" /> //面包屑碎片
/*****页产品展示
<a href="{$Categorys[$T[m_product_catid]]['url']}">{:L(more)}>></a>
<b>{$Categorys[$T[m_product_catid]]['catname']}</b>
<ul class="pic">
<YP:list name="Article" order="id desc" catid="T[m_product_catid]" limit="8">
<li><span><a href="{$r.url}" target="_blank"><img src="{$r['thumb']|thumb}"></a></span><a href="{$r.url}" target="_blank">{$r.title}</a></li>
</YP:list>
</ul>
/*************页新闻中心
<a href="{$Categorys[$T[m_news_catid]]['url']}">{:L(more)}>></a></span>
<b>{$Categorys[$T[m_news_catid]]['catname']}</b></h2>
<div class="ilist"><ul>
<YP:list name="Article" order="id desc" catid="T[m_news_catid]" limit="12">
<li><a href="{$r.url}" target="_blank">{$r[title]|str_cut=###,4低}</a></li>
</YP:list>
</ul>
</div>
/************footer页版权信息
<yp:block pos="footer" /> //面包屑碎片
/****************客服
{if $Module[9]['status']}
<YP:kefu id="kefu" left="-1低" top="18低" />
{/if}











































