source: server/trunk/web/root/templates/html/explorer/index.html @ 38

Last change on this file since 38 was 38, checked in by nanardon, 14 years ago
  • start explorer page
  • some function in Chat/
File size: 488 bytes
Line 
1
2<p>[% path %]</p>
3
4<div id="exp_dir" style="float: left; border: outset; width: 30%">
5    Loading...
6</div>
7<div id="exp_file" style="float: left; border: outset; width: 30%">
8    Loading...
9</div>
10
11<script type="text/javascript">
12    new Ajax.Updater(
13        'exp_dir',
14        '[% dirurl %]',
15        { asynchronous: 1, parameters: 'ajax=1' }
16    );
17    new Ajax.Updater(
18        'exp_file',
19        '[% fileurl %]',
20        { asynchronous: 1, parameters: 'ajax=1' }
21    );
22</script>
Note: See TracBrowser for help on using the repository browser.