|
|
|
@ -156,6 +156,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div> <!-- is row -->
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
<div class="is-row">
|
|
|
|
|
<div class="is-col is-70">
|
|
|
|
@ -200,6 +201,22 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
<table id="tabtab" class="is-bordered">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Auslagenart</th>
|
|
|
|
|
<th>Datum</th>
|
|
|
|
|
<th>Beschreibung</th>
|
|
|
|
|
<th>Betrag</th>
|
|
|
|
|
<th>Währung</th>
|
|
|
|
|
<th>Löschen</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody id="tabbody">
|
|
|
|
|
</tbody>
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="is-col">
|
|
|
|
@ -207,8 +224,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
Hallo
|
|
|
|
|
|
|
|
|
|
<button onclick="addTableRow();"
|
|
|
|
|
class="button is-green">Antrag elektronisch versenden</button>
|
|
|
|
|
<button onclick="document.theform.submitButton.click();"
|
|
|
|
|
class="button is-orange">Herunterladen</button>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -216,11 +236,7 @@
|
|
|
|
|
<input type="submit" style="display:none" name="submitButton" />
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<button onclick="addTableRow();"
|
|
|
|
|
class="button">Position hinzufügen</button>
|
|
|
|
|
<button onclick="document.theform.submitButton.click();"
|
|
|
|
|
class="button">Absenden</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Kube JS (optional if you are using Kube CSS only) -->
|
|
|
|
|