📄 register.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Register.aspx.cs" Inherits="Register" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>注册</title>
<style type="text/css">
<!--
.STYLE1 {
font-family: "楷体_GB2312";
font-weight: bold;
color: #FF0000;
}
.STYLE2 {font-family: "隶书"}
body {
background-image: url(Images/back1.gif);
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<form name="form1" target="_self" id="form1" runat="server">
<div>
<div align="center">
<span style="font-size: 24pt; font-family: 方正舒体"><strong><span class="STYLE2">江苏工业学院物理实验选课系统</span><br />
<br />
注册系统 </strong></span>
<p align="center" class="STYLE1" style="text-align: center">
注:非本校师生无权注册。</p>
<table width="600" border="0" background="Images/FangKuai.gif" style="position: relative; text-align: center; background-color: #D4D0C8; layer-background-color: #D4D0C8; border: 1px none #000000; background-image: url(Images/back1.gif); layer-background-image: url(Images/back1.gif);">
<tr background="Images/FangKuai.gif">
<td colspan="2"><div align="center">请如实填写下列资料。</div></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px; text-align: right">
用户名:</td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px;">
<asp:TextBox ID="USER" runat="server" Width="215px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="请输入用户名" ControlToValidate="USER"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px"><div align="right">密码:</div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px;">
<asp:TextBox ID="PASSWORD1" runat="server" Width="215px" TextMode="Password"></asp:TextBox> </td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px"><div align="right">确认密码:</div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px;">
<asp:TextBox ID="PASSWORD2" runat="server" TextMode="Password" Width="215px"></asp:TextBox> <asp:Label
ID="label" runat="server" ForeColor="Red" Width="152px"></asp:Label></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px"><div align="right">姓名:</div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px;">
<asp:TextBox ID="NAME" runat="server" Width="215px"></asp:TextBox> <asp:RequiredFieldValidator
ID="RequiredFieldValidator4" runat="server" ErrorMessage="请输入您的姓名" ControlToValidate="NAME"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px"><div align="right">
学工号:</div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px;">
<asp:TextBox ID="NUMBER" runat="server" Width="215px"></asp:TextBox> <asp:RequiredFieldValidator
ID="RequiredFieldValidator5" runat="server" ErrorMessage="请输入您的学号" ControlToValidate="NUMBER"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px; height: 16px;"><div align="right">邮箱:</div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px; height: 16px;">
<asp:TextBox ID="EMAIL" runat="server" Width="215px" style="left: 0px; position: relative; top: 8px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="EMAIL"
ErrorMessage="请输入正确的邮箱!" Style="left: 0px; position: relative; top: 16px" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ErrorMessage="请输入您的电子邮箱" ControlToValidate="EMAIL" style="left: 224px; position: relative; top: -22px"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px; text-align: right; height: 6px;">
身份:</td>
<td background="Images/FangKuai.gif" style="text-align: left; height: 6px; width: 444px;">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="18px" RepeatDirection="Horizontal"
Width="230px" style="left: 0px; position: relative; top: -14px">
<asp:ListItem Selected="True">学生</asp:ListItem>
<asp:ListItem>教师</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" colspan="2" style="height: 34px">
<asp:Label ID="Label1" runat="server" Width="474px" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td background="Images/FangKuai.gif" style="width: 317px; height: 34px;"><div align="right"></div></td>
<td background="Images/FangKuai.gif" style="text-align: left; width: 444px; height: 34px;">
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/OK.gif"
Style="position: relative" OnClick="ImageButton1_Click" /><a href="Register.aspx"><img src="Images/RESET.GIF" border="0" style="left: 56px; width: 56px; position: relative; top: 0px; height: 20px" /></a>
<a href="Default.aspx"><img src="Images/arrow.gif" width="20" height="20" border="0" style="left: 120px; position: relative; top: 0px" /></a> 返回 </td>
</tr>
</table>
<p> </p>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -