📄 customer_manufacturer_products.tpl
字号:
{* $Id: customer_manufacturer_products.tpl,v 1.3 2004/05/24 11:51:12 mclap Exp $ *}
{if $manufacturer.image ne '' && $manufacturer.descr ne '' && $manufacturer.url ne ''}
<TABLE border="0">
<TR>
{if $manufacturer.image ne ''}
<TD valign="top">{if $manufacturer.url ne ''}<A href="{$manufacturer.url}">{/if}<IMG src="{$NetGou_web_dir}/mlogo.php?manufacturerid={$manufacturer.manufacturerid}" border="0">{if $manufacturer.url ne ''}</A>{/if}</TD>
{elseif $manufacturer.url ne ''}
<TD>{$lng.lbl_url}: <A href="{$manufacturer.url}">{$manufacturer.url}</A></TD>
</TR>
<TR>
{/if}
<TD valign="top">{$manufacturer.descr|escape}</TD>
</TR>
</TABLE>
<BR>
{/if}
{ include file="customer/main/navigation.tpl" }
{capture name=dialog}
{if $products ne ''}
{include file="customer/main/products.tpl" products=$products}
{else}
{$lng.txt_no_products_in_man}
{/if}
{/capture}
{include file="dialog.tpl" title=$manufacturer.manufacturer content=$smarty.capture.dialog extra="width=100%"}
{ include file="customer/main/navigation.tpl" }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -