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

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

开发平台:

HTML/CSS

  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="entry.ascx.cs" Inherits="entry" %>
  2. <table border="0" cellpadding="0" cellspacing="0" style="background-image: url(Image/logink.jpg);
  3.     width: 214px; background-repeat: no-repeat; height: 11px; text-align: center;" id="TABLE1" class="huise1">
  4.     <tr>
  5.         <td align="right" style="height: 9px">
  6.         </td>
  7.         <td align="right" style="width: 87px; height: 9px">
  8.         </td>
  9.         <td style="width: 84px; height: 9px">
  10.         </td>
  11.         <td style="width: 55px; height: 9px">
  12.         </td>
  13.     </tr>
  14.     <tr>
  15.         <td align="right" style="height: 24px">
  16.         </td>
  17.         <td align="right" style="width: 87px; height: 24px">
  18.             <span style="font-size: 10pt"><class><STRONG>用户名</STRONG>
  19.                 :</span></td>
  20.         <td style="width: 84px; height: 24px">
  21.             <asp:TextBox ID="txtName" runat="server" Width="80px"></asp:TextBox><span style="color: #ff0033"></span></td>
  22.         <td style="width: 55px; height: 24px; color: #000000;">
  23.             <asp:RadioButton ID="rdibtnGr" runat="server" Text="个人" Checked="True" GroupName="type" CssClass="huise1" /></td>
  24.     </tr>
  25.     <tr style="font-weight: bold; color: #000000">
  26.         <td align="right" style="height: 28px">
  27.         </td>
  28.         <td align="right" style="width: 87px; height: 28px">
  29.             <span style="font-size: 10pt" class="huise1">
  30.             密 码 :&nbsp;</span></td>
  31.         <td style="width: 84px; height: 28px">
  32.             <asp:TextBox ID="txtPass" runat="server" TextMode="Password" Width="80px"></asp:TextBox><span
  33.                 style="color: #ff0033"></span></td>
  34.         <td style="width: 55px; height: 28px">
  35.             <asp:RadioButton ID="rdibtnQy" runat="server" Text="企业" Width="59px" Font-Bold="False" GroupName="type" CssClass="huise1" /></td>
  36.     </tr>
  37.     <tr>
  38.         <td align="left" colspan="1" style="height: 31px">
  39.         </td>
  40.         <td align="left" colspan="2" style="height: 31px">
  41.             <asp:LinkButton ID="lnkbtnNew" runat="server" CausesValidation="False" Font-Bold="True"
  42.                 Font-Size="10pt" Font-Underline="false" ForeColor="#FF0000" PostBackUrl="~/login.aspx" CssClass="huise1" >[新会员注册]</asp:LinkButton>&nbsp;
  43.         </td>
  44.         <td align="center" colspan="1" style="width: 55px; height: 31px;">
  45.             </td>
  46.     </tr>
  47.     <tr>
  48.         <td align="center" colspan="1" style="height: 25px">
  49.         </td>
  50.         <td align="center" colspan="3" style="height: 25px">
  51.             <asp:Button ID="btnLanding" runat="server" OnClick="Button1_Click" Text="登录" Width="64px" CssClass="huise1" />
  52.             <input id="Reset1" style="width: 60px" type="reset" value="重置" class="huise1" /></td>
  53.     </tr>
  54. </table>