list_maillist.tpl

来自「渣渣网络商店系统[ZZShop] V1.0」· TPL 代码 · 共 32 行

TPL
32
字号
<form action="{ACTION}" method="post" name='frmInfo'>
<table width="100%"  border="0" cellspacing=0 cellpadding=5 class='adminlist'>
  <tr class='list_title'>
    <th width="30"><input onClick='reverseCheck(frmInfo.sid);' type='checkbox'></th>
    <th width="60">{ID}</th>
    <th>{Title}</th>
    <th width=100>{Rows}</th>
    <th width=80>操作</th>
  </tr>
  <!-- beginRow MailList -->
  <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='{MailList.ID}'></td>
    <td>{MailList.ID}</td>
    <td>{MailList.Title}</td>
    <td>{MailList.Rows}</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({MailList.ID});'></td>
        		<td><img class=btn_image alt='删除' title='删除' src='images/btn_del.gif' onClick='deleteItem({MailList.ID}, "{MailList.Title}");'></td>
        		</tr>
        	</table>
    </td>
  </tr>
  <!-- endRow MailList -->
  <tr align="right" class='list_operater'>
    <td colspan=10>	<input type="button" value='删除选定' onClick='deleteSelect();'></td></tr>
  <tr align="right" class='list_bottom'>
    <td colspan=10>{PAGE_LIST}</td>
  </tr>
</table>
</form>

⌨️ 快捷键说明

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