?? bookmanager.asp
字號(hào):
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>書籍信息添加與修改</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
table {
font-size: 9pt;
text-decoration: none;
border: 1px solid #000000;
}
-->
</style>
</head>
<body>
<div align="center"><form method="POST" action="--WEBBOT-SELF--">
<table border="0" width="300" id="table1" cellspacing="1">
<tr>
<td align="center" colspan="2" bgcolor="#006699">
<font color="#FFFFFF">書籍信息<%if Request("op")="add" then
Response.write "添加"
else
Response.write "修改"
end if%></font></td>
</tr>
<tr>
<td align="right" width="87">館藏號(hào)</td>
<td width="204">
<input type="text" name="bookid" size="26" value="<%=bookid%>"></td>
</tr>
<tr>
<td align="right" width="87">ISBN</td>
<td width="204">
<input type="text" name="isbn" size="26" value="<%=isbn%>"></td>
</tr>
<tr>
<td align="right" width="87">書名</td>
<td width="204">
<input type="text" name="bookname" size="26" value="<%=bookname%>"></td>
</tr>
<tr>
<td align="right" width="87">作者</td>
<td width="204">
<input type="text" name="bookauthor" size="26" value="<%=bookauthor%>"></td>
</tr>
<tr>
<td align="right" width="87">出版社</td>
<td width="204">
<input type="text" name="publish" size="26" value="<%=publish%>"></td>
</tr>
<tr>
<td align="right" width="87">復(fù)本數(shù)</td>
<td width="204">
<input type="text" name="copycount" size="26" value="<%=copycount%>"></td>
</tr>
<tr>
<td align="right" width="87">語種</td>
<td width="204">
<select size="1" name="booklanguage" class="Formtext">
<option selected>中文</option>
<option>英語</option>
<option>法語</option>
<option>俄語</option>
<option>韓語</option>
<option>日語</option>
</select></td>
</tr>
<tr>
<td align="right" width="87">文獻(xiàn)類型</td>
<td width="204"><select size="1" name="booktype" class="Formtext"></select></td>
</tr>
<tr>
<td align="right" width="87">版次</td>
<td width="204">第<select size="1" name="edition" class="Formtext">
<option selected>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>版</td>
</tr>
<tr>
<td width="87"> </td>
<td width="204">
<input type="button" value="保存" name="B3" class="FormText">
<input type="button" value="取消" name="B2" class="FormText"></td>
</tr>
</table></form>
</div>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -