[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/kcfinder/tpl/ -> tpl_browser.php (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml">
   3  <head>
   4  <title>KCFinder: /<?php echo $this->session['dir'] ?></title>
   5  <?php INCLUDE "tpl/tpl__css.php" ?>
   6  <?php INCLUDE "tpl/tpl__javascript.php" ?>
   7  </head>
   8  <body>
   9  <script type="text/javascript">
  10  $('body').noContext();
  11  </script>
  12  <div id="resizer"></div>
  13  <div id="shadow"></div>
  14  <div id="dialog"></div>
  15  <div id="clipboard"></div>
  16  <div id="all">
  17  <div id="left">
  18      <div id="folders"></div>
  19  </div>
  20  <div id="right">
  21      <div id="toolbar">
  22          <div>
  23          <a href="kcact:upload"><?php echo $this->label("Upload") ?></a>
  24          <a href="kcact:refresh"><?php echo $this->label("Refresh") ?></a>
  25          <a href="kcact:settings"><?php echo $this->label("Settings") ?></a>
  26          <a href="kcact:maximize"><?php echo $this->label("Maximize") ?></a>
  27          <a href="kcact:about"><?php echo $this->label("About") ?></a>
  28          <div id="loading"></div>
  29          </div>
  30      </div>
  31      <div id="settings">
  32  
  33      <div>
  34      <fieldset>
  35      <legend><?php echo $this->label("View:") ?></legend>
  36          <table summary="view" id="view"><tr>
  37          <th><input id="viewThumbs" type="radio" name="view" value="thumbs" /></th>
  38          <td><label for="viewThumbs">&nbsp;<?php echo $this->label("Thumbnails") ?></label> &nbsp;</td>
  39          <th><input id="viewList" type="radio" name="view" value="list" /></th>
  40          <td><label for="viewList">&nbsp;<?php echo $this->label("List") ?></label></td>
  41          </tr></table>
  42      </fieldset>
  43      </div>
  44  
  45      <div>
  46      <fieldset>
  47      <legend><?php echo $this->label("Show:") ?></legend>
  48          <table summary="show" id="show"><tr>
  49          <th><input id="showName" type="checkbox" name="name" /></th>
  50          <td><label for="showName">&nbsp;<?php echo $this->label("Name") ?></label> &nbsp;</td>
  51          <th><input id="showSize" type="checkbox" name="size" /></th>
  52          <td><label for="showSize">&nbsp;<?php echo $this->label("Size") ?></label> &nbsp;</td>
  53          <th><input id="showTime" type="checkbox" name="time" /></th>
  54          <td><label for="showTime">&nbsp;<?php echo $this->label("Date") ?></label></td>
  55          </tr></table>
  56      </fieldset>
  57      </div>
  58  
  59      <div>
  60      <fieldset>
  61      <legend><?php echo $this->label("Order by:") ?></legend>
  62          <table summary="order" id="order"><tr>
  63          <th><input id="sortName" type="radio" name="sort" value="name" /></th>
  64          <td><label for="sortName">&nbsp;<?php echo $this->label("Name") ?></label> &nbsp;</td>
  65          <th><input id="sortType" type="radio" name="sort" value="type" /></th>
  66          <td><label for="sortType">&nbsp;<?php echo $this->label("Type") ?></label> &nbsp;</td>
  67          <th><input id="sortSize" type="radio" name="sort" value="size" /></th>
  68          <td><label for="sortSize">&nbsp;<?php echo $this->label("Size") ?></label> &nbsp;</td>
  69          <th><input id="sortTime" type="radio" name="sort" value="date" /></th>
  70          <td><label for="sortTime">&nbsp;<?php echo $this->label("Date") ?></label> &nbsp;</td>
  71          <th><input id="sortOrder" type="checkbox" name="desc" /></th>
  72          <td><label for="sortOrder">&nbsp;<?php echo $this->label("Descending") ?></label></td>
  73          </tr></table>
  74      </fieldset>
  75      </div>
  76  
  77      </div>
  78      <div id="files">
  79          <div id="content"></div>
  80      </div>
  81  </div>
  82  <div id="status"><span id="fileinfo">&nbsp;</span></div>
  83  </div>
  84  </body>
  85  </html>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1