📄 a00bbebd6d54001d1acf9c90601784cf
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>houseinsert1.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="styles.css">
-->
</head>
<body background="img/35.jpg"><br><br> <body>
<form action="houseinsert2.jsp"method="post"name="house">
<table width="300"" border="1" align="center" cellpadding="1" cellspacing="0">
<tr>
<td colspan="2"><center><font size="5" face="华文行楷">客房添加操作</font></center>
</tr>
<tr>
<td width="80"><div align="right">房间名:</div></td>
<td width="80"><label>
<input type="text" name="housename">
</label></td>
</tr>
<tr>
<td width="80"><div align="right">房间编号:</div></td>
<td width="80"><label>
<input type="text" name="houseid">
</label></td>
</tr>
<tr>
<td><div align="right">房间类型:</div></td>
<td><label>
<input type="text" name="housetype">
</label></td>
</tr>
<tr>
<td width="80"><div align="right">房间状态:</div></td>
<td width="80"><label>
<input type="text" name="housestate">
</label></td>
</tr>
<tr>
<td><div align="right">所在区域:</div></td>
<td width="80"><label>
<input type="text" name="inarea">
</label></td>
</tr>
<tr>
<td width="80"><div align="right">房间电话:</div></td>
<td width="80"><label>
<input type="text" name="housetel">
</label></td>
</tr>
<tr>
<td><div align="right">床位数:</div></td>
<td width="80"><label>
<input type="text" name="bednum">
</label></td>
</tr>
<td width="80"><div align="right">备注:</div></td>
<td width="80"><label>
<input type="text" name="memo">
</label></td>
</tr>
<tr>
</table>
<center><input type="submit"value="添加">
<input type="reset"name="button"value="清空"></center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -