Page MenuHomec4science

webdeposit_widget_plupload.html
No OneTemporary

File Metadata

Created
Sun, Nov 24, 23:47

webdeposit_widget_plupload.html

<div class="pluploader" {{field_id}}>
<div class="well" id="filebox">
<div id="drag_and_drop_text" style="text-align:center;z-index:-100;">
<h1><small>Drag and drop files here to upload</small></h1>
</div>
</div>
<table id="file-table" class="table table-striped table-bordered" style="display:none;">
<thead>
<tr>
<th>Filename</th>
<th>Size</th>
<th>Status</th>
<th></th>
</tr>
</thead>
<tbody id="filelist">
</tbody>
</table>
<a class="btn" id="pickfiles" >Select files...</a>
<a class="btn btn-success disabled" id="uploadfiles"><i class="icon-upload icon-white"></i> Start upload</a>
<a class="btn btn-danger" id="stopupload"
style="display:none;"><i class="icon-stop icon-white"></i> Cancel upload</a>
<span id="upload_speed" class="pull-right"></span>
<div id="upload-errors"></div>
</div>

Event Timeline