⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_announceadd.asp

📁 3000首FLASH源程序
💻 ASP
字号:
<!--#include file="function.asp"-->
<%CheckAdmins%>
<!--#include file="top.asp"-->
<table border="0" width="770" cellspacing="1" cellpadding="1" bgcolor="<%=Tablebackcolor%>" align="center">
  <tr> 
    <td valign=top width="20%" bgcolor="<%=Tabletitlecolor%>"> 
      <!--#include file="admin_left.asp"-->
    </td>
    <td align=center valign=top bgcolor="<%=Tablebodycolor%>"> 
      <table border="0" width="98%" cellspacing="1" cellpadding="1" class="TableLine" bordercolorlight="<%=MainBColor%>" bgcolor="<%=Tablebackcolor%>">
        <form method="POST" action="admin_AnnounceSave.asp?typeid=<%=request("typeid")%>">
          <tr bgcolor="<%=Tabletitlecolor%>"> 
            <td width="100%" height="20" colspan=2 align=center><b><font color="#FFFFFF">添 
              加 公 告</font></b></td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td width="10%" align="right" height="30">主题:</td>
            <td width="90%" height="30"> 
              <input type="text" name="Title" size="60">
            </td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td width="10%" align="right" height="30">发布人/转载:</td>
            <td width="90%" height="30"> 
              <input type="text" name="Author" size="30">
            </td>
          </tr>
		  <tr bgcolor="#FFFFFF"> 
            <td width="10%" align="right" height="30">图片地址:</td>
            <td width="90%" height="30"> 
              <input type="text" name="images" size="60">
            </td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td width="10%" align="right" height="30">内容:</td>
            <td width="90%" height="30"> 
              <TEXTAREA name="Content" rows=5 cols="75"></TEXTAREA>
            </td>
          </tr>
          <tr bgcolor="#FFFFFF"> 
            <td colspan=2 align=center> 
              <input type="hidden" value="add" name="act">
              <input type="submit" value=" 确定 " name="cmdok">
              &nbsp; 
              <input type="reset" value=" 清 除 "  name="cmdcancel">
            </td>
          </tr>
        </form>
      </table>
    </td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
<br>
<%
set rs=nothing
conn.close
set conn=nothing%>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -