customer_manufacturer_products.tpl

来自「NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个」· TPL 代码 · 共 28 行

TPL
28
字号
{* $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 + =
减小字号Ctrl + -
显示快捷键?