⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 customer_manufacturer_products.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 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 + -