explorer_folders.php
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:2k
- <?php
- include ('config.php');
- // this disable render time on this page
- $_INI['show_render_time'] = FALSE;
- $current_year = date('Y');
- $ctime = time();
- // caching in
- $use_cache_name = 'explorer-menu';
- include('pat_cache_begin.php');
- ?>
- <html>
- <!-- This frameset document includes the Treeview script. Script found at: http://www.treeview.net
- Author: Marcelino Alves Martins
- -->
- <br>
- <head>
- <style>
- BODY {background-color:#c3daf9 }
- TD {font-size: 12pt;
- text-decoration: none;
- white-space:nowrap;}
- A {text-decoration: none;
- color: black}
- </style>
- <!-- Code for browser detection -->
- <script src="explorer_ua.js"></script>
- <!-- Infrastructure code for the tree -->
- <script src="explorer_ftiens4.js"></script>
- <!-- Execution of the code that actually builds foldersTree -->
- <script language="JavaScript"><?php include ('explorer_nodes.js.php'); ?></script>
- </head>
- <body topmargin=16 marginheight=16>
- <!-- By making any changes to this code you are violating your user agreement.
- Corporate users or any others that want to remove the link should check
- the online FAQ for instructions on how to obtain a version without the link -->
- <div style="position:absolute; top:0; left:0; ">
- <table cellspacing=0 cellpadding=2 style="width:198px">
- <tr>
- <th align="left" bgcolor=#a0c6f8 style="border-color:#EEEEEE #333333 #333333 #EEEEEE;border-style:solid;border-width:2px">
- <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
- <a href=http://www.treeview.net/treemenu/userhelp.asp></a>
- </th>
- </tr>
- </table>
- </div>
- <!-- Build the browser's objects and display default view of the tree. -->
- <script>initializeDocument()</script>
- <noscript>
- A tree for site navigation will open here if you enable JavaScript in your browser.
- </noscript>
- </html>
- <?php
- // storing cache
- include('pat_cache_store.php');