5285125a9567ddf77beab167055507d80927065b
[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 {% comment %}<div class="btn-group">
11 <button type="button" class="btn btn-default" data-container="body"
12 data-toggle="tooltip" data-placement="top" title="Composer"
13 onclick="">
14 <i class="fa fa-paint-brush"></i> <span> Composer</span></button>
15 </div>{% endcomment %}
16 </div>
17 </div>
18 <div class="box-body">
19 <table id="descriptors_table" class="table table-bordered table-striped dataTable"
20 role="grid">
21 <thead>
22 <tr role="row">
23 <th>Short Name</th>
24 <th>Identified</th>
25 <th>Description</th>
26 <th style="width:10%">Vendor</th>
27 <th style="width:5%">Version</th>
28 <th style="width:35%">Actions</th>
29 </tr>
30 </thead>
31 <tbody>
32
33 </tbody>
34
35 </table>
36 </div>
37 </div>
38 </div>
39
40 <div class="col-sm-12">
41 <div class="box box-solid">
42 <div class="box-body">
43
44 <div class="upload-drop-zone" id="drop-zone">
45 <i class="fa fa-upload"></i> Just drag and drop files here
46 </div>
47 </div>
48 </div>
49 </div>
50