29 lines
620 B
HTML
29 lines
620 B
HTML
<header>
|
|
<div>
|
|
<span>Locations</span>
|
|
</div>
|
|
</header>
|
|
<aside>
|
|
{{ options_toggle }}
|
|
</aside>
|
|
<main>
|
|
<table class="data_table">
|
|
<caption>
|
|
<span>adapt</span>
|
|
</caption>
|
|
<thead>
|
|
{{ table_header }}
|
|
</thead>
|
|
<tbody id="location_table">
|
|
{{ table_rows }}
|
|
</tbody>
|
|
<tfoot>
|
|
{{ table_footer }}
|
|
</tfoot>
|
|
</table>
|
|
<div class="dialog">
|
|
<div id="manage_locations_widget_modal" class="modal-content">
|
|
<p>this is the text inside the modal</p>
|
|
</div>
|
|
</div>
|
|
</main> |