📄 std_findpunishinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="std_findPunishInfo.aspx.cs" Inherits="manager_sysManager_studentManage_std_findPunishInfo" %>
<!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="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
<form id="form1" runat="server">
<div>
<table style="width: 740px; height: 490px" border="0" cellpadding="0" cellspacing="0" class="css">
<tr style="height: 25px">
<td colspan="3" style="background-image: url(../../../image/system/main_top_bg.gif); height: 25px">
学生管理→学生处分信息管理→查找处分信息</td>
</tr>
<tr style="height:465px">
<td colspan="3" rowspan="2" style="vertical-align: top; background-color: #dee9f9; text-align: left">
<table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
cellspacing="0" class="css" style="width: 735px; height: 75px; text-align: left">
<tr style="height: 25px">
<td style="width: 312px; height: 25px;">
<asp:CheckBox ID="studyNumber1" runat="server" Text="学生学号:" /><asp:TextBox
ID="studyNumber" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 402px; height: 25px;">
<asp:CheckBox ID="IDcardNumber1" runat="server" Text="身份证号:" /><asp:TextBox ID="IDcardNumber"
runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 282px; height: 25px;">
<asp:CheckBox ID="studentName1" runat="server" Text="学生姓名:" /><asp:TextBox ID="studentName"
runat="server" Width="108px"></asp:TextBox></td>
</tr>
<tr style="height: 25px">
<td style="width: 312px">
<asp:CheckBox ID="grade1" runat="server" Checked="True" Enabled="False" Text="学生年级:" /><asp:DropDownList
ID="grade" runat="server" Width="91px">
</asp:DropDownList>
</td>
<td style="width: 402px">
<asp:CheckBox ID="college1" runat="server" Checked="True" Enabled="False" Text="学生学院:" /><asp:DropDownList
ID="college" runat="server" AutoPostBack="True" OnSelectedIndexChanged="college_SelectedIndexChanged"
Width="209px">
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
</td>
<td style="width: 282px">
<asp:CheckBox ID="speciality1" runat="server" Text="学生专业:" /><asp:DropDownList ID="speciality"
runat="server" Width="112px">
</asp:DropDownList></td>
</tr>
<tr style="height: 25px">
<td colspan="3" style="text-align: center">
<asp:Button ID="submit" runat="server" class="btn3_mouseout" OnClick="submit_Click"
onmousedown="this.className='btn3_mousedown'" onmouseout="this.className='btn3_mouseout'"
onmouseover="this.className='btn3_mouseover'" onmouseup="this.className='btn3_mouseup'"
Text="提 交" />
<input id="Reset1" class="btn3_mouseout" onclick="return Reset1_onclick()" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" type="reset" value="重 置" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -