📄 list_payconfirm.tpl
字号:
<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=8>每页记录数:
<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="60">{ID}</th>
<th width=120>{User}</th>
<th width=150>{OrderID}</th>
<th width=80>{Money}</th>
<th width=120>{PayTime}</th>
<th>{PayMode}</th>
</tr>
<!-- beginRow ConfirmList -->
<tr align="center" class='list_content' onmouseover='highlightrow2(this, true);' onmouseout='highlightrow2(this, false);'>
<td>{ConfirmList.ID}</td>
<td><a href='{PHP_SELF}?act=customer&Name={ConfirmList.User}' target=_blank>{ConfirmList.User}</a></td>
<td><a href='{PHP_SELF}?act=order&code=modify&ID={ConfirmList.OrderID}' target=_blank>{ConfirmList.OrderID}</a></td>
<td>{ConfirmList.Money}</td>
<td>{ConfirmList.PayTime}</td>
<td>{ConfirmList.PayMode}</td>
</tr>
<!-- endRow ConfirmList -->
<tr align="right" class='list_bottom'>
<td colspan="8">{PAGE_LIST}</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -