new django app descriptionhandler
[osm/LW-UI.git] / descriptorhandler / template / descriptorlist.html
1 {% load staticfiles %}
2 {% load get %}
3 <div class="col-md-12">
4
5 <div class="box">
6 <div class="box-header with-border">
7 <h3 class="box-title">
8 </h3>
9 <div class="box-tools">
10 <div class="btn-group">
11
12 </div>
13 </div>
14 </div>
15 <div class="box-body">
16 <table id="descriptors_table" class="table table-bordered table-striped dataTable"
17 role="grid">
18 <thead>
19 <tr role="row">
20 <th>Name</th>
21 <th>Identified</th>
22 <th>Description</th>
23 <th style="width:10%">Vendor</th>
24 <th style="width:5%">Version</th>
25 <th style="width:35%">Actions</th>
26 </tr>
27 </thead>
28 <tbody>
29
30 </tbody>
31
32 </table>
33 </div>
34 </div>
35 </div>
36
37 <div class="col-sm-12">
38 <div class="box box-solid">
39 <div class="box-body">
40
41 <div class="upload-drop-zone" id="drop-zone">
42 <i class="fa fa-upload"></i> Just drag and drop files here
43 </div>
44 </div>
45 </div>
46 </div>
47