login.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:3k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login_login" %>
  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.     <link href="../css/css.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body class="txt" style="background-color: #cc99ff;">
  9.     <form id="form1" runat="server">
  10.     <div>
  11.      <table style="width: 564px; height: 338px; margin-top: 100px; background-image: url(../image/manager/login.JPG); padding-top: 100px;" class="txt" align="center" border="0">
  12.             <tr>
  13.                 <td style="width: 71px; height: 7px;">
  14.                     </td>
  15.                 <td style="width: 192px; height: 7px;">
  16.                     </td>
  17.             </tr>
  18.             <tr>
  19.                 <td style="width: 71px">
  20.                     </td>
  21.                 <td style="width: 192px">
  22.                     <table class="css" style="width: 292px; height: 112px">
  23.                         <tr>
  24.                             <td style="width: 88px">
  25.                     后台用户名:</td>
  26.                             <td style="width: 197px">
  27.                     <asp:TextBox ID="TextBox1" runat="server" Width="188px"></asp:TextBox></td>
  28.                         </tr>
  29.                         <tr>
  30.                             <td style="width: 88px">
  31.                     后台用户密码:</td>
  32.                             <td style="width: 197px">
  33.                     <asp:TextBox ID="TextBox2" runat="server" Width="188px" TextMode="Password"></asp:TextBox></td>
  34.                         </tr>
  35.                         <tr>
  36.                             <td style="width: 88px">
  37.                     输入验证码:</td>
  38.                             <td style="width: 197px">
  39.                     <asp:TextBox ID="TextBox3" runat="server" Width="40px"></asp:TextBox>验证码:<asp:Label ID="Label1" runat="server" Font-Size="Medium" ForeColor="#0000C0"
  40.                         Text="8888" Width="42px" BackColor="Silver" Font-Names="幼圆"></asp:Label>
  41.                     <asp:Button ID="Button1" runat="server" Text="登 录" OnClick="Button1_Click" /></td>
  42.                         </tr>
  43.                     </table>
  44.                 </td>
  45.             </tr>
  46.             <tr>
  47.                 <td style="width: 71px">
  48.                     </td>
  49.                 <td style="width: 192px">
  50.                     &nbsp;</td>
  51.             </tr>
  52.         </table>
  53.     
  54.     </div>
  55.     </form>
  56. </body>
  57. </html>