explorer_folders.php
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 2k
Category:

WEB Mail

Development Platform:

PHP

  1. <?php
  2. include ('config.php');
  3. // this disable render time on this page
  4. $_INI['show_render_time'] = FALSE;
  5. $current_year = date('Y');
  6. $ctime = time();
  7. // caching in
  8. $use_cache_name = 'explorer-menu';
  9. include('pat_cache_begin.php');
  10. ?>
  11. <html>
  12. <!-- This frameset document includes the Treeview script. Script found at: http://www.treeview.net
  13.      Author: Marcelino Alves Martins
  14. -->
  15. <br>
  16. <head>
  17. <style>
  18.    BODY {background-color:#c3daf9 }
  19.    TD {font-size: 12pt;
  20.        text-decoration: none;
  21.        white-space:nowrap;}
  22.    A  {text-decoration: none;
  23.        color: black}
  24. </style>
  25. <!-- Code for browser detection -->
  26. <script src="explorer_ua.js"></script>
  27. <!-- Infrastructure code for the tree -->
  28. <script src="explorer_ftiens4.js"></script>
  29. <!-- Execution of the code that actually builds foldersTree -->
  30. <script language="JavaScript"><?php include ('explorer_nodes.js.php'); ?></script>
  31. </head>
  32. <body topmargin=16 marginheight=16>
  33. <!-- By making any changes to this code you are violating your user agreement.
  34.      Corporate users or any others that want to remove the link should check
  35.      the online FAQ for instructions on how to obtain a version without the link -->
  36. <div style="position:absolute; top:0; left:0; ">
  37. <table cellspacing=0 cellpadding=2 style="width:198px">
  38.   <tr>
  39.     <th align="left" bgcolor=#a0c6f8 style="border-color:#EEEEEE #333333 #333333 #EEEEEE;border-style:solid;border-width:2px">
  40.       <a href="explorer_folders.php?cache-re-render=1"><img src="<?php echo $_INT['theme_path']; ?>icones/refresh.png" width=16 height=16 border=0></a>Dossiers
  41.       <a href=http://www.treeview.net/treemenu/userhelp.asp></a>
  42.     </th>
  43.   </tr>
  44. </table>
  45. </div>
  46. <!-- Build the browser's objects and display default view of the tree. -->
  47. <script>initializeDocument()</script>
  48. <noscript>
  49. A tree for site navigation will open here if you enable JavaScript in your browser.
  50. </noscript>
  51. </html>
  52. <?php
  53. // storing cache
  54. include('pat_cache_store.php');