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

📄 product_manufacturer.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{if $active_modules.Manufacturers ne ""}
{include file="main/popup_product_js.tpl"}
{capture name=dialog}
<TABLE border="0" {if $productids ne ''}cellspacing="0" cellpadding="4"{else}cellspacing="1" cellpadding="2"{/if}>
<FORM action="product_modify.php" name="manufacturer" method="POST">
{if $productids ne ''}
<TR>
    <TD width="15" class="TableSubHead">&nbsp;</TD>
    <TD class="TableSubHead" colspan="2"><B>* {$lng.lbl_note}:</B> {$lng.txt_edit_product_group}</TD>
</TR>
{/if}

<INPUT type="hidden" name="productid" value="{$product.productid}">
<INPUT type="hidden" name="selected_productid" value="">
<INPUT type="hidden" name="mode" value="manufacturer">
<TR>
{if $productids ne ''}<TD class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[manufacturer]"></TD>{/if}
	<TD nowrap>{$lng.lbl_manufacturer}</TD>
	<TD width="100%"><SELECT name="manufacturerid">
	<OPTION value=''{if $product.manufacturerid eq ''} selected{/if}>{$lng.lbl_no_manufacturer}</OPTION>
	{foreach from=$manufacturers item=v}
	<OPTION value='{$v.manufacturerid}'{if $v.manufacturerid eq $product.manufacturerid} selected{/if}>{$v.manufacturer}</OPTION>
	{/foreach}
	</SELECT>&nbsp;&nbsp;<INPUT type="submit" value="{$lng.lbl_update}"></TD>
</TR>
<TR>
</FORM>
</TABLE>

{/capture}
{include file="dialog.tpl" title=$lng.lbl_select_manufacturer content=$smarty.capture.dialog extra="width=100%"}
{/if}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -