📄 manoeuvre.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%
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" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>query.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 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>
<script src="admins/js/time.js"></script>
<script src="../js/js.js"></script>
</head>
<body>
<body background="#E6FDFF">
<h1>
<span>银河管理中心 - 寝室调动 </span>
</h1>
<div class="form-div">
<form action="<%=path %>/admins/bwgl/manoeuvre.html?method=update" method="post">
<table width="100%" height="29" cellspacing="0" cellpadding="0"
border="0">
<tbody>
<tr>
<td width="10%" height="18">
<img width="26" height="22" border="0" alt="SEARCH"
src="../images/icon_search.gif">
</td>
<td width="10%">
寝室编号:
</td>
<td width="10%" >
<input type="text" size="20" name="dormNo" maxlength="20">
</td>
<td width="12%">
可住人数:
</td>
<td >
<input type="text" size="20" name="rshu" maxlength="20">
</td>
<td >
<input type="Submit" name="submit" class="button" value=" 提交 " >
</td>
</tr>
</table>
</form>
</div>
<div class="list-div" id="listDiv">
<c:set var="label0">ID号</c:set>
<c:set var="label1">寝室号</c:set>
<c:set var="label2">以住人数</c:set>
<c:set var="label3">可住人数</c:set>
<table width="86%" height="52" cellspacing="1" cellpadding="3" id="listTable">
<tr>
<td height="20" class="blueText" align="center"><h5>
记录显示
</h5></td>
</tr>
<td align="center">
<display:table name="list" id="row" pagesize="10" export="true" class="displaytag" requestURI="/admins/bwgl/manoeuvre.html?method=browseDorm">
<display:column property="id" title="${label0}" sortable="true" style="text-align:center;"/>
<display:column property="dormNo" title="${label1}" sortable="true" headerClass="sortable" style="text-align:center;"/>
<display:column property="personNum" title="${label2}" sortable="true" headerClass="sortable" style="text-align:center;"/>
<display:column property="preservable" title="${label3}" sortable="true" headerClass="sortable" style="text-align:center;"/>
</display:table>
<div id="footer">
<!-- end goods type list -->
<br>
版权所有 @2005-2007 湖北银河软件开发有限公司,并保留所有权利。
</div>
</td>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -