adxxx.asp 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. <head>
  4. <meta name="description" content="">
  5. <meta name="web designner" content="">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" type="text/css" href="../bdcommx/css.css">
  8. <style type="text/css">
  9. <!--
  10. .style1 {
  11. font-size: 36px;
  12. font-weight: bold;
  13. }
  14. .style2 {color: #0000FF}
  15. -->
  16. </style>
  17. </head>
  18. <!--#include file="../bdcommx/connxyz.asp"-->
  19. <body >
  20. <table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
  21. <tr>
  22. <td width="4%" height="42" align="center" background="../images/top_bg2.jpg"><img src="../images/dian.gif" width="10" height="10" /></td>
  23. <td width="96%" background="../images/top_bg2.jpg" class="hui12">后台管理:&gt;&gt; 首页</td>
  24. </tr>
  25. </table>
  26. <table width="88%" border="0" align="center" cellpadding="0" cellspacing="0">
  27. <tr>
  28. <td height="18">&nbsp;</td>
  29. </tr>
  30. </table>
  31. <table width="94%" height="367" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
  32. <tr>
  33. <td height="365" valign="top" bgcolor="#FFFFFF"><table width="642" border="00" align="center" cellpadding="0" cellspacing="0">
  34. <tr>
  35. <td width="642" height="47"><marquee behavior="alternate" direction="right" loop="999" scrollamount="1" scrolldelay="20" class="Fnt_red" onmouseover="stop()" onmouseout="start()">
  36. 今天是: <%=year(now())%> 年 <%=Month(now())%> 月 <%=day(now())%> 日 <%=hour(now())%>:<%=minute(now())%>:<%=second(now())%> <%'=theWeekDay(Weekday(now()))%>
  37. </marquee></td>
  38. </tr>
  39. <tr>
  40. <td height="215"> <p>你好,<span class="Fnt_red style1"><%=session("adminxxx")%></span>!<br />
  41. <br />
  42. <span class="Fnt_red">注意:</span>请按照左边导航进行操作。为防止密码泄露,请勿用简单的数字或字母作为后台密码。<br />
  43. <br />
  44. <br />
  45. </p>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td height="154" valign="bottom"></td>
  50. </tr>
  51. </table></td>
  52. </tr>
  53. </table>
  54. </body>
  55. </html>