|
@ -156,6 +156,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> <!-- is row --> |
|
|
</div> <!-- is row --> |
|
|
|
|
|
|
|
|
|
|
|
<br> |
|
|
|
|
|
|
|
|
<div class="is-row"> |
|
|
<div class="is-row"> |
|
|
<div class="is-col is-70"> |
|
|
<div class="is-col is-70"> |
|
@ -200,6 +201,22 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</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> |
|
|
</fieldset> |
|
|
</div> |
|
|
</div> |
|
|
<div class="is-col"> |
|
|
<div class="is-col"> |
|
@ -207,8 +224,11 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</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> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -216,11 +236,7 @@ |
|
|
<input type="submit" style="display:none" name="submitButton" /> |
|
|
<input type="submit" style="display:none" name="submitButton" /> |
|
|
</form> |
|
|
</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) --> |
|
|
<!-- Kube JS (optional if you are using Kube CSS only) --> |
|
|