www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/admin_vipfuwuadd.asp

    <!--#include file="conn.asp"-->
<!--#include file="checkadmin.inc"-->
<html>
<head>
<title>迪吧后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_Style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border" id="AutoNumber2">
  <tr class="topbg"> 
    <td height="22" colspan="2" align="center"><strong>添 加 VIP 服 务</strong></td>
  </tr>
</table>
  <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border" id="AutoNumber3">
<form method="POST" action="admin_vipfuwuSave.asp">
    <tr class="tdbg"> 
      <td width="30%" align="right"><strong>标题:</strong></td>
      <td width="70%" height="30"><input type="text" name="title" size="20"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="30%" align="right"><strong>内容:</strong></td>
      <td width="70%" height="30"><textarea rows="9" name="Content" cols="45"></textarea> *可HTML语言</td>
    </tr>
    <tr class="tdbg"> 
      <td height="22" colspan="2" align="center" class="title">
              <input type=hidden value="add" name="act">
              <input type="submit" value=" 确定 " name="cmdok">&nbsp; 
              <input type="reset" value=" 清 除 "  name="cmdcancel">
        </td>
    </tr></form>
  </table>
</body> 
</html>