forked from tohe/wmdeit_kaform
Submit and Download button added
This commit is contained in:
parent
91769d6f33
commit
2027681e9a
26
ka.html
26
ka.html
|
@ -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,7 +224,10 @@
|
||||||
</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,10 +236,6 @@
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,12 @@ body {
|
||||||
@include make-button(#00ff00, #fff);*/
|
@include make-button(#00ff00, #fff);*/
|
||||||
background-color:green;
|
background-color:green;
|
||||||
}
|
}
|
||||||
|
.button.is-orange {
|
||||||
|
/* // $back-color, $text-color
|
||||||
|
@include make-button(#ffc000, #fff);*/
|
||||||
|
background-color:orange;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#de:checked~header :lang(en) { display: none; }
|
#de:checked~header :lang(en) { display: none; }
|
||||||
|
|
Loading…
Reference in New Issue