📄 teachpratise.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Debug="true" CodeFile="teachpratise.aspx.cs" Inherits="student_teachpratise" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
<style>
TD.mode4 {
BACKGROUND-COLOR: #eeeee0; BORDER-BOTTOM: #cccc99 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
.m2_1 {
FONT-FAMILY: 宋体; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
TD.mode5 {
BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.Bartitle1 {
BACKGROUND-COLOR: #cccc99; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #ffffcc 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #ffffcc 1px solid; COLOR: #000000; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
TD.Bartitle2 {
BACKGROUND-COLOR: #4065B1; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #669999 1px solid; COLOR: #ffffff; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
INPUT.cl2_ipt2 {
BACKGROUND-COLOR: #eeeee0; BACKGROUND-IMAGE: url(../images/common/cl2.gif); BORDER-BOTTOM: #a0a0a0 1px solid; BORDER-LEFT: #a0a0a0 1px solid; BORDER-RIGHT: #a0a0a0 1px solid; BORDER-TOP: #a0a0a0 1px solid; COLOR: #003030; FONT-SIZE: 12px; HEIGHT: 19px; LINE-HEIGHT: 100%; PADDING-BOTTOM: 0px; PADDING-TOP: 2px; TEXT-ALIGN: center; WIDTH: 60px
}
</style>
</head>
<body>
<form id="form1" runat="server" style="text-align: center">
<table width=700 cellpadding=0 cellspacing=0 border=0>
<tr>
<td align="center" class="Bartitle2" colspan="1" style="width: 118px; height: 30px">
</td>
<td class="Bartitle2" align="center" colspan="13" style="height: 30px"><font class=m2_1><strong>教学实践信息</strong></font></td>
</tr>
<tr>
<td align="center" class="mode4" style="width: 118px; height: 23px">
本科课程编号</td>
<td align="center" class="mode4" style="width: 142px; height: 23px;">
课程名称</td>
<td align="center" class="mode4" style="width: 126px; height: 23px">
教师姓名</td>
<td align="center" class="mode4" style="width: 119px; height: 23px;">
本科课程</td>
<td align="center" class="mode4" style="width: 110px; height: 23px">
课程班号</td>
<td align="center" class="mode4" style="height: 23px">
查看</td>
</tr>
<%
PrintTeachPratise();
%>
</table>
<asp:Label ID="page_1" runat="server" Text="当前第1页"></asp:Label>
<asp:Label ID="page_all" runat="server" Text="共0页"></asp:Label> <%
PrintPage();
%><br />
<br />
<br />
<br />
<table id=tab1 style="class=m2_1" align=center width=700 cellpadding=0 cellspacing=0 border=0>
<tr>
<td class="Bartitle2" align="center" colspan="2" style="height: 32px"><font class=m2_1 style="font-size: medium">添加教学实践申请</font></td>
</tr>
<tr>
<td width=5% align=center class=Bartitle2><b> 基<br>
本<br>
信<br>
息</b></td>
<td align=left width=95% style="text-align: center"> <table width=100% cellspacing=0 cellpadding=0 border=0 align=center>
<tr>
<td width=32% align=right valign="middle" class=mode4 style="font-size: small; height: 22px;">
本科课程编号:</td>
<td width=68 colspan="3" align=left valign="middle" class=mode5 style="height: 22px"> <asp:TextBox ID="titletext" runat="server" Width="216px"></asp:TextBox></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan=2><img src=images/blank.gif height=6></td>
</tr>
</table>
<p style="text-align: center">
<asp:Button ID="add" runat="server" OnClick="Button1_Click" Text="添 加" CssClass="cl2_ipt2" />
<asp:Button ID="delete" runat="server" Text="删除" CssClass="cl2_ipt2" Width="57px" OnClick="delete_Click" /></p>
<table width=700 cellpadding=0 cellspacing=0 border=0>
<tr>
<td align="center" class="Bartitle2" colspan="1" style="width: 106px; height: 30px">
</td>
<td class="Bartitle2" align="center" colspan="14" style="height: 30px"><font class=m2_1><strong>教学实践信息</strong></font></td>
</tr>
<tr>
<td align="center" class="mode4" style="width: 106px; height: 23px">
本科课程编号</td>
<td align="center" class="mode4" style="width: 140px; height: 23px;">
课程名称</td>
<td align="center" class="mode4" style="width: 126px; height: 23px">
教师姓名</td>
<td align="center" class="mode4" style="width: 86px; height: 23px;">
本科课程</td>
<td align="center" class="mode4" style="width: 96px; height: 23px">
课程班号</td>
<td align="center" class="mode4" style="width: 62px; height: 23px">
状态</td>
<td align="center" class="mode4" style="height: 23px">
查看</td>
</tr>
<%PrintTeachPratiseSuccess_Doing(); %>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -