⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 directorinfopage.aspx

📁 学生综合评估管理系统多角色登陆控制
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/DirectorMasterPage.master" AutoEventWireup="true" CodeFile="DirectorInfoPage.aspx.cs" Inherits="TeacherInfoTest" Title="DirectorInfoPage" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentplaceholderHead" Runat="Server">
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager>
    <asp:UpdatePanel id="UpdatePanel1" runat="server">
        <contenttemplate>
            <asp:Panel style="BACKGROUND-COLOR: #ffff66" id="panelHead" Height="100%" Width="100%" Runat="Server">
                <asp:Menu ID="MenuHead" runat="server" BackColor="#B5C7DE" DynamicHorizontalOffset="2"
                    Font-Names="Verdana" Font-Size="12pt" ForeColor="#284E98" Orientation="Horizontal"
                    StaticSubMenuIndent="10px" Width="100%" OnMenuItemClick="MenuHead_MenuItemClick">
                    <staticmenuitemstyle horizontalpadding="5px" verticalpadding="2px" />
                    <dynamichoverstyle backcolor="#284E98" forecolor="White" />
                    <dynamicmenustyle backcolor="#B5C7DE" />
                    <staticselectedstyle backcolor="#507CD1" />
                    <dynamicselectedstyle backcolor="#507CD1" />
                    <dynamicmenuitemstyle horizontalpadding="5px" verticalpadding="2px" />
                    <items>
                        <asp:MenuItem Text="首页" Value="FirstPage"></asp:MenuItem>
                        <asp:MenuItem Text="个人信息维护" Value="SelfInfo"></asp:MenuItem>
                        <asp:MenuItem Text="学生信息维护" Value="StuInfo"></asp:MenuItem>
                        <asp:MenuItem Text="综合评估信息维护" Value="EvaInfo"></asp:MenuItem>
                        <asp:MenuItem Text="注销" Value="Leave"></asp:MenuItem>
                    </Items>
                    <StaticHoverStyle backcolor="#284E98" forecolor="White" />
                </asp:Menu>
                <hr style="WIDTH: 100%" /></asp:Panel>
        </contenttemplate>
    </asp:UpdatePanel>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentplaceholderLeft" Runat="Server">
        <asp:UpdatePanel id="UpdatePanel2" runat="server">
            <contenttemplate>
                <asp:Panel style="BACKGROUND-COLOR: #ffcc66" id="PanelFirstPageLeft" runat="server" Width="100%" Height="100%">
                        滚动新闻
                </asp:Panel>
                 <asp:Panel style="BACKGROUND-COLOR: #ffcc66" id="PanelSelfInfoLeft" runat="server" Width="100%" Height="100%" Visible="False">
                     <table style="WIDTH: 100%; HEIGHT: 100%">
                         <tbody>
                             <tr>
                                 <td style="WIDTH: 3px">
                                 </td>
                                 <td style="VERTICAL-ALIGN: top; WIDTH: 80%; HEIGHT: 70%; TEXT-ALIGN: left" rowspan=2>
                                   <asp:Menu id="MenuSelfInfo" runat="server" Width="90%" Height="98%" OnMenuItemClick="MenuSelfInfo_MenuItemClick">
                                   <Items>
                                        <asp:MenuItem Text="修改基本资料" Value="ModifyBaseInfo"></asp:MenuItem>
                                        <asp:MenuItem Text="修改密码" Value="ModifyPwd"></asp:MenuItem>
                                        <asp:MenuItem Text="返 回" Value="Back"></asp:MenuItem>
                                    </Items>
                                    </asp:Menu> 
                                </td>
                                <td style="WIDTH: 3px">
                                </td>
                              </tr>
                              <tr>
                                  <TD style="WIDTH: 3px; HEIGHT: 21px"></TD>
                                  <td style="WIDTH: 3px; HEIGHT: 21px"></td>
                              </tr>
                               <tr>
                                    <td style="WIDTH: 3px; HEIGHT: 83px"></td>
                                    <td style="WIDTH: 3px; HEIGHT: 83px; TEXT-ALIGN: center">SelfInfoLeft</td>
                                    <td style="WIDTH: 3px; HEIGHT: 83px">
                                   </td>
                                </tr>
                            </tbody>
                        </table>
                    </asp:Panel> 
                    <asp:Panel style="BACKGROUND-COLOR: #ffcc66" id="PanelStuInfoLeft" runat="server" Width="100%" Height="100%" Visible="False">
                      <table style="WIDTH: 100%; HEIGHT: 100%">
                        <tbody>
                            <tr>
                            <td style="WIDTH: 3px">
                            </td>
                            <td style="VERTICAL-ALIGN: top; WIDTH: 80%; HEIGHT: 70%; TEXT-ALIGN: left" rowSpan=2>
                                <asp:Menu id="MenuStuInfo" runat="server" Width="100%" Height="100%" OnMenuItemClick="MenuStuInfo_MenuItemClick">
                                    <Items>
                                        <asp:MenuItem Text="新增学生" Value="AddStuInfo"></asp:MenuItem>
                                        <asp:MenuItem Text="修改学生资料" Value="ModifyStuInfo"></asp:MenuItem>
                                        <asp:MenuItem Text="查看学生信息" Value="QueryStuInfo"></asp:MenuItem>
                                        <asp:MenuItem Text="异动学生信息维护" Value="ChangeStuInfo"></asp:MenuItem>
                                        <asp:MenuItem Text="返 回" Value="Back"></asp:MenuItem>
                                    </Items>
                                  </asp:Menu> 
                             </TD>
                            <td style="WIDTH: 3px">
                            </td>
                                </tr>
                                    <tr>
                                        <td style="WIDTH: 3px; HEIGHT: 21px">
                                        </td>
                                        <td style="WIDTH: 3px; HEIGHT: 21px">
                                        </td>
                                    </tr>
                                <tr>
                                    <td style="WIDTH: 3px; HEIGHT: 83px">
                                    </td>
                                    <td style="WIDTH: 3px; HEIGHT: 83px; TEXT-ALIGN: center">StuInfoLeft</td>
                                    <td style="WIDTH: 3px; HEIGHT: 83px">
                                    </td>
                                </tr>
                            </tbody>
                         </table>
                    </asp:Panel> 
                    <asp:Panel style="BACKGROUND-COLOR: #ffcc66" id="PanelEvaInfoLeft" runat="server" Width="100%" Height="100%" Visible="False">
                                        EvaInfoLeft
                    </asp:Panel> 
                </contenttemplate>
            </asp:UpdatePanel>
    </asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolderRight" Runat="Server">
    <asp:UpdatePanel id="UpdatePanel3" runat="server">
        <contenttemplate>
            <asp:Panel style="BACKGROUND-COLOR: #99ffff" id="PanelFirstPageRight" runat="server" Width="100%" Height="100%">
                    交互信息或是具体通知
                </asp:Panel> 
                <asp:Panel style="BACKGROUND-COLOR: #99ffff" id="PanelSelfInfoRight" runat="server" Width="100%" Height="100%" Visible="False">
                <asp:Panel style="BACKGROUND-COLOR: #ffcc66" id="PanelModifyBaseInfo" runat="server" Width="100%" Height="100%">
                    <br />
                    <table style="width:100%; height:250px; border-right: #ccff33 thin dashed; border-top: #ccff33 thin dashed;
                                    left: 2.5%; border-left: #ccff33 thin dashed; clip: rect(auto auto auto auto); border-bottom: #ccff33 thin dashed; position: relative; top: 2.5%;">
                        <tr>
                            <td style="width: 139px">
                    PanelModifyBaseInfo</td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 139px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td>
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 139px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td style="width: 115px">
                            </td>
                            <td>
                            </td>
                        </tr>
                    </table>
                </asp:Panel>
                <asp:Panel style="BACKGROUND-COLOR: #cccc66" id="PanelModifyPwd" runat="server" Width="100%" Height="100%" Visible="False">
                    <table style="height: 210px" width="100%">
                        <tr>
                            <td>
                            </td>
                            <td style="text-align: left">
                                <asp:Label ID="Label8" runat="server" Text="修改密码"></asp:Label></td>
                        </tr>
                        <tr style="color: #ff0066">
                            <td style="text-align: right">
                                    <asp:Label id="lbOldPwd" runat="server" Text="旧 密 码:" ForeColor="Black"></asp:Label></td>
                            <td style="text-align: left">
                                    <asp:TextBox id="tbOldPwd" runat="server" Width="120px" TextMode:password="">
                                    </asp:TextBox><span style="color: #ff0066">*</span></td>
                        </tr>
                        <tr>
                            <td style="text-align: right">
                                    <asp:Label id="lbNewPwd" runat="server" Text="新 密 码:">
                                    </asp:Label></td>
                            <td style="text-align: left">
                                <SPAN style="COLOR: #ff0066"></SPAN>
                                    <asp:TextBox id="tbNewPwd" runat="server" Width="120px" TextMode:password="">
                                    </asp:TextBox><SPAN style="COLOR: #000000"><SPAN style="COLOR: #ff0066">*</SPAN></SPAN></td>
                        </tr>
                        <tr>
                            <td style="text-align: right">
                                    <asp:Label id="lbNewPwdRe" runat="server" Text="确认密码:">
                                    </asp:Label></td>
                            <td style="text-align: left">
                                    <asp:TextBox id="tbNewPwdRe" runat="server" Width="120px" extmode:password="">
                                    </asp:TextBox><SPAN style="COLOR: #ff0066">*</SPAN></td>
                        </tr>
                        <tr>
                            <td>
                            </td>
                            <td style="text-align: left">
                                    <asp:Button id="btModify" runat="server" Text="修 改">
                                    </asp:Button>&nbsp;
                                    <asp:Button id="btReset" runat="server" Text="重 置">
                                    </asp:Button></td>
                        </tr>
                        <tr>
                            <td colspan="2">
                                <span style="font-size: 10pt"><span style="color: #ff0066">
                                <span style="vertical-align: top;">注意 </span>:</span>
                                    <SPAN style="BORDER-BOTTOM-WIDTH: thin; BORDER-BOTTOM-COLOR: black; VERTICAL-ALIGN: top; WIDTH: 100%; HEIGHT: 10%">
                                         密码至少为6位,为了帐户安全请不要用学号、生日等做为密码。</SPAN></span></td>
                        </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -