0.php 858 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. sesCheck();
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="x-ua-compatible" content="ie=7" />
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  11. <title>Óû§¹ÜÀíÃæ°å - <?=webname?></title>
  12. <? include("cssjs.html");?>
  13. </head>
  14. <body>
  15. <? include("../tem/top.html");?>
  16. <? include("top.php");?>
  17. <div class="yjcode">
  18. <? include("left.php");?>
  19. <!--RB-->
  20. <div class="userright">
  21. <!--°×B-->
  22. <div class="rkuang">
  23. <div class="clear clear10"></div>
  24. </div>
  25. <!--°×E-->
  26. </div>
  27. <!--RE-->
  28. </div>
  29. <div class="clear clear15"></div>
  30. <? include("../tem/bottom.html");?>
  31. </body>
  32. </html>