📄 addreader.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MainMasterPage.master" AutoEventWireup="true" CodeFile="AddReader.aspx.cs" Inherits="ReaderManage_AddReader" Title="Untitled Page" EnableEventValidation="false"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table width="771" height="465" border="0" align="center" cellpadding="0" cellspacing="1" class="waikuang">
<tr>
<form name="form1" method="post" action="">
<td valign="top"><table width="756" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="756" height="24" colspan="3" align="right"> </td>
</tr>
<tr>
<td height="45" colspan="3" background="../images/tianjiaxiugaitushuxinxi.gif" style="background-image: url(../images/tianjiaxiugaiduzhexinxi.gif)"> </td>
</tr>
<tr>
<td colspan="3" background="../images/tu shu pai hang2.gif"><table width="730" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" align="center"> </td>
</tr>
<tr>
<td width="175" height="26" align="right" class="daohang1"> </td>
<td width="66" align="center" class="daohang1">读者编号:</td>
<td colspan="3"><label>
<asp:TextBox ID="txtReaderID" runat="server" ReadOnly="True"></asp:TextBox>
</label></td>
<td width="306" align="center"> </td>
</tr>
<tr>
<td height="28" align="right" class="daohang1"> </td>
<td height="28" align="center" class="daohang1">姓名:</td>
<td colspan="3"><asp:TextBox ID="txtReader" runat="server"></asp:TextBox></td>
<td align="center"> </td>
</tr>
<tr>
<td height="25" align="right" class="daohang1"> </td>
<td height="25" align="center" class="daohang1"> 性别:</td>
<td colspan="3"><label>
<asp:DropDownList ID="ddlSex" runat="server" Width="154px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList>
</label></td>
<td align="center"> </td>
</tr>
<tr>
<td height="29" align="right" class="daohang1"> </td>
<td height="29" align="center" class="daohang1">读者类型:</td>
<td colspan="3"><asp:DropDownList ID="ddlRType" runat="server" Width="155px">
</asp:DropDownList></td>
<td align="center"> </td>
</tr>
<tr>
<td height="27" align="right" class="daohang1"> </td>
<td height="27" align="center" class="daohang1">出生日期:</td>
<td colspan="3"><label>
<asp:TextBox ID="txtBirthday" runat="server"></asp:TextBox>
</label></td>
<td align="center" style="text-align: left" class="daohang1">(格式为2007-01-01) </td>
</tr>
<tr>
<td height="25" align="right" class="daohang1"> </td>
<td height="25" align="center" class="daohang1">证件类型:</td>
<td colspan="3"><asp:DropDownList ID="ddlPaperType" runat="server" Width="155px">
<asp:ListItem>身份证</asp:ListItem>
<asp:ListItem>学生证</asp:ListItem>
<asp:ListItem>军官证</asp:ListItem>
<asp:ListItem>工作证</asp:ListItem>
</asp:DropDownList></td>
<td align="center"> </td>
</tr>
<tr>
<td height="25" align="right" class="daohang1"> </td>
<td height="25" align="center" class="daohang1">证件号码:</td>
<td colspan="3"><asp:TextBox ID="txtPaperNum" runat="server"></asp:TextBox></td>
<td align="center"> </td>
</tr>
<tr>
<td height="27" align="right" class="daohang1"> </td>
<td height="27" align="center" class="daohang1">电话:</td>
<td colspan="3"><asp:TextBox ID="txtTel" runat="server"></asp:TextBox></td>
<td align="center"> </td>
</tr>
<tr>
<td height="24" align="right" class="daohang1"> </td>
<td height="24" align="center" class="daohang1">Email:</td>
<td colspan="3"><asp:TextBox ID="txtEmail" runat="server"></asp:TextBox></td>
<td align="center"> </td>
</tr>
<tr>
<td height="27" align="right" class="daohang1"> </td>
<td height="27" align="center" class="daohang1">注册日期:</td>
<td colspan="3"><label>
<asp:TextBox ID="txtDate" runat="server"></asp:TextBox>
</label></td>
<td align="center" style="text-align: left" class="daohang1">(格式为2007-01-01) </td>
</tr>
<tr>
<td height="28" align="right" class="daohang1"> </td>
<td height="28" align="center" class="daohang1">操作员:</td>
<td colspan="3"><asp:TextBox ID="txtOper" runat="server"></asp:TextBox></td>
<td align="center"> </td>
</tr>
<tr>
<td height="29" align="right" class="daohang1"> </td>
<td height="29" align="center" class="daohang1">备注:</td>
<td colspan="3"><label>
<asp:TextBox ID="txtRemark" runat="server" Height="81px" TextMode="MultiLine" Width="237px"></asp:TextBox>
<br>
</label></td>
<td align="center"> </td>
</tr>
<tr>
<td height="25" colspan="2" align="center"> </td>
<td colspan="3"><label>
</label>
<label>
</label>
<asp:Button ID="btnAdd" runat="server" Enabled="False" OnClick="btnAdd_Click" Text="添加" />
<asp:Button ID="btnSave" runat="server" Text="修改" OnClick="btnSave_Click" Enabled="False" />
<asp:Button ID="btnCancel" runat="server" Text="取消" OnClick="btnCancel_Click" CausesValidation="False" /></td>
<td align="center"> </td>
</tr>
</table>
<p>
<label></label>
</p>
</td>
</tr>
<tr>
<td height="4" colspan="3" valign="top" background="../images/tu shu pai hang3.gif"></td>
</tr>
</table>
</td></form>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -