📄 user_edit.aspx
字号:
<%@ Page language="c#" Inherits="ThreeLayer.Web.Modules.Sys.User_Edit" CodeFile="User_Edit.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title></title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../../Styles/Style.css">
<!--#include file="../../scripts/Script.js"-->
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<br>
<br>
<table cellspacing="0" bordercolordark="#ffffff" cellpadding="1" width="96%" align="center"
bgcolor="#ffffff" bordercolorlight="#d1d3cd" border="1">
<tr align="center" height="25">
<td colspan="2" height="10">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<th class="font_title" align="left" width="57%">
<img height="25" src="../../Images/Share/Ico/Xp/ico_Xp03.gif" align="absBottom"><%=Request["title"]%></th>
</tr>
</table>
</td>
</tr>
<TR>
<TD width="154" height="19" align="center">姓名</TD>
<TD width="798" height="19">
<asp:textbox id="Name" runat="server" MaxLength="20" Width="212px" title="请输入姓名" dataType="r"></asp:textbox></TD>
</TR>
<TR>
<TD align="center" width="154" height="10">帐号
</TD>
<TD width="798" height="10">
<asp:textbox id="User_Id" runat="server" MaxLength="20" Width="212px" title="请输入帐号" dataType="r"></asp:textbox></TD>
</TR>
<TR>
<TD align="center" width="154" height="10">密码</TD>
<TD width="798" height="10">
<asp:textbox id="Password" runat="server" MaxLength="20" Width="212px" title="请输入密码" dataType="r"></asp:textbox></TD>
</TR>
<TR>
<TD align="center" width="154" height="10">性别</TD>
<TD width="798" height="10">
<asp:dropdownlist id="Sex" runat="server"></asp:dropdownlist></TD>
</TR>
<tr align="center" height="25">
<td width="154" height="27" align="center">年龄</td>
<td height="27" width="798">
<div align="left">
<asp:textbox id="Age" runat="server" MaxLength="2" Width="212px" title="请输入年龄" dataType="r_num"></asp:textbox>
</div>
</td>
</tr>
<TR>
<TD align="center" width="154" height="27">权限
</TD>
<TD width="798" height="27">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="10"> </TD>
<TD width="816">
<asp:checkboxlist id="Limit_Code" runat="server" RepeatColumns="6" RepeatDirection="Horizontal"></asp:checkboxlist></TD>
</TR>
</TABLE>
</TD>
</TR>
<tr height="25" align="center">
<td height="35" colspan="2">
<asp:button id="btn_Save" runat="server" Text=" 保 存 " onclick="btn_Save_Click"></asp:button>
<asp:button id="btn_Return" runat="server" Text=" 返 回 " onclick="btn_Return_Click"></asp:button>
</td>
</tr>
</table>
<br>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -