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

📄 directorinfopage.aspx

📁 学生综合评估管理系统多角色登陆控制
💻 ASPX
📖 第 1 页 / 共 3 页
字号:
                    </table>
                    </asp:Panel> SelfInfoRight 
                    </asp:Panel>
                             <asp:Panel style="BACKGROUND-COLOR: #99ffff" id="PanelEvaInfoRight" runat="server" Width="100%" Height="100%" Visible="False">
                    EvaInfoRight
           </asp:Panel> 
        <asp:Panel ID="PanelStuInfoRight" runat="server" Height="100%" Style="background-color: #ffcc66"
            Visible="False" Width="100%">
            <asp:Panel ID="PanelAddStuInfo" runat="server" Height="100%" Visible="False" Width="100%">
                <cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" Style="width: 100%;
                    height: 350px" Width="100%" Height="300px">
                    <cc1:TabPanel ID="TabPanel1" runat="server" HeaderText="TabPanel1">
                        <ContentTemplate>
                            <table style="width: 100%; height: 100%">
                                <tr>
                                    <td style="vertical-align: top; width: 50%; height: 80%">
                                        <table style="width: 100%; height: 100%">
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    &nbsp;<asp:Label ID="lbStuNum" runat="server" Text="学号:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="vertical-align: middle; width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuNum" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                    <span style="color: #ff0066">*</span></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 6px; text-align: right">
                                                    &nbsp;<asp:Label ID="lbStuName" runat="server" Text="姓名:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="vertical-align: middle; width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuName" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                    <span style="color: #ff0066">*</span></td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    &nbsp;<asp:Label ID="lbStuCurClass" runat="server" Text="当前班级:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="vertical-align: middle; width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuCurClass" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                    <span style="color: #ff0066">*</span></td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    &nbsp;<asp:Label ID="lbStuSex" runat="server" Text="性别:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px">
                                                    <asp:TextBox ID="tbStuSex" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    <asp:Label ID="lbStuFolk" runat="server" Text="民族:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px">
                                                    <asp:TextBox ID="tbStuFolk" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    &nbsp;<asp:Label ID="Label1" runat="server" Text="出生年月:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px">
                                                    <asp:TextBox ID="tbStuBirthday" runat="server"></asp:TextBox>
                                                </td>
                                                <td style="vertical-align: middle; width: 2px; text-align: left">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 6px; text-align: right">
                                                    <asp:Label ID="lbStuIsEva" runat="server" Text="参与评估:" Width="80px"></asp:Label>
                                                </td>
                                                <td rowspan="2" style="vertical-align: middle; width: 3px; text-align: left">
                                                    <asp:RadioButtonList ID="rdbtIsEva" runat="server" RepeatDirection="Horizontal">
                                                        <asp:ListItem Value="yes">是</asp:ListItem>
                                                        <asp:ListItem Value="no">否</asp:ListItem>
                                                    </asp:RadioButtonList>
                                                </td>
                                                <td rowspan="2" style="vertical-align: middle; width: 2px; text-align: left">
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 6px; height: 21px; text-align: right">
                                                </td>
                                            </tr>
                                        </table>
                                        <span style="font-size: 10pt; color: #ff0066"></span>
                                    </td>
                                    <td style="vertical-align: top; width: 50%; height: 80%; text-align: left">
                                        <table style="width: 95%; height: 100%">
                                            <tr>
                                                <td style="width: 3px; text-align: right">
                                                    <asp:Label ID="lbStuPlace" runat="server" Text="籍贯:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuPlace" runat="server"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; height: 26px; text-align: right">
                                                    <asp:Label ID="lbStuAddress" runat="server" Text="家庭住址:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; height: 26px; text-align: left">
                                                    <asp:TextBox ID="tbStuAddress" runat="server"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; text-align: right">
                                                    <asp:Label ID="lbStuTel" runat="server" Text="联系电话:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuTel" runat="server"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="vertical-align: middle; width: 3px; text-align: right">
                                                    <asp:Label ID="lbStuEmail" runat="server" Text="Email:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuEmail" runat="server"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; text-align: right">
                                                    <asp:Label ID="lbStuPhoto" runat="server" Text="近期照片:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; text-align: left">
                                                    <asp:FileUpload ID="fileupStuPhoto" runat="server" />
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; text-align: right">
                                                    <asp:Label ID="lbStuPwd" runat="server" Text="登陆密码:" Width="80px"></asp:Label>
                                                </td>
                                                <td style="width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuPwd" runat="server" TextMode="Password" Width="150px"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; height: 23px; text-align: right">
                                                    <asp:Label ID="lbStuRemarkInfo" runat="server" Text="备注:" Width="80px"></asp:Label>
                                                </td>
                                                <td rowspan="2" style="vertical-align: top; width: 3px; text-align: left">
                                                    <asp:TextBox ID="tbStuRemarkInfo" runat="server" TextMode="MultiLine"></asp:TextBox>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width: 3px; text-align: right">
                                                </td>
                                            </tr>
                                        </table>
                                        &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
                                    </td>
                                </tr>
                                <tr>
                                    <td style="vertical-align: top; width: 50%; height: 20%; text-align: center">
                                        <span style="font-size: 10pt; vertical-align: top; color: #ff0066; text-align: center">
                                            注意:带星号项为必填项</span></td>
                                    <td style="vertical-align: middle; width: 50%; height: 20%; text-align: center">
                                        <asp:Button ID="btStuInfoSave" runat="server" Text="保 存" />
                                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                        <asp:Button ID="btStuInfoReset" runat="server" Text="重 置" />
                                    </td>
                                </tr>
                            </table>
                        </ContentTemplate>
                        <HeaderTemplate>
                            单个添加
                        </HeaderTemplate>
                    </cc1:TabPanel>
                    <cc1:TabPanel ID="TabPanel2" runat="server" HeaderText="TabPanel2">
                        <HeaderTemplate>
                            批量添加
                        </HeaderTemplate>
                    </cc1:TabPanel>
                </cc1:TabContainer>
            </asp:Panel>
            <asp:Panel ID="PanelModifyStuInfo" runat="server" Height="100%" Visible="False" Width="100%">
                PanelModifyStuInfo&nbsp;<br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                <br />
                <br />
                <br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp;
            </asp:Panel>
            &nbsp;
            <asp:Panel ID="PanelChangeStuInfo" runat="server" Height="100%" Visible="False" Width="100%">
                PanelChangeStuInfo
            </asp:Panel>
            <asp:Panel ID="PanelStuInfoFirstPage" runat="server" Height="100%" Width="100%">
                PanelStuInfoFirstPage &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
                &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; 新闻动态 或是 互动平台
            </asp:Panel>
            <asp:Panel ID="PanelQueryStuInfo" runat="server" Height="100%" Visible="False" Width="100%">
                <table style="width:100%; height:100%; vertical-align: top;">
                    <tr>
                        <td style="height: 3%; vertical-align: top;">
                            <asp:Label ID="Label2" runat="server" Text="按"></asp:Label>
                            <asp:DropDownList ID="dpdlstQueryCondition" runat="server" AutoPostBack="true" OnSelectedIndexChanged="dpdlstQueryCondition_SelectedIndexChanged"
                                Width="80px">
                                <asp:ListItem Selected="True" Value="Class">班 级</asp:ListItem>
                                <asp:ListItem Value="StuNum">学 号</asp:ListItem>

⌨️ 快捷键说明

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