📄 index_recommend.htm
字号:
<!--{if $recomnum}-->
<table width="100%" cellpadding="4" cellspacing="0" align="center" border="0">
<tr>
<!--{eval $item = 1;}-->
<!--{loop $recomlist $recom}-->
<!--{if ($item == 1)}-->
</tr><tr>
<!--{elseif ($item ==3)}-->
<!--{eval $item = 0;}-->
<!--{/if}-->
<!--{eval $item ++;}-->
<td valign=top width=168 align=center>
<table width="100%" cellpadding="0" cellspacing="0" align="center" border="0" class=imagebox width="100%">
<tr bgcolor="{ALTBG1}" height=20><td>$recom[productname]</td></tr>
<tr align=center height=125><td><a href="viewproduct.php?productid=$recom[productid]"><img src="$recom[img]" border=0></a></td></tr>
<tr><td height=25><a href="viewproduct.php?productid=$recom[productid]"><img src="{IMGDIR}/view_more.gif" border=0></a></td></tr>
</table>
</td>
<!--{/loop}-->
<!--{if ($item ==1)}-->
<td></td><td></td></tr>
<!--{elseif ($item ==2)}-->
<td></td></tr>
<!--{else}-->
</tr>
<!--{/if}-->
</tr>
<tr><td colspan=3>
<marquee id=recom onmouseover=recom.stop() onmouseout=recom.start() scrollamount=3 direction=left width="100%" >
{lang recommend}:
<!--{loop $recomlist $recom}-->
<a href="viewproduct.php?productid=$recom[productid]" class=sort>$recom[productname]</a>
<!--{/loop}-->
</marquee>
</td></tr>
</table>
<!--{/if}-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -