first commit
[osm/LW-UI.git] / projecthandler / template / project / osm / modal / files_list.html
1 <div class="modal" id="modal_files_list" xmlns="http://www.w3.org/1999/html">
2 <div class="modal-dialog">
3 <div class="modal-content">
4 <div class="modal-header">
5 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
6 <span aria-hidden="true">×</span></button>
7 <h4 id="files_list_tbody_title" class="modal-title"></h4>
8 </div>
9
10 <div class="modal-body" id="modal_files_list_body" >
11 <table id="files_list" class="table table-condensed">
12 <tbody id="files_list_tbody">
13 <tr>
14 <th style="width: 10px">#</th>
15 <th>File Name</th>
16 <th>Actions</th>
17 </tr>
18 <tr>
19 <td>-</td>
20 <td>name</td>
21 <td>-</td>
22 </tr>
23 </tbody>
24 </table>
25 </div>
26 <div class="modal-footer">
27 <button type="button" class="btn btn-default pull-left" data-dismiss="modal">Close</button>
28 </div>
29 </div>
30 <!-- /.modal-content -->
31 </div>
32 <!-- /.modal-dialog -->
33 </div>