You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyexr2f4a/jsp文件/electric1.jsp

97 lines
5.0 KiB

<%--
Created by IntelliJ IDEA.
User: ASUS
Date: 2020/1/4
Time: 12:06
To change this template use File | Settings | File Templates.
--%>
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>校园宿舍管理系统</title>
<base href="<%=basePath%>">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="Style/Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="60" bgcolor="#E6F5FF" style="color:#06F; font-size:19px; font-weight:bolder; padding-left:50px;">校园宿舍管理系统</td>
</tr>
<tr>
<td height="30" background="Images/MenuBg.jpg">&nbsp;</td>
</tr>
<tr>
<td height="500" align="center" valign="top"><table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="191" height="500" align="center" valign="top" background="Images/leftbg.jpg">
<%@ include file="Left.jsp"%>
</td>
<td width="709" align="center" valign="top" bgcolor="#F6F9FE"><table width="709" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" background="Images/mainMenuBg.jpg" style="padding-left:25px;">电费使用情况</td>
</tr>
<tr>
<td height="470" align="center" valign="top" bgcolor="#F6F9FE"><form name="form1" method="post" action="electricManager.action">
<table width="100%%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="22%" height="30" style="padding-left:20px;"> 功能导航:
<td width="78%">查询:
<select name="SearchRow" id="SearchRow">
<option value="Electric_Dormitory_Number">寝室号</option>
</select>
<input name="SearchKey" type="text" class="text1" id="SearchKey">
<input type="submit" name="button" id="button" value="点击查询"></td>
</tr>
</table>
</form>
<%--<td width="72%">查询:--%>
<%--<select name="Domitory_ID" id="Domitory_ID">--%>
<%--<option value="">全部寝室</option>--%>
<%--<s:iterator value="domitorylist">--%>
<%--<option value="${Domitory_ID}">${Domitory_Name}</option>--%>
<%--</s:iterator>--%>
<%--</select>--%>
<%--<select name="SearchRow" id="SearchRow">--%>
<%--<option value="Student_Name">姓名</option>--%>
<%--<option value="Student_Username">学号</option>--%>
<%--<option value="Student_Class">班级</option>--%>
<%--</select>--%>
<%--<input name="SearchKey" type="text" class="text1" id="SearchKey">--%>
<%--<input type="submit" name="button" id="button" value="点击查询">--%>
<%--<label for="Building_ID"></label>--%>
<%--<input name="Building_ID" type="text" class="noshow" id="Building_ID" value="${Building_ID}"></td>--%>
<%--</tr>--%>
<%--</table>--%>
<%--</form>--%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" class="t1">
<td height="25" bgcolor="#D5E4F4"><strong>电费编号</strong></td>
<td bgcolor="#D5E4F4"><strong>宿舍号</strong></td>
<td bgcolor="#D5E4F4"><strong>电费余额</strong></td>
</tr>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="35" background="Images/bootBg.jpg">&nbsp;</td>
</tr>
</table>
</center>
</body>
</html>