manage.htm

来自「在线图书销售系统源代码下载」· HTM 代码 · 共 63 行

HTM
63
字号
<html>

<head>
<title>网上书店管理</title>
</head>

<body>

<table border="0" width="59%" align="center">
  <tr>
    <td width="100%" bgcolor="#004080" colspan="6" align=center><font color="#ffffff">网上书店管理</font></td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#efeec2" colspan="6"> </td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#efeec2" colspan="6">图书数据库</td>
  </tr>
  <tr>
    <td width="17%" bgcolor="#efeec2"> </td>
    <td width="17%" bgcolor="#efeec2"><a href="blist.asp">浏览</a></td>
    <td width="17%" bgcolor="#efeec2"><a href="bupdate1.asp">修改</a></td>
    <td width="17%" bgcolor="#efeec2"><a href="badd.asp">添加</a></td>
    <td width="16%" bgcolor="#efeec2"><a href="bdel.asp">删除</a></td>
    <td width="16%" bgcolor="#efeec2"> </td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#efeec2" colspan="6">顾客数据库</td>
  </tr>
  <tr>
    <td width="17%" bgcolor="#efeec2"> </td>
    <td width="17%" bgcolor="#efeec2">浏览</td>
    <td width="17%" bgcolor="#efeec2">修改</td>
    <td width="17%" bgcolor="#efeec2">添加</td>
    <td width="16%" bgcolor="#efeec2">删除</td>
    <td width="16%" bgcolor="#efeec2"> </td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#efeec2" colspan="6">定单数据库</td>
  </tr>
  <tr>
    <td width="17%" bgcolor="#efeec2"> </td>
    <td width="17%" bgcolor="#efeec2">浏览</td>
    <td width="17%" bgcolor="#efeec2">修改</td>
    <td width="17%" bgcolor="#efeec2">添加</td>
    <td width="16%" bgcolor="#efeec2">删除</td>
    <td width="16%" bgcolor="#efeec2"> </td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#efeec2" colspan="6">
      <p align="center">&nbsp;<a href="default.asp">返回</a></p>
    </td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#004080" colspan="6">
      <p align="center"><font color="#ffffff">2002.10.22</font></p></td>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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