📄 menu_manufacturers.tpl
字号:
{if $manufacturers_menu ne ''}
{capture name=menu}
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
{section name=mid loop=$manufacturers_menu}
<TR><TD height=18 onmouseover="this.bgColor='#B5F3FF'" onmouseout="this.bgColor='#EFEFEF'" bgColor="#EFEFEF"><IMG height=9 src="{$ImagesDir}/leftarrow.gif" width="9" border="0">
<A href="manufacturers.php?manufacturerid={$manufacturers_menu[mid].manufacturerid}" class="VertMenuItems">{$manufacturers_menu[mid].manufacturer}</A><BR>
</TD></TR>
{/section}
{if $show_other_manufacturers}
<TR><TD height=18 onmouseover="this.bgColor='#B5F3FF'" onmouseout="this.bgColor='#EFEFEF'" bgColor="#EFEFEF"><IMG height=9 src="{$ImagesDir}/leftarrow.gif" width="9" border="0">
<A href="manufacturers.php" class="VertMenuItems">{$lng.lbl_other_manufacturers}</A>
</TD></TR>
{/if}
</TABLE>
{/capture}
{include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_manufacturer menu_content=$smarty.capture.menu link_href="manufacturers.php"}
{/if}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -