📄 list_template.tpl
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -