2011-03-03 01:06:23 +03:00
|
|
|
<div class="controls">
|
|
|
|
<p class="actions">
|
2011-04-17 00:56:40 +04:00
|
|
|
<a href="" title="" class="upload" id="file_upload_button">Upload</a><a
|
|
|
|
href="" title="" class="new-dir">New folder</a><a href="" title=""
|
|
|
|
class="download">Download</a><a href="" title="" class="share">Share</a><a
|
|
|
|
href="" title="" class="delete">Delete</a>
|
2011-03-03 01:06:23 +03:00
|
|
|
</p>
|
2011-04-17 19:49:56 +04:00
|
|
|
<div id="file_action_panel">
|
|
|
|
<form id="file_upload_form" action="ajax/upload.php"
|
2011-04-17 00:56:40 +04:00
|
|
|
method="post" enctype="multipart/form-data" target="file_upload_target"><input
|
2011-04-17 14:03:23 +04:00
|
|
|
type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_["uploadMaxFilesize"] ?>" id="max_upload"><input
|
2011-04-17 00:56:40 +04:00
|
|
|
type="hidden" name="dir" value="<?php echo $_["dir"] ?>" id="dir"><input
|
2011-04-17 20:39:59 +04:00
|
|
|
type="file" name="file" id="fileSelector"><input class="prettybutton" type="submit"
|
2011-04-17 20:14:26 +04:00
|
|
|
id="file_upload_start" value="Upload (max <?php echo $_["uploadMaxHumanFilesize"];?>)" /><iframe id="file_upload_target"
|
2011-04-17 00:56:40 +04:00
|
|
|
name="file_upload_target" src=""></iframe></form>
|
2011-04-17 20:39:59 +04:00
|
|
|
<form id="file_newfolder_form"><input type="text" name="file_new_dir_name" id="file_new_dir_name" /> <input class="prettybutton" type="button" id="file_new_dir_submit" name="file_new_dir_submit" value="OK" /></form>
|
2011-04-17 18:19:21 +04:00
|
|
|
</div>
|
2011-03-03 01:06:23 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p class="nav">
|
2011-04-17 17:59:06 +04:00
|
|
|
<?php echo($_['breadcrumb']); ?>
|
2011-03-03 01:06:23 +03:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<table cellspacing="0">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th><input type="checkbox" id="select_all" /></th>
|
|
|
|
<th>Name</th>
|
|
|
|
<th>Size</th>
|
|
|
|
<th>Modified</th>
|
|
|
|
<th></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
2011-04-17 17:59:06 +04:00
|
|
|
<tbody id="fileList">
|
|
|
|
<?php echo($_['fileList']); ?>
|
2011-03-03 01:06:23 +03:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<div id="file_menu">
|
|
|
|
<ul>
|
2011-04-18 18:59:30 +04:00
|
|
|
<li><a href="" title="" id="download_single_file">Download</a></li>
|
2011-03-03 01:06:23 +03:00
|
|
|
<li><a href="" title="">Share</a></li>
|
2011-04-18 12:02:01 +04:00
|
|
|
<li><a href="" title="" id="delete_single_file">Delete</a></li>
|
2011-03-03 01:06:23 +03:00
|
|
|
</ul>
|
|
|
|
</div>
|