📄 post.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻录入</title>
<style type="text/css">
<!--
input { font-size:9pt;}
A:link {text-decoration: underline; font-size:9pt;color:000059}
A:visited {text-decoration: underline; font-size:9pt;color:000059}
A:active {text-decoration: none; font-size:9pt}
A:hover {text-decoration:underline;color:red}
body,table {font-size: 9pt}
tr,td{font-size:9pt}
-->
</style>
</head>
<body alink="#FF0000" link="#000099" vlink="#CC6600" topmargin="8" leftmargin="0" bgColor="#FFFFFF">
<br>
<h3 align="center">新闻录入界面</h3>
<div align="center">
<center>
<form method="POST" action="news_add.php">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="29%" align="right">密码</td>
<td width="37%"><input type="password" name="password" size="20"></td>
<td width="34%"></td>
</tr>
<tr>
<td width="29%" align="right">内容</td>
<td width="37%"><textarea rows="12" name="title" cols="51" ><a href=http:// target=_blank> </a></textarea></td>
<td width="34%"></td>
</tr>
<tr>
<td width="29%" align="right"></td>
<td width="37%" align="center"><input type="submit" value="提交" > <input type="reset" value="重写"></td>
<td width="34%"></td>
</tr>
</table>
</form>
</center>
</div>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -