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

📄 list_country.tpl

📁 渣渣网络商店系统[ZZShop] V1.0
💻 TPL
字号:
<script language='javascript'>
<!--
	function doFindProvince(ID)
	{
		window.location = '{PHP_SELF}?act=province&InSearch=1&CountryID=' + ID;
	}
//-->
</script>

<form action='{ACTION}' method=POST name=frmInfo>
<table width="100%"  border="0" cellspacing=0 cellpadding=5 class=adminlist>
  <tr class='list_pagesize'>
    <td align="right" colspan=10>每页记录数: 
      <select name="select" onChange='window.location="{CurrentURL}&PageSize=" + this.options[this.selectedIndex].value;'>
        <option>选择每页记录数</option>
        <option value="10">10 条</option>
        <option value="20">20 条</option>
        <option value="50">50 条</option>
        <option value="100">100 条</option>
        <option value="-1">全部</option>
      </select></td>
  </tr>
  <tr>
    <th width=30><a onClick='reverseCheck(frmInfo.sid);'><strong>选</strong></a></th>
    <th width=60>{ID}</th>
    <th>{Name}</th>
    <th width=120>操作</th>
  </tr>
  <!-- beginRow CountryList -->
  <tr align="center" class='list_content' onClick='select_thisrow(this);' onmouseover='highlightrow2(this, true);' onmouseout='highlightrow2(this, false);'>
    <td><input onClick='highlight_row(this);'  type="checkbox" name="ids[]" id='sid' value='{CountryList.ID}'></td>
    <td>{CountryList.ID}</td>
    <td>{CountryList.Name}</td>
    <td>
    	<table width="100%"  border="0" cellspacing="0" cellpadding="0" class="operate">
        	<tr align="center">
        		<td><img class=btn_image alt='编辑' title='编辑' src='images/btn_edit.gif'  onClick="editItem({CountryList.ID});"></td>
        		<td><img class=btn_image alt='删除' title='删除' src='images/btn_del.gif' onClick="deleteItem({CountryList.ID}, '{CountryList.Name}');"></td>
        		<td><img class=btn_image alt='查找所辖省' title='查找所辖省' src='images/btn_search.gif' onClick="doFindProvince({CountryList.ID});"></td>
        		</tr>
        	</table>
		</td>
  </tr>
  <!-- endRow CountryList -->
  <tr class='list_operater'>
    <td colspan=4 align=right>		<input type=button value='搜索国家' onClick='doSomething("search");'>&nbsp; 
		<input type=button value='添加国家' onClick='doSomething("add");'>&nbsp; 
		<input type=button value='删除选定' onClick='deleteSelect();'>
	</td>
  </tr>
  <tr align="right" class='list_bottom'>
    <td colspan=4>{PAGE_LIST}</td>
  </tr>
</table>
</form>

⌨️ 快捷键说明

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