📄 list_list_area_tpl.tpl
字号:
<script language='javascript'>
<!--
function setLayout(ID)
{
window.location = '{PHP_SELF}?act=page_setting&code=view_order&Page=list_area_tpl_' + 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=6>每页记录数:
<select name="select" onChange='window.location="{REQUEST_URI}&PageSize=" + this.options[this.selectedIndex].value;'>
<option selected>选择每页记录数</option>
<option value=5 {PAGE_SIZE_5}>5 条</option>
<option value=10 {PAGE_SIZE_10}>10 条</option>
<option value=20 {PAGE_SIZE_20}>20 条</option>
<option value=50 {PAGE_SIZE_50}>50 条</option>
<option value=100 {PAGE_SIZE_100}>100 条</option>
<option value=-1 {PAGE_SIZE_ALL}>全部</option>
</select></td>
</tr>
<tr class='list_title'>
<th width="30"><a onClick='reverseCheck(frmInfo.sid);'><strong>选</strong></a></th>
<th width="60">{ID}</th>
<th>{Title}</th>
<th width=80>{Rows}</th>
<th width=80>{Cols}</th>
<th width=100>操作</th>
</tr>
<!-- beginRow ListAreaTplList -->
<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='{ListAreaTplList.ID}'></td>
<td>{ListAreaTplList.ID}</td>
<td>{ListAreaTplList.Title}</td>
<td>{ListAreaTplList.Rows}</td>
<td>{ListAreaTplList.Cols}</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_copy.gif' onClick='doSomething("copy", {ListAreaTplList.ID});'></td>
<td><img class=btn_image alt='编辑' title='编辑' src='images/btn_edit.gif' onClick='editItem({ListAreaTplList.ID});'></td>
<td><img class=btn_image alt='设置该页面版形' title='设置该页面版形' src='images/btn_unknown.png' onClick='setLayout({ListAreaTplList.ID});'></td>
<td><img class=btn_image alt='删除' title='删除' src='images/btn_del.gif' onClick='deleteItem({ListAreaTplList.ID}, "{ListAreaTplList.Title}");'></td>
</tr>
</table>
</td>
</tr>
<!-- endRow ListAreaTplList -->
<tr align="right" class='list_operater'>
<td colspan=6> <input type="button" value='删除选定' onClick='deleteSelect();'></td></tr>
<tr align="right" class='list_bottom'>
<td colspan=6>{PAGE_LIST}</td>
</tr>
<tr class=list_content>
<td colspan=6>
<b>小提示:</b> <br>
<br>
可以用<br>
index.php?act=tpl_page&type=list&ID=列表模板ID
<br>不用绑定到区块, 直接链接到相应页面.
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -