📄 addmore.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> >> 记录批量添加</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 />
<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">
请输入班级:<br />
<asp:TextBox ID="bj" runat="server"></asp:TextBox>
<asp:Button ID="Button4" runat="server" Text="显示本班学生" /><br />
<asp:ListBox ID="xslb" runat="server" Height="124px" SelectionMode="Multiple" Width="240px">
</asp:ListBox></td>
</tr>
<tr>
<td rowspan="3" style="width: 397px">
子类信息:<br />
<asp:DropDownList ID="zlxx"
runat="server" AutoPostBack="True" Width="166px">
</asp:DropDownList> <br />
<asp:DropDownList ID="zlxx2"
runat="server" Width="244px">
</asp:DropDownList>
<br />
备注信息:<asp:TextBox ID="bz" runat="server" Width="192px"></asp:TextBox>
<br />
档案年份:
<asp:DropDownList ID="nf" runat="server" Width="141px">
</asp:DropDownList><br />
<asp:Button ID="Button1" runat="server" CausesValidation="False" Text="批量添加(学号)" />
<asp:Button ID="Button2" runat="server" Text="批量添加(班级)" Width="109px" /></td>
<td valign="top" rowspan="3"> <asp:Button ID="Button3" runat="server" Text="<<-" /> <br />
将上面的学生添加到待处理列表中<br />
(按住Ctrl或Shift多选)<br />
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<br />
</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 + -