tvmladd.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="../../checkpost.asp"-->
  2. <!--#include file="../inc/function.asp"-->
  3. <%if session("flag")>1 then
  4.     response.write "<script>alert('您的操作权限不够!');history.back();</script>"
  5.     response.end
  6. end if
  7. %>
  8. <STYLE type=text/css>
  9. .boxttt {
  10. BORDER-RIGHT: #b5b385 1px solid; BORDER-TOP: #4a492d 1px solid; FONT-SIZE: 12px; BACKGROUND: #939059; BORDER-LEFT: #4a492d 1px solid; COLOR: #333333; BORDER-BOTTOM: #b5b385 1px solid
  11. }
  12. .boxttx {
  13. BORDER-RIGHT: #4a492d 1px solid; BORDER-TOP: #b5b385 1px solid; FONT-SIZE: 12px; BACKGROUND: #a8a66f; BORDER-LEFT: #b5b385 1px solid; COLOR: #ffffff; PADDING-TOP: 1px; BORDER-BOTTOM: #4a492d 1px solid; HEIGHT: 18px
  14. }
  15. </STYLE>
  16. <!--#include file="../inc/function.asp"-->
  17. <!--#include file="../security.asp"-->
  18. <!--#include file="tvconn.asp"-->
  19. <%
  20. Set rs = Server.CreateObject("ADODB.Recordset")
  21. %>
  22. <link href="../images/main.css" rel="stylesheet" type="text/css">
  23. <style type="text/css">
  24. <!--
  25. body {
  26. background-color: #FFFFFF;
  27. }
  28. .样式1 {
  29. color: #000000;
  30. font-weight: bold;
  31. }
  32. -->
  33. </style><head>
  34. <meta http-equiv="Content-Language" content="zh-cn">
  35. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  36. <title>目录</title>
  37. <link rel="stylesheet" type="text/css" href="../inc/Admin_STYLE.CSS">
  38. </head>
  39. <body>
  40. <p align="center">&nbsp;</p>
  41. <form method="POST" action="mlcheck.asp" name="form">
  42.   <div align="center">
  43.   <center>
  44. <table class="border" width="400" border="0" align="center" cellpadding="0" cellspacing="0">
  45.   <tr class="tdbg">
  46.       <td height="22" colspan="2" align="center" class="title"><span class="样式1">添加分类</span></td>
  47.       </tr>
  48.     <tr class="tdbg">
  49.       <td width="102" align="center">分类名称:</td>
  50.       <td width="298" height="40"><input name="js_fname" type="text" value='' size="39"></td>
  51.     </tr>
  52.     <tr class="tdbg">
  53.       <td width="102" align="center">分类说明:</td>
  54.       <td width="298" height="40"><input type="text" name="js_falt" size="39" value=''></td>
  55.     </tr>
  56.   </table>
  57.   </center>
  58. </div>
  59. <p align="center">
  60. <input type="submit" value="提交" name="windows_ok"> 
  61. <input type="reset" value="重写" name="reset">
  62. </form>
  63. </body> 
  64. </html>