add all inputs in an form

main
Samuel Zielke 2 years ago
parent 05061340d6
commit 74feac26dc

@ -24,6 +24,7 @@
.t { background-color: rgba(5, 72, 81, 0.1); } .t { background-color: rgba(5, 72, 81, 0.1); }
.s { background-color: lightgray; } .s { background-color: lightgray; }
.inp_numb { width: 3rem;} .inp_numb { width: 3rem;}
.formcontrol { margin-left: 3rem; margin-top: 2rem;}
#t { margin: 0 3.000rem; background-color: rgba(8, 161, 181, 0.1); } #t { margin: 0 3.000rem; background-color: rgba(8, 161, 181, 0.1); }
#s { margin: 0 3.000rem; background-color: rgba(210, 214, 214, 0.373); } #s { margin: 0 3.000rem; background-color: rgba(210, 214, 214, 0.373); }
#other { margin: 0.250rem 3.000rem; } #other { margin: 0.250rem 3.000rem; }
@ -36,8 +37,9 @@
</section> </section>
<!-- INFOS --> <!-- INFOS -->
<form action="" method="post">
<div id="technik"> {% csrf_token %}
<div id="technik">
<table style="margin-top: 2.000rem;"> <table style="margin-top: 2.000rem;">
<tr> <tr>
<td style="width: 2.750rem; background-color: rgba(210, 214, 214, 0.373);"> <td style="width: 2.750rem; background-color: rgba(210, 214, 214, 0.373);">
@ -46,8 +48,8 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="s"> <div id="s">
<table> <table>
<tr> <tr>
@ -78,11 +80,11 @@
<td><p class="theme" style="text-align: left"></p></td> <td><p class="theme" style="text-align: left"></p></td>
</tr> </tr>
</table> </table>
</div> </div>
<!-- PREDIGTDIENST --> <!-- PREDIGTDIENST -->
<div id="technik"> <div id="technik">
<table style="margin-top: 2.000rem;"> <table style="margin-top: 2.000rem;">
<tr> <tr>
<td style="width: 2.750rem; background-color: rgba(210, 214, 214, 0.373);"> <td style="width: 2.750rem; background-color: rgba(210, 214, 214, 0.373);">
@ -91,8 +93,8 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="s"> <div id="s">
<table> <table>
<!-- 1. DIENST --> <!-- 1. DIENST -->
@ -239,12 +241,12 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<!-- ORDNUNGSDIENST --> <!-- ORDNUNGSDIENST -->
<div id="technik"> <div id="technik">
<table style="margin-top: 2rem;"> <table style="margin-top: 2rem;">
<tr> <tr>
<td style="width: 2.750rem; background-color: rgba(5, 72, 81, 0.1);"> <td style="width: 2.750rem; background-color: rgba(5, 72, 81, 0.1);">
@ -253,8 +255,8 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="t"> <div id="t">
<table> <table>
<!-- SAAL --> <!-- SAAL -->
@ -325,12 +327,12 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<!-- TECHNIK --> <!-- TECHNIK -->
<div id="technik"> <div id="technik">
<table style="margin-top: 2rem;"> <table style="margin-top: 2rem;">
<tr> <tr>
<td style="width: 2.750rem; background-color: rgba(5, 72, 81, 0.1);"> <td style="width: 2.750rem; background-color: rgba(5, 72, 81, 0.1);">
@ -339,8 +341,8 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<div id="t"> <div id="t">
<table> <table>
<!-- ANLAGE --> <!-- ANLAGE -->
@ -437,7 +439,11 @@
</td> </td>
</tr> </tr>
</table> </table>
</div> </div>
<p style="display: none;">!Technik_END!</p> <p style="display: none;">!Technik_END!</p>
<div class="formcontrol">
<button type="submit" class="btn btn-secondary">Speichern</button>
</div>
</form>
</div> </div>
{% endblock %} {% endblock %}
Loading…
Cancel
Save

Powered by TurnKey Linux.