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

📄 addrole.html

📁 在线房间预订的JSP/DERBY 源码. A online room booking system, developed with JSP/DERBY
💻 HTML
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../format/style.css" rel="stylesheet" type="text/css">
<title>Add a Role</title>
<style type="text/css">
<!--
.STYLE1 {color: #ffffff}
-->
</style>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">

<br>
<form action="" method="post">
<table width="95%" border="0" cellspacing="1" align="center">
  <tr align="right">
    <td colspan="2" bgcolor="#d4dced" align="center">Add a Role </td>
    </tr>
  <tr align="right">
		<td width="25%" bgcolor="#999999"><span class="STYLE1">Name:</span></td>
		<td bgcolor="#CCCCCC" align="left"><input type="text" name="name" size="50"></td>
  </tr>

  <tr align="right">
		<td bgcolor="#999999"><span class="STYLE1">Description:</span></td>
		<td bgcolor="#CCCCCC" align="left"><textarea cols="50" rows="5" name="location"></textarea></td>
  </tr>
  <tr align="right">
    <td colspan="2" bgcolor="#d4dced"><div align="center">
      <input type="submit" name="Submit" value="Submit">
      <input type="reset" name="reset" value="Reset">
      <input type="button" value="Cancel" onClick="javascript:history.go(-1)">
    </div></td>
  </tr>
</table>
</form>
</BODY>
</html>

⌨️ 快捷键说明

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