?? addbuilding.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 Building</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="left"><strong>Add a Building</strong></td>
</tr>
<tr align="right">
<td width="25%" bgcolor="#999999"><span class="STYLE1">Location:</span></td>
<td bgcolor="#cccccc" align="left">
<input type="text" name="location" size="50">
</td>
</tr>
<tr align="right">
<td bgcolor="#999999"><span class="STYLE1">Manager:</span></td>
<td bgcolor="#cccccc" align="left">
<select name="manager">
<option value="UserID">10022 - Lily Liu</option>
<option value="UserID">10023 - Candy Chen</option>
</select>
</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" align="center">
<input type="submit" name="Submit" value="Save">
<input type="reset" name="reset" value="Reset">
<input type="button" value="Cancel" onClick="javascript:history.go(-1)">
</td>
</tr>
</table>
</form>
</BODY>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -