📄 st_userinfoedit.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="ST_khead" Src="ST_khead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ST_kfoot" Src="ST_kfoot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ST_kuserleft" Src="ST_kuserleft.ascx" %>
<%@ Page language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_userinfoedit" CodeFile="ST_userinfoedit.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ST_userinfoedit</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="css/ST_content.css" type="text/css" rel="stylesheet">
<script language="JavaScript1.2">
function high(which2){
theobject=which2
which2.style.filter="alpha(opacity=40);";
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.style.filter="Gray alpha(opacity=40);";
which2.filters.alpha.opacity=40
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
</HEAD>
<body leftMargin="0" background="images/bg.gif" topMargin="0" marginwidth="0" marginheight="0">
<form id="Form1" method="post" runat="server">
<uc1:ST_khead id="Khead2" runat="server"></uc1:ST_khead></TD>
<table cellSpacing="0" cellPadding="0" width="780" align="center" bgColor="#ffffff" border="0">
<tr bgColor="#000000">
<td vAlign="top" colSpan="3" height="191">
<table height="191" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td background="images/topbanner.jpg"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td vAlign="top" align="center" width="210"><FONT face="宋体">
<uc1:ST_kuserleft id="Kuserleft1" runat="server"></uc1:ST_kuserleft></FONT></td>
<td vAlign="top" colSpan="2">
<table height="120" cellSpacing="1" cellPadding="5" width="550" bgColor="#000000" border="0">
<tr>
<td bgColor="#cc3399" height="23"><strong><font color="#ffffff">::用户资料修改::</font></strong></td>
</tr>
<tr>
<td bgColor="#ffffff">
<TABLE id="Table1" cellSpacing="1" cellPadding="5" width="530" border="0">
<TR>
<TD style="WIDTH: 135px" align="right" width="135"><FONT face="宋体"></FONT></TD>
<TD width="407">
<asp:Label id="Label1" runat="server" Visible="False" ForeColor="Red">Label</asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" width="135" bgColor="#ff6600">用户名:</TD>
<TD width="407">
<asp:textbox id="username" runat="server" CssClass="inputlog"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">密 码:</TD>
<TD>
<asp:textbox id="password" runat="server" CssClass="inputlog" TextMode="Password"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">确认密码:</TD>
<TD>
<asp:textbox id="password2" runat="server" CssClass="inputlog" TextMode="Password"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">真实姓名:</TD>
<TD>
<asp:textbox id="userrname" runat="server" CssClass="inputlog"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">联系电话:</TD>
<TD>
<asp:textbox id="usertel" runat="server" CssClass="inputlog"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600">联系地址:</TD>
<TD>
<asp:textbox id="useraddr" runat="server" CssClass="inputlog" TextMode="MultiLine"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 135px" align="right" bgColor="#ff6600"> </TD>
<TD>
<asp:button id="Button1" runat="server" CssClass="inputlog" Width="120px" Text="修改" onclick="Button1_Click"></asp:button></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="4"> </td>
<td width="285"> </td>
<td width="281"> </td>
</tr>
<tr>
<td colSpan="3" height="42">
</td>
</tr>
<tr>
<td colSpan="3"> </td>
</tr>
</table>
<uc1:ST_kfoot id="Kfoot2" runat="server"></uc1:ST_kfoot></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -