linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file default_access.php

Documentation is available at default_access.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage library
  5.  * @author Simon Georget <simon@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10. include('../config/define.php');
  11. include('../languages/'.U_L'/lang_library.'.CHARSET.'.php');
  12.  
  13. //////////// Check Inclusion de pages ////////////
  14. if (!isset($_SESSION['authenticated'])) {
  15.   include_once("../lib/lib_common.php");
  16.   ReloadIndex('admin');
  17. }
  18. ////////////
  19. ?>
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo U_L?>" lang="<?php echo U_L?>">
  22. <head>
  23. <meta http-equiv="content-type" content="text/html; charset=<?php echo CHARSET?>" />
  24. <title>File Manager</title>
  25. <link rel="stylesheet" type="text/css" href="styles/reset.css" />
  26. <link rel="stylesheet" type="text/css" href="scripts/jquery.filetree/jqueryFileTree.css" />
  27. <link rel="stylesheet" type="text/css" href="scripts/jquery.contextmenu/jquery.contextMenu-1.01.css" />
  28. <link rel="stylesheet" type="text/css" href="styles/filemanager.css" />
  29. <!--[if IE 9]>
  30. <link rel="stylesheet" type="text/css" href="styles/ie9.css" />
  31. <![endif]-->
  32. <!--[if lte IE 8]>
  33. <link rel="stylesheet" type="text/css" href="styles/ie8.css" />
  34. <![endif]-->
  35. </head>
  36. <body>
  37. <div>
  38. <form id="uploader" method="post">
  39.     <button id="home" name="home" type="button" value="Home">&nbsp;</button>
  40.     <h1></h1>
  41.     <div id="uploadresponse"></div>
  42.     <input id="mode" name="mode" type="hidden" value="add" /> 
  43.     <input id="currentpath" name="currentpath" type="hidden" />
  44.     <div id="file-input-container">
  45.         <div id="alt-fileinput">
  46.             <input id="filepath" name="filepath" type="text" /><button id="browse" name="browse" type="button" value="Browse"></button>
  47.         </div>
  48.         <input    id="newfile" name="newfile" type="file" />
  49.     </div>
  50.     <button id="upload" name="upload" type="submit" value="Upload"></button>
  51.     <button id="newfolder" name="newfolder" type="button" value="New Folder"></button>
  52.     <button id="grid" class="ON" type="button">&nbsp;</button>
  53.     <button id="list" type="button">&nbsp;</button>
  54. </form>
  55. <div id="splitter">
  56. <div id="filetree"></div>
  57. <div id="fileinfo">
  58. <h1></h1>
  59. </div>
  60. </div>
  61. <form name="search" id="search" method="get">
  62.         <div>
  63.             <input type="text" value="" name="q" id="q" />
  64.             <a id="reset" href="#" class="q-reset"></a>
  65.             <span class="q-inactive"></span>
  66.         </div> 
  67. </form>
  68.  
  69. <ul id="itemOptions" class="contextMenu">
  70.     <li class="select"><a href="#select"></a></li>
  71.     <li class="download"><a href="#download"></a></li>
  72.     <li class="rename"><a href="#rename"></a></li>
  73.     <li class="move"><a href="#move"></a></li>
  74.     <li class="delete separator"><a href="#delete"></a></li>
  75. </ul>
  76.  
  77. <script type="text/javascript" src="scripts/jquery-1.8.3.min.js"></script>
  78. <script type="text/javascript" src="scripts/jquery.form-3.24.js"></script>
  79. <script type="text/javascript" src="scripts/jquery.splitter/jquery.splitter-1.5.1.js"></script>
  80. <script type="text/javascript" src="scripts/jquery.filetree/jqueryFileTree.js"></script>
  81. <script type="text/javascript" src="scripts/jquery.contextmenu/jquery.contextMenu-1.01.js"></script>
  82. <script type="text/javascript" src="scripts/jquery.impromptu-3.2.min.js"></script>
  83. <script type="text/javascript" src="scripts/jquery.tablesorter-2.7.2.min.js"></script>
  84. <script type="text/javascript" src="scripts/filemanager.min.js"></script>
  85. </div>
  86. </body>
  87. </html>

Documentation generated on Thu, 20 Mar 2014 16:47:15 +0100 by phpDocumentor 1.4.1