📄 anews_add.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="admin_pass.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻添加</title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0">
<div align="center">
<p>
<form name="form1" method="POST" action="anews_ok.asp?action=add">
<br>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="521" height="30" class="12h"><strong>添加新闻信息</strong></td>
</tr>
<tr>
<td width="521" height="25">添加类型:
<select name="type" id="type">
</select> </td>
</tr>
<tr>
<td width="521" height="29">文章标题:
<input type="text" name="name" size="34"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<td valign="middle" width="521" height="29">
<span style="font-size: 9pt">文章内容: </span> </td>
</tr>
<tr>
<td height="136" valign="top" width="521">
<textarea name="content" cols="65" class="form" rows="15"></textarea>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td valign="bottom" width="521" height="48">
<p align="center"><input type="submit" name="Submit" value="提 交">
<input type="reset" name="Submit2" value="重 填"></td>
</tr>
</table>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -