footer_faq.php
上传用户:gzy2002
上传日期:2010-02-11
资源大小:1785k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <?php
  2. // +-------------------------------------------------------------+
  3. // | DeskPRO v [2.0.1 Production]
  4. // | Copyright (C) 2001 - 2004 Headstart Solutions Limited
  5. // | Supplied by WTN-WDYL
  6. // | Nullified by WTN-WDYL
  7. // | Distribution via WebForum, ForumRU and associated file dumps
  8. // +-------------------------------------------------------------+
  9. // | DESKPRO IS NOT FREE SOFTWARE
  10. // +-------------------------------------------------------------+
  11. // | License ID : Full Enterprise License =) ...
  12. // | License Owner : WTN-WDYL Team
  13. // +-------------------------------------------------------------+
  14. // | $RCSfile: footer_faq.php,v $
  15. // | $Date: 2004/02/10 01:34:26 $
  16. // | $Revision: 1.14 $
  17. // +-------------------------------------------------------------+
  18. // | File Details:
  19. // | - FAQ section footer.
  20. // +-------------------------------------------------------------+
  21. error_reporting(E_ALL ^ E_NOTICE);
  22. include('./../global.php');
  23. reload_index();
  24. footer_html(NULL, NULL, 1);
  25. include_once(INCLUDE_PATH . 'functions/class_Tree.php');
  26. $tree = new categoryTree();
  27. ?>
  28. <html>
  29. <head>
  30. <?
  31. echo get_javascript('sniffer.js');
  32. echo get_javascript('TreeMenu.js');
  33. ?>
  34. </head>
  35. <body>
  36. <BR />
  37. <div style="height:180; overflow:auto; padding: 2px; text-align:left; border-width: thin; border-color: black; border-style: solid; background-color: white" class="alt1" id="links">
  38. <? $tree->printMenu(); ?>
  39. </div>
  40. </body>
  41. </html>