wy_trip_inforup.asp
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:3k
源码类别:

其他行业

开发平台:

ASP/ASPX

  1. <!--#include file="../wy_trip_inc/wy_trip_fun.inc"-->
  2. <html>
  3. <head>
  4. <title>PTrip Server 2005 For 数据库课程设计
  5. </title>
  6. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  7. <link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
  8. </head>
  9. <%
  10. inforkind=request.querystring("inforkind")
  11. '1 about 2 statement
  12. if(inforkind=1)then
  13.     oldinfor=sqlshow("select * from trip_infor","aboutus")
  14. else
  15.     oldinfor=sqlshow("select * from trip_infor","statement")
  16. end if
  17. %>
  18. <script language="javascript" src="../wy_trip_js/wy_trip_check.js" ></script>
  19. <body leftmargin="0" topmargin="0"  bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
  20. <table width="734" height="100%" cellpadding="0" cellspacing="0">
  21. <tr>
  22.   <td valign="top" class="Main">
  23. <p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
  24. <p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
  25. <p class="Indented1" align="center"><font size="6"><b>PTrip 2005 后台管理</b></font></p>
  26. <p class="Indented1" align="center"><b>欢迎管理员 <%=adname%> 登录</b></p>
  27. <hr align="center" width="80%" color="#999999">
  28. <table width="85%"  border="0" align="center" cellpadding="2" cellspacing="0" >
  29.               <tr>
  30.                 <th valign="top">关于我们</th>
  31.                 <th colspan="2"><%=oldinfor%></th>
  32.               </tr>
  33.               <tr>
  34.                 <th>&nbsp;</th>
  35.                 <th colspan="2">&nbsp;</th>
  36.               </tr>
  37.   <form name="aboutus" method="post" action="wy_trip_asp/wy_trip_inforupasp.asp" >
  38.               <tr>
  39.                 <th>更新...<input type="hidden" name="hid" id="hid" value=<%=inforkind%>></th>
  40.                 <th colspan="2"><textarea name="infor" cols="80" rows="8" id="infor"></textarea></th>
  41.               </tr>
  42.               <tr>
  43.                 <th>&nbsp;</th>
  44.                 <th><input type="submit" name="Submit" value=" 提 交 "></th>
  45.                 <th><input type="reset" name="Submit" value=" 重 置 "></th>
  46.               </tr>
  47.   </form>
  48.               <tr>
  49.                 <th>&nbsp;</th>
  50.                 <th>&nbsp;</th>
  51.                 <th>&nbsp;</th>
  52.               </tr>
  53.               <tr>
  54.                 <th width="16%">&nbsp;</th>
  55.                 <th width="42%">&nbsp;</th>
  56.                 <th width="42%" onmouseover=this.style.backgroundColor="#cccccc";return  onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_admin.asp" target="main">返回上一页</a></th>
  57.               </tr>
  58.             </table>
  59.   </td>
  60. </tr>
  61. </table>
  62. </body>
  63. </html>