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

📄 addmore.aspx

📁 本系统内置的测评模块可以根据学生的学习成绩以及往日的综合表现对学生的综合素质分进行自动评分操作
💻 ASPX
字号:
<%@ Page AutoEventWireup="false" Inherits="px.addmore" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
        <link href="../App_Themes/default/admincp.css" rel="stylesheet" type="text/css" />
     <script type="text/jscript" src="../js/prototype.js"></script>
</head>
<body>
    <form id="form1" runat="server">
     <div><br />
    <table class="guide" cellspacing="0" cellpadding="0" width="100%" border="0"><tbody>
        <tr>
            <td style="height: 34px"><a href="#">系统首页</a> &gt;&gt; 记录批量添加</td>
        </tr>
</tbody></table>
        <table  cellspacing="0" cellpadding="0" width="100%" >
            <tbody>
                <tr>
                    <td style="height: 28px; width: 668px;"><div id="showandhide" style="display:block">
                        <table cellpadding="0" cellspacing="0" width="100%" style="border:1px soild black">
                            <tr>
                                <td rowspan="1" style="width: 397px; height: 163px">学号/班级列表(多个以","分割,输入后点击相应的学号或班级执行按钮)<br />
                        &nbsp;<asp:TextBox
                            ID="xhlb" runat="server" Height="124px" Width="375px" TextMode="MultiLine"></asp:TextBox></td>
                                <td rowspan="4" style="width: 5px;background-color:Gray" >
                                </td>
                                <td style="height: 163px" valign="top">
                                    &nbsp;请输入班级:<br />
                                    &nbsp;<asp:TextBox ID="bj" runat="server"></asp:TextBox>
                                    <asp:Button ID="Button4" runat="server" Text="显示本班学生" /><br />
                                    &nbsp;<asp:ListBox ID="xslb" runat="server" Height="124px" SelectionMode="Multiple" Width="240px">
                                    </asp:ListBox></td>
                            </tr>
                            <tr>
                                <td rowspan="3" style="width: 397px">
                                    &nbsp;
                        &nbsp;子类信息:<br />
                                    &nbsp;
                                    <asp:DropDownList ID="zlxx"
                            runat="server" AutoPostBack="True" Width="166px">
                            </asp:DropDownList>&nbsp;<br />
                                    &nbsp;
                                    <asp:DropDownList ID="zlxx2"
                            runat="server" Width="244px">
                            </asp:DropDownList>
                            &nbsp;&nbsp; &nbsp;<br />
                        &nbsp; 备注信息:<asp:TextBox ID="bz" runat="server" Width="192px"></asp:TextBox>
                        &nbsp; &nbsp; &nbsp;&nbsp;<br />
                                    &nbsp; 档案年份:
                        <asp:DropDownList ID="nf" runat="server" Width="141px">
                        </asp:DropDownList><br />
                            <asp:Button ID="Button1" runat="server" CausesValidation="False" Text="批量添加(学号)" />&nbsp; 
                        <asp:Button ID="Button2" runat="server" Text="批量添加(班级)" Width="109px" /></td>
                                <td valign="top" rowspan="3"> &nbsp;<asp:Button ID="Button3" runat="server" Text="<<-" />&nbsp;<br />
                                    &nbsp;将上面的学生添加到待处理列表中<br />
                                    &nbsp;(按住Ctrl或Shift多选)<br />
                                </td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                        </table>
                        <br />
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div></td>
                    
               </tr>
            </tbody>
        </table>
        <br />
        <br /><div style="border:2px dashed blue; padding:10px 10px 10px 10px; "><div runat="server" id="plinfo" >处理信息</div></div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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