List_Add.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <!--#include file="../../inc/conn.asp"-->
  2. <LINK REL="stylesheet" HREF="../images/style.css" TYPE="text/css"> <META content="text/html;charset=gb2312" http-equiv="Content-Type">
  3. <style type="text/css">
  4. <!--
  5. .style1 {
  6. color: #FFFFFF;
  7. font-weight: bold;
  8. }
  9. -->
  10. </style>
  11. <form name="form1" method="post" action="List_Save.asp" enctype="multipart/form-data">
  12.   <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight="#000000">
  13.     <tr bgcolor="#23458B"> 
  14.       <td height="25" colspan="2"> 
  15.         <div align="center" class="style1">信息添加</div>      </td>
  16.     </tr>
  17.     <tr> 
  18.       <TD WIDTH="21%" height="12"> 
  19.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>标题:</DIV>      </TD>
  20.       <td width="79%" height="12"> 
  21.         <input type="text" name="title" size="50">
  22.         <select name="wz" id="wz">
  23.           <option value="计费系统(ABS)" selected="selected">计费系统(ABS)</option>
  24.           <option value="AVSManager">AVSManager</option>
  25.           <option value="远程管理软件">远程管理软件</option>
  26.           <option value="工具类">工具类</option>
  27.           <option value="其他软件下载">其他软件下载</option>
  28.         </select></td>
  29.     </tr>
  30.     <tr> 
  31.       <TD WIDTH="21%" height="12"> 
  32.         <DIV ALIGN="center"> <FONT COLOR="#FF0000"> * </FONT>下载文件名:</DIV>      </TD>
  33.       <td width="79%" height="12"> 
  34.         <input type="text" name="pic" size="50">
  35.         填写完整,如:abc.exe      </td>
  36.     </tr>
  37.     <tr> 
  38.       <TD WIDTH="21%" height="25"> 
  39.         <DIV ALIGN="center"> <FONT COLOR="#FF0000">*</FONT> 介绍:</DIV>      </TD>
  40.       <td width="79%" height="25"><IFRAME ID="eWebEditor1" SRC="../eWebEditor/ewebeditor.asp?id=content&style=s_light" FRAMEBORDER="0" SCROLLING="no" WIDTH="630" HEIGHT="420"> 
  41.         </IFRAME>
  42.         <input name="content" type="hidden" id="content">      </td>
  43.     </tr>
  44.     <tr> 
  45.       <td height="25" colspan="2"> 
  46.         <div align="center"> 
  47.           <input type="submit" name="Submit" value="添加">
  48.           <input type="button" value="取消" onClick="history.go(-1)">
  49.           <input type="hidden" name="operation" value="add">
  50.         </div>      </td>
  51.     </tr>
  52.   </table>
  53.   <table width="75%" border="0" cellspacing="0" cellpadding="0" align="center" height="34"> 
  54. <tr> <td> <div align="center">说明:<font color="#FF0000">*</font> 为必须填写的内容</div></td></tr> 
  55. </table></form>