📄 findpwd.ascx
字号:
<table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
cellspacing="0" class="css" style="width: 495px; height: 225px; text-align: left;">
<tr style="height: 25px">
<td style="width: 150px">
用户名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="teacherUserName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
教师姓名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="teacherName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px; height: 25px">
电子邮箱:</td>
<td colspan="2" style="width: 350px; height: 25px">
<asp:TextBox ID="teacherEmail" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
密码保护问题1:</td>
<td colspan="2" style="width: 350px">
<asp:Label ID="teacherPwdProtectQue1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
密码保护答案1:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="teacherPwdProtectAns1" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
密码保护问题2:</td>
<td colspan="2" style="width: 350px">
<asp:Label ID="teacherPwdProtectQue2" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
密码保护答案2:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="teacherPwdProtectAns2" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="width: 25px">
<td colspan="3" style="text-align: center">
<asp:Button ID="teacherSubmit" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="提 交" />
<input id="teacherReset" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" type="reset" value="重 置" /></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="color: red; text-align: center">
您的密码是:<asp:Label ID="teacherPwd" runat="server" Text="Label"></asp:Label>
请牢记哦!</td>
</tr>
</table>
</asp:View>
<asp:View ID="managerNextView" runat="server"><table border="0" cellpadding="0" cellspacing="0" class="css" style="width: 495px;
height: 25px; text-align: left;">
<tr>
<td colspan="3" rowspan="3" style="background-image: url(image/system/menu_bg1.jpg)">
用户中心→密码找回→管理员密码找回</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<br />
<br />
<br />
<br />
<table border="1" cellpadding="0" cellspacing="0" class="css" bordercolordark="#003399" bordercolorlight="#6a82dd" style="width: 495px;
height: 75px; text-align: left;">
<tr style="height: 25px">
<td style="width: 150px">
用户名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerNextUserName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 150px">
管理员姓名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerNextName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="height: 25px; text-align: right;">
<asp:Button ID="managerNext" runat="server" Text=" 下一步" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" OnClick="managerNext_Command"/>
</td>
</tr>
</table>
<br />
<br />
</asp:View>
<asp:View ID="managerView" runat="server">
<table border="0" cellpadding="0" cellspacing="0" class="css" style="width: 495px;
height: 25px; text-align: left;">
<tr>
<td colspan="3" rowspan="3" style="background-image: url(image/system/menu_bg1.jpg)">
用户中心→密码找回→管理员密码找回</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" class="css" bordercolordark="#003399" bordercolorlight="#6a82dd" style="width: 495px;
height: 275px; text-align: left;">
<tr style="height: 25px">
<td style="width :150px">
用户名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerUserName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
管理员姓名:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerName" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
电子邮箱:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerEmail" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
密码保护问题1:</td>
<td colspan="2" style="width: 350px">
<asp:Label ID="managerPwdProtectQue1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
密码保护答案1:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerPwdProtectAns1" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width :150px; height: 25px;">
密码保护问题2:</td>
<td colspan="2" style="width: 350px; height: 25px;">
<asp:Label ID="managerPwdProtectQue2" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
密码保护答案2:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerPwdProtectAns2" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
密码保护问题3:</td>
<td colspan="2" style="width: 350px">
<asp:Label ID="managerPwdProtectQue3" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr style="height: 25px">
<td style="width :150px">
密码保护答案3:</td>
<td colspan="2" style="width: 350px">
<asp:TextBox ID="managerPwdProtectAns3" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="vertical-align: top; text-align: center"><asp:Button ID="managerSubmit" runat="server" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="提 交" />
<input id="Reset1" class="btn3_mouseout" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" type="reset" value="重 置" /></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="color: red; text-align: center">
您的密码是:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
请牢记哦!</td>
</tr>
</table>
</asp:View>
</asp:MultiView></asp:Panel>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -