Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
explorer_folders.php
Package: Generateur_v13.rar [view]
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 2k
Category:
WEB Mail
Development Platform:
PHP
- <?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');