📄 usercomeinpwd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPageOfQianTai.master" AutoEventWireup="true" CodeFile="UserComeInPwd.aspx.cs" Inherits="userShouldDo_UserComeInPwd" Title="Untitled Page" Theme="mytheme"%>
<%@ Register Src="../UserControl/UserFunctionList.ascx" TagName="UserFunctionList" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table cellpadding="0" cellspacing="0" style="width: 1003px; height: 146px">
<tr>
<td style="background-image: url(../images/bg.gif); width: 39px; height: 295px;">
</td>
<td style="width: 924px; height: 295px;">
<table cellpadding="0" cellspacing="0" style="width: 924px; height: 130px">
<tr>
<td style="width: 231px; height: 195px; background-color: #ffffcc;">
<br />
<table style="left: -6px; position: relative; top: -35px">
<tr>
<td style="width: 231px; height: 235px" align="center">
<uc1:UserFunctionList ID="UserFunctionList1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 100px">
<fieldset style="width: 140px">
<legend class="mainTitle">为日历控件设置主题</legend>
<asp:Calendar ID="Calendar1" runat="server" Style="left: 8px; position: relative;
top: 0px" SkinID="three"></asp:Calendar>
</fieldset>
</td>
</tr>
</table>
</td>
<td colspan="2" style="vertical-align: top; background-repeat: repeat-y; height: 195px">
<table align="left" cellpadding="0" cellspacing="0" style="width: 693px; height: 154px">
<tr style="color: #000000">
<td align="left" colspan="3" style="background-image: url(../images/leaguer/person/rtop.gif);
background-repeat: no-repeat; height: 37px">
</td>
</tr>
<tr style="color: #000000">
<td align="left" colspan="3" style="background-image: url(../images/leaguer/person/rbody.gif);
background-repeat: repeat-y; height: 47px">
<img src="../images/leaguer/pwd/rtop.gif" /></td>
</tr>
<tr style="color: #000000">
<td align="center" style="height: 292px; background-image: url(../images/leaguer/person/rbody.gif); background-repeat: repeat-y;" colspan="3">
<table>
<tr>
<td style="width: 100px">
<fieldset style="width: 140px">
<legend class="mainTitle">为TextBox添加主题</legend>
<table style="background-image: url(images/1294850_472733.gif); width: 444px; border-top-style: ridge;
border-right-style: ridge; border-left-style: ridge; border-bottom-style: ridge">
<tr>
<td colspan="2">
<span style="font-size: 11pt; border-top-style: inset; border-right-style: inset;
border-left-style: inset; border-bottom-style: inset">后台管理->修改密码</span></td>
<td colspan="1">
</td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove;
border-left-style: groove; border-bottom-style: groove">原始密码:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server" TextMode="Password"></asp:TextBox>
</td>
<td style="width: 100px">
<span style="font-size: 11pt">默认外观</span></td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove;
border-left-style: groove; border-bottom-style: groove">最新密码:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server" SkinID="bule" TextMode="Password"></asp:TextBox></td>
<td style="width: 100px">
<span style="font-size: 11pt">命名外观1</span></td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove;
border-left-style: groove; border-bottom-style: groove">修改备注:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox3" runat="server" BorderWidth="1px" Rows="3" SkinID="yellow"
TextMode="MultiLine"></asp:TextBox>
</td>
<td style="width: 100px">
<span style="font-size: 11pt">命名外观2</span></td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style="background-image: url(../images/leaguer/person/rbottom.gif);
background-repeat: no-repeat; height: 353px; text-align: left; background-color: #ffffcc;">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td style="background-image: url(../images/bg.gif); width: 40px; height: 295px;">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -