📄 setstandard.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> </p>
<p> </p>
<p> </p>
<p> </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="设置">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -