?? addmore.aspx
字號(hào):
?<%@ 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>無(wú)標(biāo)題頁(yè)</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="#">系統(tǒng)首頁(yè)</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">學(xué)號(hào)/班級(jí)列表(多個(gè)以","分割,輸入后點(diǎn)擊相應(yīng)的學(xué)號(hào)或班級(jí)執(zhí)行按鈕)<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">
請(qǐng)輸入班級(jí):<br />
<asp:TextBox ID="bj" runat="server"></asp:TextBox>
<asp:Button ID="Button4" runat="server" Text="顯示本班學(xué)生" /><br />
<asp:ListBox ID="xslb" runat="server" Height="124px" SelectionMode="Multiple" Width="240px">
</asp:ListBox></td>
</tr>
<tr>
<td rowspan="3" style="width: 397px">
子類(lèi)信息:<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="批量添加(學(xué)號(hào))" />
<asp:Button ID="Button2" runat="server" Text="批量添加(班級(jí))" Width="109px" /></td>
<td valign="top" rowspan="3"> <asp:Button ID="Button3" runat="server" Text="<<-" /> <br />
將上面的學(xué)生添加到待處理列表中<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>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -