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

📄 info_product_property.tpl

📁 渣渣网络商店系统ZZShop v1.0完整运行程序,MYSQL数据库,APACHE服务器
💻 TPL
字号:
<script language='javascript'>
<!--

	function checkSubmit()
	{
		var Obj = document.frmInfo;

		return true;
	}
-->
</script>
<form action='{ACTION}' method='POST' enctype="multipart/form-data" name=frmInfo onSubmit='return checkSubmit();'>
<table width="100%"  border="0" cellspacing=0 cellpadding=5 class=adminform>
  <tr>
    <td colspan=2 class='info_title'><strong>添加/修改 分类产品属性</strong></td>
  </tr>
  <tr class='info_content'>
    <td width=70>所属分类:</td>
    <td>
    	{Category}
    </td>
  </tr>
  <tr>
    <td colspan=2 align=center><b>继承自上级的属性</b></td>
  </tr>
  <!-- beginRow InheritedPropertyList -->
  <tr class='info_content'>
    <td>属性名称:</td>
    <td>
    	{InheritedPropertyList.PropertyName}
    </td>
  </tr>
  <!-- endRow InheritedPropertyList -->
  <tr>
    <td colspan=2 align=center><b>本分类包含的属性</b></td>
  </tr>
  <!-- beginRow PropertyList -->
  <tr class='info_content'>
    <td>属性名称:</td>
    <td><input name="Name[]" type="text" id="Name" value="{PropertyList.PropertyName}" size="25"></td>
  </tr>
  <!-- endRow PropertyList -->
  <tr class='info_content'>
    <td colspan=2 align="center" class="info_bottom">
		<input type="submit" value="{Caption}">
    	<input name="btnSubmit" type="hidden" id="btnSubmit" value="1">
    	<input type="button" accesskey='c' value="取消(C)" onClick='window.location = "{PHP_SELF}?act=category";'>
	</td>
    </tr>
</table>
</form>

⌨️ 快捷键说明

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