📄 view_logo.tpl
字号:
<style type="text/css">
<!--
.UnDispose {color: #FF0000}
.Today {color: blue}
.StartTime {color: #828282}
-->
</style>
<table width="100%" align="center" cellspacing=0 cellpadding=5 class=adminform>
<!--
<tr>
<td colspan="2" class="info_title"><strong>状态统计</strong></td>
</tr>
<tr class='info_content'>
<td>授权给:</td>
<td>{Impower}</td>
</tr>
<tr class='info_content'>
<td>未处理订单:</td>
<td><span class="UnDispose">{UnDisposeOrder}</span></td>
</tr>
<tr class='info_content'>
<td>今日生成订单:</td>
<td><span class="Today">{TodayOrder}</span></td>
</tr>
<tr class='info_content'>
<td>系统开始于:</td>
<td><span class="StartTime">{StartTime}</span></td>
</tr>
-->
<tr class='info_title'>
<td colspan="2"><strong>用户管理快速通道</strong></td>
</tr>
<tr class='info_content'>
<td>搜索用户:</td>
<td valign="middle">
<form method="post" action="{PHP_SELF}?act=customer" style='display:inline'>
用 户 名:
<input type="text" name="Name">
<input name="InSearch" type="hidden" id="InSearch" value="1">
<input name="btnSubmit" type="submit" id="btnSubmit" value="搜索">
</form>
</td>
</tr>
<tr class='info_title'>
<td colspan="2"><strong>订单管理快速通道</strong></td>
</tr>
<tr class='info_content'>
<td>搜索订单:</td>
<td valign="middle">
<form method="post" action="{PHP_SELF}?act=order" style='display:inline'>
订 单 号:
<input type="text" name="OrderID">
<input name="InSearch" type="hidden" id="InSearch" value="1">
<input name="btnSubmit" type="submit" id="btnSubmit" value="搜索">
</form>
</td>
</tr>
<tr class='info_title'>
<td colspan="2"><strong>商品管理快速通道</strong></td>
</tr>
<tr class='info_content'>
<td>搜索商品:</td>
<td>
<form method="post" action="{PHP_SELF}?act=product" style='display:inline'>
商品名称:
<input type="text" name="Name2">
<input name="InSearch" type="hidden" id="InSearch" value="1">
<input name="btnSubmit" type="submit" id="btnSubmit" value="搜索">
</form>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -