?? teachermanage.aspx
字號:
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="TeacherManage.aspx.cs" Inherits="Teacher_SeeClass" Title="查看課表" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphMain" Runat="Server">
<table style="width: 416px">
<tr>
<td align="center" colspan="2" style="color: #ffffff; background-color: steelblue"
valign="top">
我的信息</td>
</tr>
<tr>
<td align="left" colspan="2" rowspan="2" style="height: 16px" valign="top">
<table style="width: 402px; height: 29px">
<tr>
<td align="right" style="width: 100px; height: 18px">
<strong>
教師編號:</strong></td>
<td colspan="3" style="height: 18px">
<%=Session["usrID"].ToString()%>
</td>
</tr>
<tr>
<td align="right" style="width: 100px">
<strong>
教師姓名:</strong></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server" Width="111px" Enabled="False"></asp:TextBox></td>
<td style="width: 100px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 23px">
<strong>
教師職稱:</strong></td>
<td style="width: 100px; height: 23px">
<asp:TextBox ID="TextBox2" runat="server" Width="111px" Enabled="False"></asp:TextBox></td>
<td style="width: 100px; height: 23px" align="right">
<strong>
性別:</strong></td>
<td style="width: 100px; height: 23px">
<asp:DropDownList ID="DropDownList1" runat="server" Enabled="False">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 23px">
<strong>
教師概述:</strong></td>
<td align="left" colspan="3" rowspan="2" valign="top">
<asp:TextBox ID="TextBox3" runat="server" Height="41px" TextMode="MultiLine" Width="177px" Enabled="False"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 23px">
</td>
</tr>
<tr>
<td style="width: 100px; height: 26px">
</td>
<td align="center" colspan="3" rowspan="1" style="height: 26px" valign="top">
<asp:Button ID="Button5" runat="server" Text=" 修改 " OnClick="Button5_Click" />
<asp:Button ID="Button1" runat="server" Enabled="False" Text=" 更新 " OnClick="Button1_Click" /> <asp:Button
ID="Button2" runat="server" Enabled="False" Text=" 取消 " OnClick="Button2_Click" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
<tr>
<td align="center" colspan="2" rowspan="1" style="color: #ffffff; background-color: steelblue"
valign="top">
密碼更新</td>
</tr>
<tr>
<td align="left" colspan="2" rowspan="1" valign="top">
<table>
<tr>
<td align="right" style="width: 100px">
舊密碼:</td>
<td style="width: 293px">
<asp:TextBox ID="TextBox4" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px">
新密碼:</td>
<td style="width: 293px">
<asp:TextBox ID="TextBox5" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px">
確認密碼:</td>
<td style="width: 293px">
<asp:TextBox ID="TextBox6" runat="server" TextMode="Password" Width="179px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px">
</td>
<td align="center" style="width: 293px">
<asp:Button ID="Button3" runat="server" Text=" 更新 " OnClick="Button3_Click" /> <asp:Button ID="Button4"
runat="server" Text=" 取消 " OnClick="Button4_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -