⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 seehelpteacherinfodid.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="seehelpteacherinfodid.aspx.cs" Inherits="student_seehelpteacherinfodid" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="inc/list.css" rel="stylesheet" type="text/css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<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;word-break: break-all; word-wrap:break-word;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
}
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
}
.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; width: 538px;" align=center 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=left style="height: 103px; width: 78%;">
	    <table cellspacing=0 cellpadding=0 border=0 align=center style="width: 98%;">
          <tr> 
            <td align=right class=mode4 style="width: 140px"  >
                岗位编号:</td>
              <td align="right" class="mode5"><div style="text-align:center;">
                <%ShowStationID(); %> </div> </td>
          </tr>
          <tr> 
            <td align=right class=mode4 style="width: 140px" >
                岗位名称:</td>
              <td align="right" class="mode5" ><div style="text-align:center;">
                <%ShowStationName(); %> </div> </td>
          </tr>
            <tr>
                <td align="right" class="mode4" style="width: 140px" >
                    申请人数:</td>
                <td align="right" class="mode5" ><div style="text-align:center;">
                   <%ShowIsApplied2(); %></div></td>
            </tr>
            <tr>
                <td align="right" class="mode4" style="width: 140px">
                    岗位描述:</td>
                <td align="left" class="mode5" colspan="3" ><div style="text-align:center;">
                   <%ShowStationDescrip(); %></div> </td>
            </tr>
            <tr>
                <td align="right" class="mode4" style="width: 140px">
                    岗位备注:</td>
                <td align="left" class="mode5" colspan="3" ><div style="text-align:center;">
                   <%ShowStationInfoRemark(); %></div> </td>
            </tr>
            <tr>
                <td align="right" class="mode4" style="width: 140px">
                    学院备注:</td>
                <td align="left" class="mode5" colspan="3" style="text-align: center">
                <%ShowStationApplyRemark(); %>
                </td>
            </tr>
            
        </table>
          <br />
      </td>
      
    </tr>	
    <tr> 
      <td colspan=2 style="height: 57px"><img src=images/blank.gif height=6></td>
    </tr>
        </table>
  <br>
    <input id="Button1" type="button" value="关闭" onclick=" self.close();" class="cl2_ipt2" /><br>
  <br>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -