menu_bestsellers.tpl
来自「NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个」· TPL 代码 · 共 13 行
TPL
13 行
{if $bestsellers}
{capture name=menu}
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
{section name=num loop=$bestsellers}
<TR><TD height=18 onmouseover="this.bgColor='#B5F3FF'" onmouseout="this.bgColor='#EFEFEF'" bgColor="#EFEFEF">
<FONT class="VertMenuItems"><B>{math equation="value+1" value=$smarty.section.num.index}.</B></FONT>
<A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}" class=VertMenuItems>{$bestsellers[num].product}</A><BR>
</TD></TR>
{/section}
</TABLE>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_bestsellers menu_content=$smarty.capture.menu }
{/if}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?