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

📄 chaxu.jsp

📁 中应用程序的访问权限对Java Web Console 中应用程序的访问权限 成功登录 Web 控制台后,可能无法自动访问在该控制台中注册的所有应用程序。通常,必须安装应用程序,才能让所有的用户在控制
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<jsp:directive.page import="edu.yinhe.mis.vo.DormFormVO"/>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html:html lang="true">

  <head>
    <html:base />
    
    <title>dorm.jsp</title>
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	
	<link rel="stylesheet" type="text/css" href="../CSS/stylesheet.css">
	<link rel="stylesheet" type="text/css" href="../CSS/displaytag.css" />		
         <link style="text/css" rel="stylesheet" href="../css/CSS.css" />
		<link style="text/css" rel="stylesheet" href="../css/main.css" />
		<link style="text/css" rel="stylesheet" href="../css/general.css" />
		<link style="text/javascript" rel="stylesheet" href="../css/general.css" />

<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px
}

.STYLE4 {
	font-size: 36px
}
-->

</style>

  </head>
<body background="#E6FDFF">
        <h1>
			&nbsp;
			<span>银河管理中心 - 记录详情</span>
		</h1>
  <%
             DormFormVO dvo =(DormFormVO)request.getAttribute("vo");
 %>
 <div class="list-div" id="listDiv"> 
 
 
  <table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr height="24">
        <td valign="top"  align="right">寝室号:</td>
        <td><%=dvo.getDormNo() %></td>
     </tr>
      <tr height="24">
        <td valign="top"  align="right">人数:</td>
        <td><%=dvo.getPersonNum() %></td>
     </tr>
      <tr height="24">
        <td valign="top"  align="right">卫生情况:</td>
        <td><%=dvo.getSanitation() %></td>
     </tr>
      <tr height="24">
        <td valign="top"  align="right">外出人口:</td>
        <td><%=dvo.getEgress() %></td>
     </tr>
      <tr height="24">
        <td valign="top"  align="right">检查人:</td>
        <td><%=dvo.getCensor() %></td>
     </tr>
     <tr height="24">
        <td valign="top"  align="right">检查时间:</td>
        <td><%=dvo.getCheckTime() %></td>
     </tr>
      <tr height="24">
    <td> <center> <a href="<%=path %>/admins/bwgl/dormManage.html?method=browseDorm">返回</a></center></td>
   </tr>
     </table>

  </body>
</html:html>

⌨️ 快捷键说明

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