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

📄 setstandard.jsp

📁 利用java编写的一个学生宿舍管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java"  %>
<%
if(session.getAttribute("admin")==null)
     out.print("<script>alert('请先登录!');window.location.href='login.htm'</script>");
%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>房间基本信息录入</title>
<link href="css/mycss.css" rel="stylesheet" type="text/css">
</head>

<body>
<%@ include file="head.htm" %>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
  
<form action="/MyDesign/SetStandard" method="post">
  <table width="27%" border="1" align="center" bordercolor="#660000" bgcolor="#CCCCCC">
    <tr> 
      <td colspan="2"><div align="center"><font color="#660000" size="5">设置费用标准</font></div></td>
    </tr>
    <tr> 
      <td width="40%"> <div align="center"><font color="#660000">水费标准</font></div></td>
      <td width="60%"><input name="wstd" type="text" id="wstd" size="10" maxlength="10">
        元/吨</td>
    </tr>
    <tr> 
      <td><div align="center"><font color="#660000">电费标准</font></div></td>
      <td><input name="estd" type="text" id="estd" size="10" maxlength="10">
        元/度</td>
    </tr>
    <tr> 
      <td colspan="2"> <div align="center"> 
          <input type="submit" name="Submit" value="设置">
          &nbsp;&nbsp; 
          <input type="reset" name="Submit2" value="重置">
        </div></td>
    </tr>
  </table>
  </form>
</div>
</body>
</html>

⌨️ 快捷键说明

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