<div class="product_summary">

<li><span>产品名称:</span><span>{xiao:$title}</span></li>

<li><span>产品类别:</span><span>{xiao:$cats[$catid][catname]}</span></li>

<li><span>产品描述:</span><span>{xiao:$description}</span></li>

</ul>

</div>

链接地址:

<h1><a href="{xiao:$site_url}index.php?catid=5">大闸蟹礼券</a></h1>

<h1><a href="{xiao:$site_url}index.php?catid=48">大闸蟹礼盒</a></h1>

链接首页:

{xiao:$site_url}

图文并茂的代码:

<table width="100%">

{xiao:list catid=$catid page=$page}

<!--<li><a class="text" href="{xiao:$xiao['url']}">{xiao:$xiao['title']}</a><span class="time">{xiao:function.date("Y-m-d", $xiao['time'])}</span></li>-->

<tr>

<td rowspan="2" width="180"><a href="{xiao:$xiao['url']}"><img src="{xiao:$xiao['thumb']}http://pic.chinaz.com/2015/0721/1437449062501.jpg" width="150px"/></a></td>

<td><a href="{xiao:$xiao['url']}"><b>{xiao:$xiao['title']}</b></a></td>

<td align="right">{xiao:function.date("Y-m-d", $xiao['time'])}</td>

</tr>

<tr>

<td colspan="2" valign="top">{xiao:$xiao['description']}2014年10月24日,由中国建筑业协会指导、中国建筑业协会材料分会主办、北京中房国建地下防水工程顾问有限公司协办的全国建材行业商业伦理与建筑工程质量研讨会在京召开。</td>

</tr>

<tr height="15px">

<td colspan="3"> </td>

</tr>

{/xiao:list}

<!--</ul>-->

03-15 03:23