grLeft.aspx
上传用户:yawei0714
上传日期:2020-11-26
资源大小:1004k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="grLeft.aspx.cs" Inherits="grLeft" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     
  7.     <link href="css/css.css" rel="stylesheet" type="text/css" />
  8. <style type="text/css">
  9. <!--
  10. body {
  11. margin-left: 0px;
  12. margin-top: 0px;
  13. margin-right: 0px;
  14. margin-bottom: 0px;
  15. }
  16. -->
  17. </style>
  18. </head>
  19. <body>
  20.     <form id="form1" runat="server">
  21.     <div style="text-align: center">
  22.         <table border="0" cellpadding="0" cellspacing="0" style="width: 220px; height: 364px; background-color: #d3cec2;">
  23.             <tr>
  24.                 <td align="left" style="width: 100px; height: 26px" valign="top">
  25.                     <asp:Image ID="Image1" runat="server" ImageUrl="~/images/fabuxuanxiang.gif" /></td>
  26.             </tr>
  27.             <tr>
  28.                 <td style="width: 100px">
  29.                   <a target="rightFrame" class="huise1" href="issuanceTruck.aspx">发布车源信息</a>
  30.                     </td>
  31.             </tr>
  32.             <tr>
  33.                 <td style="width: 100px">
  34.                    <a target="rightFrame" class="huise1"  href="issuanceFreight.aspx" >发布货源信息</a> </td>
  35.             </tr>
  36.             <tr>
  37.                 <td style="width: 100px">
  38.                      <a target="rightFrame" class="huise1" href="issuanceDepot.aspx">发布仓储信息</a>
  39.                     </td>
  40.             </tr>
  41.             <tr>
  42.                 <td style="width: 100px" align="center">
  43.                    <a target="rightFrame" class="huise1" href="newPass.aspx">修改密码</a> 
  44.                     </td>
  45.             </tr>
  46.             <tr>
  47.                 <td style="width: 100px; height: 46px;" align="center">
  48.                 <a target="_parent" class="huise1" href="index.aspx">返回</a> 
  49.                     </td>
  50.             </tr>
  51.             <tr>
  52.                 <td style="width: 100px; height: 36px">
  53.                 </td>
  54.             </tr>
  55.         </table>
  56.     
  57.     </div>
  58.     </form>
  59. </body>
  60. </html>