menu.asp

来自「一个不完整的硬件报价管理系统」· ASP 代码 · 共 11 行

ASP
11
字号
<table width="650" border="1" style="border-collapse: collapse"  cellspacing="0" height="19" bgcolor="<%=tablebgcolor%>" align="center"  bordercolor="<%=bordercolor%>" >
    <tr>
      <td width="122" align="center" height="18"><a href="manage.asp">管理留言</a></td>
      <td width="122" align="center" height="18"><a href="lybconfig.asp">参数设置</a></td>
      <td width="123" align="center" height="18"><a href="admin_editmo.asp">版主信息</a></td>
      <td width="123" align="center" height="18"><a href="admin_edit.asp">管理员资料</a></td>
      <td width="123" align="center" height="18"><a href="note_edit.asp">公告管理</a></td>
      <td width="123" align="center" height="18"><a href="logout.asp">退出系统</a></td>
    </tr>
  </table>

⌨️ 快捷键说明

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