add.htm

来自「图书管理系统」· HTM 代码 · 共 30 行

HTM
30
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>增加内容</title>
<style type="text/css">
BODY {	color: #0000ff; FONT-FAMILY: "宋体"; FONT-SIZE: 12pt }
a:link {  color: #D033ff; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; text-decoration: none}
a:hover {  color: #0000ff; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; text-decoration: none}
a:visited {  color: #D033FF; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; text-decoration: none}
</style>
</head>

<body background="bg.gif">

<h1 align="center"><font color="#8000FF">增加XX内容</font></h1>

<form method="POST" action="add2.php">
  <input type="hidden" name="smxlh" value="20"><p>章节或标题:<input type="text"
  name="bt1" size="20"><br>
  内容:<textarea rows="14" name="nr1" cols="80"></textarea><br>
  <input type="submit" value="提交" name="submit"></p>
</form>

<p align="center"><img src="lygzs.gif" width="143" height="22"
alt="lygzs.gif (3234 字节)"></p>
</body>
</html>

⌨️ 快捷键说明

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