📄 helpteachinstance.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="helpteachinstance.aspx.cs" Inherits="student_helpteachinstance" %>
<!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">
<style>
@import url("print.css");
.m2_1 {
FONT-FAMILY: 宋体; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
TABLE.tab1 {
BACKGROUND-COLOR: #d4d0c8; BORDER-BOTTOM: #808080 2px solid; BORDER-LEFT: #d4d0c8 2px solid; BORDER-RIGHT: #808080 2px solid; BORDER-TOP: #d4d0c8 2px solid
}
TD {
FONT-FAMILY: 宋体, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px
}
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
}
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.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
}
DIV.h20 {
LINE-HEIGHT: 20px; PADDING-LEFT: 2em
}
.cl2ipt3 {
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: 120px
}
.background_img {
BACKGROUND-REPEAT: no-repeat
}
</style>
<title>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body background=images/bianbg5.gif bgColor=#ffffff class=background_img>
<center>
<br>
<br>
<table id="tab1" style="class=m2_1" align=center width=600 cellpadding=0 cellspacing=0 border=0>
<tr>
<td class="Bartitle2" align="center" colspan="2" style="height: 30px"><font class=m2_1>助教岗位申请结果记录册</font></td>
</tr>
<tr>
<td align=center class=Bartitle2 style="height: 129px; width: 5%;"><b><span style="font-size: 10pt">助教岗位申请</span>成功信息</b></td>
<td align=left width=95% style="height: 129px">
<table width=100% cellspacing=0 cellpadding=0 border=0 align=center>
<%PrintStationApplySuccess();%>
</table></td>
</tr>
<tr>
<td colspan=2 style="height: 6px"><img src=images/blank.gif height=6/></td>
</tr>
<tr>
<td align=center class=Bartitle2 style="height: 129px; width: 5%;"><b><span style="font-size: 10pt">助教岗位申请</span>失败信息</b></td>
<td align=left width=95% style="height: 129px">
<table width=100% cellspacing=0 cellpadding=0 border=0 align=center>
<% PrintStationApplyFailure();%>
</table></td>
</tr>
<tr>
<td colspan=2><img src=images/blank.gif height=6/></td>
</tr>
<tr>
<td align=center class=Bartitle2 style="height: 129px; width: 5%;"><b><span style="font-size: 10pt">助教岗位申请</span>正在评审</b></td>
<td align=left width=95% style="height: 129px">
<table width=100% cellspacing=0 cellpadding=0 border=0 align=center>
<% PrintStationApplyDoing();%>
</table></td>
</tr>
<tr>
<td colspan=2><img src=images/blank.gif height=6/></td>
</tr>
</table>
<br/>
<br/>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -