list_template.tpl

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

TPL
18
字号
<form action="{ACTION}" method="post" name='frmInfo'>
<table width="100%"  border="0" cellspacing=0 cellpadding=5 class='adminlist'>
  <tr class='list_title'>
    <th width=200>文件位置</th>
    <th>描述</th>
    <th width=40>操作</th>
  </tr>
  <!-- beginRow FileList -->
  <tr align="center" class='list_content' onClick='select_thisrow(this);' onmouseover='highlightrow2(this, true);' onmouseout='highlightrow2(this, false);'>
    <td>{FileList.FileName}</td>
    <td>{FileList.Descript}</td>
    <td>
		<img class=btn_image alt='编辑' title='编辑' src='images/btn_edit.gif' onClick='editItem("{FileList.BaseName}");'>
    </td>
  </tr>
  <!-- endRow FileList -->
</table>
</form>

⌨️ 快捷键说明

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