专业负责人功能页

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>专业负责人功能页</title>
</head>
<body>
<%
Object message = request.getAttribute("message");
if(message!=null && !"".equals(message)){

%>
<script type="text/javascript">
alert("<%=request.getAttribute("message")%>");
</script>
<%} %>
<center>
<h1>
专业负责人功能页
</h1>
<form name="form" method="post" action="Screen.jsp">
<input type="submit" value="返回主页">
</form>
</center>
<div align="center">
<form name="form" action="Servlet?method=EvaluateCard1" method="post" onsubmit="return check()">
<input type="submit" value="审批卡专业审查信息" />
</form>
</body>
</html>

审批卡专业审查信息

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>审批卡专业审查信息</title>
</head>
<body>
<%
Object message = request.getAttribute("message");
if(message!=null && !"".equals(message)){

%>
<script type="text/javascript">
alert("<%=request.getAttribute("message")%>");
</script>
<%} %>
<center>
<h1>
审批卡专业审查信息
</h1>
<form name="form" method="post" action="Teacher1.jsp">
<input type="submit" value="返回负责人功能页">
</form>
</center>
<div align="center">
<table align="center" border="1" width="500">
<tr>
<td>编号</td>
<td>申请日期</td>
<td>课程名称</td>
<td>任课教师</td>
<td>课程编号</td>
<td>课程性质</td>
<td>学分</td>
<td>授课班级</td>
<td>授课专业</td>
<td>考试方式</td>
<td>考试日期</td>
<td>考试人数</td>
<td>出题方式</td>
<td>成绩组成</td>
<td>考核与评价方式</td>
<td>考核内容合理性分析</td>
<td>出题方式</td>
<td>专业审查意见</td>
<td>专业审查结论</td>
<td>状态</td>
</tr>
<c:forEach items="${bean}" var="item" varStatus="status">
<tr>
<td>${item.getCardId()}</td>
<td>${item.getCardData()}</td>
<td>${item.getCourseName()}</td>
<td>${item.getCourseTeacher()}</td>
<td>${item.getCourseID()}</td>
<td>${item.getCourseNature()}</td>
<td>${item.getCredit()}</td>
<td>${item.getCourseClass()}</td>
<td>${item.getCourseMajor()}</td>
<td>${item.getTestWay()}</td>
<td>${item.getTestData()}</td>
<td>${item.getTestCount()}</td>
<td>${item.getTestMethod()}</td>
<td>${item.getTestGrade()}</td>
<td>${item.getTestEvaluation()}</td>
<td>${item.getTestAnalysis()}</td>
<td>
<form name="form" action="Servlet?method=EvaluateCard11&CardId=${item.getCardId()}" method="post" onsubmit="return check()">
<input type="submit" value="专业审查意见" />
</form>
</td>
<td>
<form name="form" action="Servlet?method=EvaluateCard12&CardId=${item.getCardId()}" method="post" onsubmit="return check()">
<input type="submit" value="专业审查结论" />
</form>
</td>
<td>
<form name="form" action="Servlet?method=Pass&CardId=${item.getCardId()}" method="post" onsubmit="return check()">
<input type="submit" value="通过" />
</form>
</td>
</tr>
</c:forEach>
</table>
</div>
</body>
</html>

专业审查意见

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<%
Object message = request.getAttribute("message");
if(message!=null && !"".equals(message)){

%>
<script type="text/javascript">
alert("<%=request.getAttribute("message")%>");
</script>
<%} %>
<center>
<h1>
专业审查意见
</h1>
</center>
<div align="center">
<form name="form" action="Servlet?method=EvaluateCard111" method="post" onsubmit="return check()">
专业审查意见
<input type="text" name="address" />
<p>
<input type="submit" value="添加" />
</form>
</div>

</body>
</html>

专业审查结论

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<%
Object message = request.getAttribute("message");
if(message!=null && !"".equals(message)){

%>
<script type="text/javascript">
alert("<%=request.getAttribute("message")%>");
</script>
<%} %>
<center>
<h1>
专业审查结论
</h1>
</center>
<div align="center">
<form name="form" action="Servlet?method=EvaluateCard121" method="post" onsubmit="return check()">
专业审查结论
<input type="text" name="address" />
<p>
<input type="submit" value="添加" />
</form>
</div>

</body>

最新文章

  1. neo4j关闭和开启密码访问权限
  2. &lt;转&gt;浏览器内核分类
  3. AngularJS recursive(递归)
  4. Struts2入门学习
  5. Excel VBA 快捷键 代码
  6. CentOS 6.0 设置IP地址、网关、DNS
  7. Lua学习笔记(五):面向对象的实现
  8. Qt单元测试
  9. height为100%的问题
  10. css画图形
  11. jps查看java进程中哪个线程在消耗系统资源
  12. 修改index.php 清空mylog1.txt
  13. 协议端口号(protocol port number)
  14. 自动统计安卓log中Anr,Crash,Singnal出现数量的Python脚本
  15. ●洛谷P3687 [ZJOI2017]仙人掌
  16. 窗口函数解决数据岛问题(mysql暂无窗口函数,可以通过用户变量解决窗口函数问题)
  17. [SQL]事务回滚详解及示例
  18. 0710 mux协议的作用(ppp拨号时如何和gprs进行at指令交互)
  19. mysql delimiter的说明
  20. 重构 MVC; 代码分享工具(重构,改进,打分)

热门文章

  1. 深度学习之Tensorflow入门
  2. 关于linux上strongswan客户端的配置
  3. 【Java SE进阶】Day03 数据结构、List、Set、Collections
  4. Python Excel 处理模块 : OpenPyXL
  5. (java 实现开箱即用基于 redis 的分布式锁
  6. 关键字break和continue
  7. 像go 一样 打造.NET 单文件应用程序的编译器项目bflat 发布 7.0版本
  8. 读python代码-学到的python函数-2
  9. @LoadBalanced注解原理
  10. 【Java应用服务体系】「序章入门」全方位盘点和总结调优技术专题指南