📄 goods_gallery.lbi
字号:
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<div class="cell-title">
<div class="title-div"><img src="../images/gallery.gif" alt="" width="158" height="39" /></div>
<div class="content-div">
<!-- {foreach from=$pictures item=picture}-->
<table width="140" bgcolor="#DADADA" cellspacing="1" style="float:left; text-align: center;">
<tr>
<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 />
{$picture.img_desc|escape:html}</td>
</tr>
</table>
<!--{/foreach}-->
<br style="clear:both;"/>
</div>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -