admin_index.htm

来自「《PHP专业项目实例开发》源代码」· HTM 代码 · 共 66 行

HTM
66
字号
<html>
<head>
<title>Administrator Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<h1 align="center"><b>Administrator Page</b></h1>
<table width="54%" border="0" align="center">
  <tr> 
    <td><b>PRODUCTS</b></td>
  </tr>
  <tr> 
    <td><a href="addproducts.php">Add Products</a> , <a href="removeproducts.php">Remove 
      Products</a>, <a href="productbrowser.php">Product Browser</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><b>CATEGORIES</b></td>
  </tr>
  <tr> 
    <td><a href="addcat.php">Add Caterogies</a> , <a href="removecat.php">Remove 
      Categories</a>, <a href="browsecat.php">Category Browser</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><b>MODERATORS</b></td>
  </tr>
  <tr> 
    <td><a href="addmod.php">Add Moderator</a>, <a href="removemod.php">Remove 
      Moderator</a>, <a href="browsemod.php">Moderator Browser</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><b>CUSTOMERS</b></td>
  </tr>
  <tr> 
    <td><a href="addcust.php">Add customer</a>, <a href="removecust.php">Remove 
      Customer</a>, <a href="browsecust.php">Customer Browser</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td> 
      <div align="center"><a href="pendingorders.php">Pending Orders</a></div>
    </td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td> 
      <div align="center"><a href="logout.php"><b>Logout</b></a></div>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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