userreg.aspx.bak
来自「数字图书馆网站」· BAK 代码 · 共 50 行
BAK
50 行
<%@ Page language="c#" Codebehind="UserReg.aspx.cs" AutoEventWireup="false" Inherits="DigitalLibrary.UserReg" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>UserReg</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="UserReg" method="post" runat="server">
<DIV id="Div1" style="Z-INDEX: 101; LEFT: 15px; WIDTH: 430px; POSITION: absolute; TOP: 82px; HEIGHT: 205px" align="justify" runat="server"><FONT face="Century Gothic" color="#ff0099" size="2"><b>Thank
you for deciding to become an user of this site.</b> </FONT></FONT><BR>
<BR>
<HR>
<BR>
<FONT face="Century Gothic" color="#000066" size="2">Enter the Login and Password
you want to use and confirm the same.
<BR>
<br>
The Login should be less than or equal to 8 charachters; Password should be of
6 characters;
<BR>
<br>
<HR>
<BR>
You can then login to our site to use the articles.</FONT>
</DIV>
<asp:panel id="pnlLogin" style="Z-INDEX: 103; LEFT: 459px; POSITION: absolute; TOP: 152px" runat="server" Height="172px" BorderColor="Purple" BorderStyle="Double" BorderWidth="4px" BackColor="#FFFFC0" Width="262px">
<asp:Label id="Label10" runat="server" Width="248px" Height="10px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="Label4" runat="server" Width="30px" Height="13px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="lblLogin" runat="server" Width="125px" Height="13px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller">Login </asp:Label>
<asp:TextBox id="txtLoginID" runat="server" Width="70px" Height="19px" Font-Names="Century Gothic" Font-Size="Smaller"></asp:TextBox>
<asp:Label id="Label3" runat="server" Width="248px" Height="10px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="Label5" runat="server" Width="30px" Height="18px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="lblPassword" runat="server" Width="120px" Height="18px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller">Password</asp:Label>
<INPUT id="txtPassword" style="HEIGHT: 19px" type="password" maxLength="6" size="6" name="txtPassword" runat="server">
<asp:Label id="Label6" runat="server" Width="249px" Height="10px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="Label7" runat="server" Width="30px" Height="13px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="lblConfirm" runat="server" Width="120px" Height="18px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller">Confirm Password</asp:Label>
<INPUT id="txtConfirmPassword" style="HEIGHT: 19px" type="password" maxLength="6" size="6" name="txtConfirmPassword" runat="server">
<asp:Label id="Label8" runat="server" Width="250px" Height="10px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Label id="Label9" runat="server" Width="30px" Height="13px" Font-Bold="True" Font-Names="Century Gothic" Font-Size="Smaller"></asp:Label>
<asp:Button id="btnUsers" runat="server" Width="193px" BackColor="#C0C0FF" Height="24px" Font-Bold="True" Font-Names="Century Gothic" Text="Create Login"></asp:Button>
</asp:panel><asp:label id="lblTitle" style="Z-INDEX: 102; LEFT: 15px; POSITION: absolute; TOP: 24px" runat="server" Width="443px" Font-Size="X-Large" Font-Names="Arial" ForeColor="DodgerBlue">Technocrat Digital Library!</asp:label><asp:label id="lblMessage" style="Z-INDEX: 104; LEFT: 14px; POSITION: absolute; TOP: 317px" runat="server" Height="11px" Width="423px" Font-Names="Century Gothic" ForeColor="Red" Visible="False"></asp:label>
<asp:Image id="imgImage1" style="Z-INDEX: 105; LEFT: 521px; POSITION: absolute; TOP: 36px" runat="server" Height="96px" Width="151px" ImageUrl="file:///C:\Inetpub\wwwroot\DigitalLibrary\LibInside1.jpg"></asp:Image></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?