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

📄 score_ps_xz.asp

📁 我们老师写的一个学生成绩管理系统
💻 ASP
字号:
<html>
<head>
<title>学生成绩管理系统欢迎您!</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 26px;
	color: #990000;
}
.he0 {
	height: 20px;
	width:100px;
	background-color: #F2F2F2;
}
.he1 {
	height: 25px;
	width:55px;
	background-color: #F2F2F2;
}
body {
	background-color: #F2F2F2;
	margin-top: 0px;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /></head>
<%
if session("sort")<>"教师" then
	%> 
<Script Language ="JavaScript">
			alert("对不起,您没有此项权限,请返回!!!");
			history.back();
		</Script>
	<%
	response.end
end  if 
%>
<body>
<!--#include file="../inc/score_head.asp"--> 
<form name="form1" method="post" action="score_ps_input.asp">
  <table width="350" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#663300" bordercolordark="white">
  <tr>
    <td height="50" colspan="2" align="center">请先选择考核日期和考核类别</td>
    </tr>
  <tr>
    <td height="50" align="center">考核日期</td>
    <td align="center"><select name="nd" class="he1">
      <option>2006</option>	  
       <option selected="selected">2007</option>
       <option>2008</option>
      <option>2009</option>
    </select>年<select name="yd" class="he1">
       <option>01</option>	  
       <option>02</option>
       <option>03</option>
       <option>04</option>
	   <option>05</option>	  
       <option selected="selected">06</option>
       <option>07</option>
       <option>08</option>
	   <option>09</option>	  
       <option>10</option>
       <option>11</option>
      <option>12</option>
    </select>月<select name="rd" class="he1">
       <option>01</option>	  
       <option>02</option>
       <option>03</option>
       <option selected="selected">04</option>
	   <option>05</option>	  
       <option>06</option>
       <option>07</option>
      <option>08</option>
	  <option>09</option>	  
       <option>10</option>
       <option>11</option>
      <option>12</option>
       <option>13</option>
      <option>14</option>
	  <option>15</option>	  
       <option>16</option>
       <option>17</option>
      <option>18</option>
	  <option>19</option>	  
       <option>20</option>
       <option>21</option>
      <option>22</option>
       <option>23</option>
      <option>24</option>
	  <option>25</option>	  
       <option>26</option>
       <option>27</option>
      <option>28</option>
	  <option>29</option>	  
       <option>30</option>
       <option>31</option>
    </select>日</td>
    </tr>
  <tr>
    <td height="50" align="center">考核类别</td>
    <td align="center"><select name="sort" class="he0">
      <option>考勤</option>	  
      <option>作业</option>
      <option>上机</option>
    </select></td>
    </tr>
</table>
  <div align="center"><br><input type="submit" name="Submit" value="确定" class="he1" />&nbsp; &nbsp; &nbsp; &nbsp;   <a href="score_list.asp">返回</a><br></div>
</form>
</body>
</html>

⌨️ 快捷键说明

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