33 lines
695 B
Plaintext
33 lines
695 B
Plaintext
<%~ include("partials/base_head.eta", {"title": "Dashboard"}) %>
|
|
<%~ include("partials/nav.eta") %>
|
|
|
|
<section class="section container" id="mainSelect">
|
|
<h1 class="title">Abrechnung</h1>
|
|
<h2 class="subtitle">Ausstehend</h2>
|
|
|
|
<table class="table">
|
|
<thead>
|
|
<tr>
|
|
<th><abbr title="Bezeichner">Bez.</abbr></th>
|
|
<th>Preis</th>
|
|
<th></th>
|
|
|
|
|
|
</tr>
|
|
</thead>
|
|
<tfoot>
|
|
<tr>
|
|
<th></th>
|
|
<th id="table-sum"></th>
|
|
<th></th>
|
|
</tr>
|
|
</tfoot>
|
|
<tbody id="table-content">
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
<%~ include("partials/footer.eta") %>
|
|
<script src="/static/pages/payup.js"></script>
|
|
<%~ include("partials/base_foot.eta") %>
|