📄 news.asp
字号:
<!--#include file="../sign.asp"-->
<%
call checkpass
if Session("Passed") then
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<style type="text/css">
<!--
body,td,p,input {font-size:14.8px;font-family:宋体;}
.head {font-size:14pt}
-->
</style>
<title>信息录入</title></HEAD>
<BODY>
<P> </P>
<form action="newsadd.asp" method="post">
<table style="HEIGHT: 25px; WIDTH: 566px" align="center" cellpadding="0" cellspacing="0" border="1">
<tr align="center">
<td height="25" class="head" colspan="2"><b>网站信息录入界面</b></td>
</tr>
<tr>
<td height="25" width="151" align="right">信息标题:</td>
<td width="409"> <br>
<input type="text" name="title" size="30">
<br>
</td>
</tr>
<tr>
<td height="25" width="151" align="right">信息内容:</td>
<td width="409"> <br>
<textarea name="body" cols="29" rows="5"></textarea>
<br>
<br>
</td>
</tr>
<tr>
<td height="25" width="151" align="right">图片地址:<br>
</td>
<td width="409"> <br>
<input type="text" name="pic" size="30">
<br>
<br>
</td>
</tr>
<tr>
<td height="25" width="151" align="right">信息类型:<br>
</td>
<td width="409"> <br>
<select name="n_type">
<option value="news">业内资讯</option>
<option value="report">流行早报</option>
<option value="hync">行业内参</option>
<option value="cp">特惠产品</option>
</select>
<br>
<br>
</td>
</tr>
<tr align="center">
<td colspan="2"> <br>
<input type="submit" name="Submit" value=" 提 交 ">
<input type="reset" name="Reset" value=" 取 消 ">
<br>
<br>
</td>
</tr>
</table>
</form>
</BODY>
</HTML>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -