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

📄 infofish.jsp

📁 中应用程序的访问权限对Java Web Console 中应用程序的访问权限 成功登录 Web 控制台后,可能无法自动访问在该控制台中注册的所有应用程序。通常,必须安装应用程序,才能让所有的用户在控制
💻 JSP
字号:
<%@ page language="java"
	import="java.util.*,edu.yinhe.system.common.GlobalNames"
	pageEncoding="UTF-8"%>
<%@ page buffer="16kb"%>
<jsp:directive.page import="edu.yinhe.mis.vo.ExamineeVO" />
<jsp:directive.page import="edu.yinhe.mis.dto.ExamineeDTO" />
<jsp:directive.page import="edu.yinhe.mis.vo.CheckInfoVO" />
<jsp:directive.page import="edu.yinhe.mis.dto.CheckInfoDTO" />
<jsp:directive.page import="edu.yinhe.mis.util.Page" />
<jsp:directive.page import="edu.yinhe.mis.vo.*" />
<jsp:directive.page import="edu.yinhe.system.vo.PaginationVO" />
<jsp:directive.page import="java.util.HashMap" />
<jsp:directive.page import="java.net.URLEncoder" />

<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
	<META http-equiv=Content-Type content="text/html; charset=UTF-8">
	<LINK href="../css/general.css" type=text/css rel=stylesheet>
	<LINK href="../css/main.css" type=text/css rel=stylesheet>
	<LINK href="../css/CSS.css" type=text/css rel=stylesheet>
	<SCRIPT src="<%=path%>admins/js/transport.js" type=text/javascript></SCRIPT>
	<SCRIPT src="<%=path%>admins/js/common.js" type=text/javascript></SCRIPT>
	<SCRIPT src="<%=path%>admins/js/utils.js" type=text/javascript></SCRIPT>
	<SCRIPT src="<%=path%>admins/js/listtable.js" type=text/javascript></SCRIPT>
	<SCRIPT src="<%=path%>admins/js/login.js" type=text/javascript></SCRIPT>
	 <script src="<%=basePath%>admins/js/js.js" charset="gbk" ></script>
	 <META content="MSHTML 6.00.2900.3243" name=GENERATOR>
	 <script src="<%=basePath%>admins/js/js.js" charset="gbk" ></script>
	<SCRIPT src="/yhsoft/admins/js/js.js">
	
	</SCRIPT>
	<SCRIPT language=JavaScript>
	
		function selectAll(){
			var box = document.getElementsByName("check");
			for(var i=0;i<box.length;i++){
				box[i].checked = "checked";
			}
		}
		
		function selectno(){
			var box = document.getElementsByName("check");
			for(var i=0;i<box.length;i++){
				if(box[i].checked==true){
					box[i].checked=false;
				}
			}
		}
		
		function selectOther(){
			var box = document.getElementsByName("check");
			for(var i=0;i<box.length;i++){
				if(box[i].checked==true){
					box[i].checked=false;
				}else{
					box[i].checked = false;
					box[i].checked = true;
				}
			}
		}
		
		
		/*全选
		function checkAll()
		{
			a = document.getElementsByName("check");

			var n = a.length;
			for(var i = 0; i<n; i++){
				a[i].checked = document.getElementById("del").checked;
			}
		}
		*/
	</SCRIPT>
</HEAD>
<BODY>
	<h1 align="center">
		<span><银河管理中心> - 查看考场 </span> 
	</h1>
	
	
<DIV class=form-div>
<form action="setcheck.html?method=query" method="post">
  <table width="100%" height="29" border="0" cellpadding="0" cellspacing="0">
      <tr>
       <td width="5%" height="29"><img height=22 alt=SEARCH 
 src="../images/icon_search.gif" width=26 border=0></td>
       <td align="right" width="10%">考试科目:</td>
       <td align="laft" width="15%"><input size=20 name="object_name" value="" maxlength="15"></td>
       <td align="right" width="10%">试卷ID :</td>
       <td align="laft" width="15%"><input size=20 name="testPaper_no" value="" maxlength="15"></td>
       <td align="center" width="7%"></td>
       <td width="12%">


       </td>
     
       <td width="10%"><input name="submit" type=submit class=button value=" 搜索 "></td>
     </tr>
  </table>
</form>

</DIV><!-- start goods type list -->
	<!-- start goods type list -->
	<DIV class=list-div id=listDiv>
		<form name=f1 
					action="setcheck.html?method=getdelet"
					method="post" align="center">
		<table width="100%" height="52" cellpadding=4 cellspacing=2
			id=listTable>
				<tr>
					<th width="8%" align="center">
					<!-- 全选getElementById("del")
					<input type="checkbox" id="del" name="check" value="checkbox" onclick=checkAll()>
					 -->
					考场</th>
					<th width="8%" align="center">
						人数
					</th>
					<th width="12%" align="center">
						科目
					</th>
					<th width="20%" align="center">
						开始时间
					</th>
					<th width="20%" align="center">
						结束时间
					</th>
					<th width="12%" align="center">
						试卷ID
					</th>
					<th width="20%" align="center">
						操作
					</th>
				</tr>
				<%
					List arrayList = (List) request.getAttribute("qlist");
					CheckInfoVO checkInfoVO = new CheckInfoVO();
					//Page pageobj = (Page)request.getAttribute("page");
					if (arrayList != null) {
						for (int i = 0; i < arrayList.size(); i++) {
							checkInfoVO = (CheckInfoVO) arrayList.get(i);
				%>
				<tr>
					<td class=first-cell align=center>
						<input type="checkbox" name="check" value="<%=checkInfoVO.getCheck_id()%>">
					 <%=checkInfoVO.getCheck_id()%>
					</td>
					<td align=middle><%=checkInfoVO.getCount() %></td>
					<td align=middle><%=checkInfoVO.getObject_name()%></td>
					<td align=middle><%=checkInfoVO.getCheck_begintime()%></td>
					<td align=middle><%=checkInfoVO.getCheck_finishtime()%></td>
					<td align=middle><%=checkInfoVO.getTestPaper_no()%></td>

					<td align=middle>
						<div align="center">
							<a title=删除 onClick="return confirm('确定删除这条信息吗?')"
								href="/yhsoft1/admins/exam/setcheck.html?method=getdel&check_id=<%=checkInfoVO.getCheck_id()%>">删除</a>
							|
							<a title=修改
								href="/yhsoft1/admins/exam/setcheck.html?method=getupdate&check_id=<%=checkInfoVO.getCheck_id() %>">修改</a>
						</div>
					</td>
				</tr>
				<%
					}
					}
				%>
			</table>	
					<input type="button" name="b1" class="button" value="全选" onclick="selectAll()"/>&nbsp;&nbsp;&nbsp;&nbsp;
					<input type="button" name="b2" class="button" value="全否" onclick="selectno()"/>&nbsp;&nbsp;&nbsp;&nbsp;
					<input type="button" name="b3" class="button" value="返选" onclick="selectOther()"/>&nbsp;&nbsp;&nbsp;&nbsp;
					<input type=submit class=button value="删除所选" onClick="return confirm('确定删除这些信息吗?')">			
		</form>	
		<table width="100%" height="20" cellpadding=4 cellspacing=2
			id=listTable>
			
				<%
						PaginationVO paginationVO = (PaginationVO)request.getAttribute("paginationVO");
						if (paginationVO != null) {
						out.print("<tr class=''>");
						out.print("<TD height='30'");
						out.print(" colspan='5'>");
						out.print("<div align='CENTER'>&nbsp;"
								+ "&nbsp;&nbsp;&nbsp;&nbsp;共&nbsp;"
								+ paginationVO.getResultsNumber()
								+ "&nbsp;条记录&nbsp;|&nbsp;共&nbsp;"
								+ paginationVO.getAllPages()
								+ "&nbsp;页&nbsp;|&nbsp;当前第&nbsp;"
								+ paginationVO.getCurrentPage()
								+ "&nbsp;页&nbsp;");
						if (paginationVO.getCurrentPage() > 1) {
							out.print("|&nbsp;&lt;<a href=\"" + path);
							//请求服务器的URL
							out.print("/admins/exam/setcheck.html?method=query");
							out.print("&currentPage=1\">首页</a>&gt;&nbsp;|&nbsp;&lt;<a href=\""
							+ path);
							//请求服务器的URL
							out.print("/admins/exam/setcheck.html?method=query");
							out.print("&currentPage="
							+ (paginationVO.getCurrentPage() - 1)
							+ "\">上一页</a>&gt;&nbsp;");
						} else {
							out.print("| <font color='#999999'>&lt;首页&gt;</font> | <font color='#999999'>&lt;上一页&gt;</font>&nbsp;");
						}
						if (paginationVO.getCurrentPage() < paginationVO.getAllPages()) {
							out.print("|&nbsp;&lt;<a href=\"" + path);
							//请求服务器的URL
							out.print("/admins/exam/setcheck.html?method=query");
							out.print("&currentPage="
							+ (paginationVO.getCurrentPage() + 1)
							+ "\">下一页</a>&gt;&nbsp;|&nbsp;&lt;<a href=\""
							+ path);
							//请求服务器的URL
							out.print("/admins/exam/setcheck.html?method=query");
							out.print("&currentPage=" + paginationVO.getAllPages()
							+ "\">尾页</a>&gt;");
						} else {
							out.print("| <font color='#999999'>&lt;下一页&gt;</font> | <font color='#999999'>&lt;尾页&gt;</font>");
						}
						out.println();
						out.print("&nbsp;&nbsp;</div></TD>");
						out.print("</tr>");
					}
	%>
				
</table>
		
	</DIV>
	<DIV id=footer>
			<BR>
			版权所有 @2005-2007 湖北银河软件开发有限公司,并保留所有权利。
	</DIV>
</BODY>


⌨️ 快捷键说明

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