📄 admin_announceadd.asp
字号:
<%PageName="admin_AnnounceAdd"%>
<!--#include file="session.asp"-->
<%checkAdmin2%>
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="top.asp"--><br>
<table border="1" width="80%" cellspacing="0" cellpadding="1" bgcolor="<%=MainBgColor%>">
<tr>
<td align=center valign=top>
<table border="1" width="100%" cellspacing="0" cellpadding="0" Class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=MainCColor%>">
<form method="POST" action="admin_AnnounceSave.asp">
<tr>
<td height="20" colspan=2 bgcolor="<%=MainTColor%>" align=center background="images/admin/b3.gif"><b>添
加 公 告</b></td>
</tr>
<tr>
<td width="15%" align="right" height="30">主题:</td>
<td width="85%" height="30"><input type="text" name="Title" size="20"></td>
</tr>
<tr>
<td width="15%" align="right" height="30">发布人:</td>
<td width="85%" height="30"><input type="text" name="Author" size="20"></td>
</tr>
<tr>
<td align="right">弹出窗口:</td>
<td> 宽:
<input type="text" name="win_width" value="0" size="3" maxlength="3">
高:
<input type="text" name="win_height" value="0" size="3" maxlength="3">
不是不用改 </td>
</tr>
<tr>
<td width="15%" align="right" height="30">内容:</td>
<td width="85%" height="30"><TEXTAREA name="Content" rows=5 cols="60"></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>
</tr>
</table>
<%set rs=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -