⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.htm

📁 《PHP专业项目实例开发》源代码
💻 HTM
字号:
<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 Categories</a>, <a href="removecat.php">Remove 
      Categories</a>, <a href="categorybrowser.php">Category Browser</a></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><b>CUSTOMERS</b></td>
  </tr>
  <tr> 
    <td><a href="../add_customer.htm" target="_blank">Add Customers</a>, <a href="removecust.htm">Remove 
      Customers</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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -