|
@@ -64,26 +64,17 @@
|
|
|
|
|
|
<div id="alerts"></div>
|
|
|
|
|
|
- <div class="row">
|
|
|
- <div class="col-sm-8">
|
|
|
- <div class="btn-toolbar">
|
|
|
- <button type="button" class="btn btn-primary fileinput-button">
|
|
|
- <span class="glyphicon glyphicon-upload"></span> Upload Files…
|
|
|
- <input id="fileupload" type="file" name="files[]" multiple>
|
|
|
- </button>
|
|
|
- <button type="button" class="btn btn-success" id="create-folder">
|
|
|
- <span class="glyphicon glyphicon-folder-close"></span> Create Folder…
|
|
|
- </button>
|
|
|
- <button type="button" class="btn btn-default" id="reload">
|
|
|
- <span class="glyphicon glyphicon-refresh"></span> Refresh
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="col-sm-4">
|
|
|
- <div class="progress progress-striped active uploading">
|
|
|
- <div class="progress-bar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" id="progress-bar"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="btn-toolbar">
|
|
|
+ <button type="button" class="btn btn-primary fileinput-button">
|
|
|
+ <span class="glyphicon glyphicon-upload"></span> Upload Files…
|
|
|
+ <input id="fileupload" type="file" name="files[]" multiple>
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-success" id="create-folder">
|
|
|
+ <span class="glyphicon glyphicon-folder-close"></span> Create Folder…
|
|
|
+ </button>
|
|
|
+ <button type="button" class="btn btn-default" id="reload">
|
|
|
+ <span class="glyphicon glyphicon-refresh"></span> Refresh
|
|
|
+ </button>
|
|
|
</div>
|
|
|
|
|
|
<div class="panel panel-default uploading">
|