相关相册

2016-07-07 16:32 来源:www.chinab4c.com 作者:ecshop专家

如果我想把”相关相册“ 那些图片改成原型不在用thumb, 用 ”库项目管理“ 我要怎么改呢?



  1. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  2. <div class="cell-title">
  3. <div class="title-div"><img src="../images/gallery.gif" alt="" width="158" height="39" /></div>
  4. <div class="content-div">
  5. <!-- {foreach from=$pictures item=picture}-->
  6. <table width="600" bgcolor="#DADADA" cellspacing="1" style="float:left; text-align: center;">
  7. <tr>
  8. <td bgcolor="#FFFFFF"><A href="gallery.php?id={$id}&img={$picture.img_id}" target="_blank"><img src="{if $picture.thumb_url}{$picture.thumb_url}{else}{$picture.img_url}{/if}" alt="{$goods.goods_name}" border="0" class="thumb" /></A><br />
  9. {$picture.img_desc|escape:html}</td>
  10. </tr>
  11. </table>
  12. <!--{/foreach}-->
  13. <br style="clear:both;"/>
  14. </div>
  15. </div>
复制代码