📄 admin_announceadd.asp
字号:
<!--#include file="function.asp"-->
<%CheckAdmin2%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top1.asp"-->
<br><br><div align="center">
<center>
<table border="0" width="750" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" height="71">
<tr>
<td valign=top width="5" height="92" background="images/line_bg02.gif"></td>
<td valign=top width="175" height="92"><!--#include file="admin_left.asp"--></td>
<td valign=top width="5" height="92" background="images/line_bg02.gif"> </td>
<td align=center valign=top width="594" height="92">
<table border="1" width="100%" cellspacing="0" cellpadding="0" class="TableLine" style="border-collapse: collapse" bordercolor="#4E859C">
<form method="POST" action="admin_AnnounceSave.asp">
<tr>
<td width="100%" height="20" colspan=2 bgcolor="#234156" align=center><b>添 加 公 告</b></td>
</tr>
<tr>
<td width="10%" align="right" height="30">主题:</td>
<td width="90%" height="30"><input type="text" name="Title" size="20"></td>
</tr>
<tr>
<td width="10%" align="right" height="30">发布人:</td>
<td width="90%" height="30"><input type="text" name="Author" size="20"></td>
</tr>
<tr>
<td width="10%" align="right" height="30">内容:</td>
<td width="90%" height="30"><TEXTAREA name="Content" rows=5 cols="75"></TEXTAREA></td>
</tr>
<tr>
<td colspan=2 align=center>
<input type="hidden" value="add" name="act">
<input type="submit" value=" 确定 " name="cmdok">
<input type="reset" value=" 清 除 " name="cmdcancel">
</td>
</tr>
</form>
</table>
</td>
<td align=center valign=top width="5" height="92" background="images/line_bg02.gif">
</td>
</tr>
<tr>
<td valign=top width="750" height="1" colspan="5" background="images/line_bg01.gif">
<img border="0" src="images/line_bg01.gif"></td>
</tr>
</table>
</center>
</div>
<br><br>
<%
set rs=nothing
conn.close
set conn=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -