forked from wtf-eg/simplekolecalc
Compare commits
No commits in common. "b0b2cf0725c1088bc5edd9835fbc03cfb232dff4" and "301f1e67059500ae95e012840f92c5805bf98627" have entirely different histories.
b0b2cf0725
...
301f1e6705
10
kole.html
10
kole.html
@ -54,10 +54,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.footnotes {
|
|
||||||
margin-top: 1em;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -92,7 +88,7 @@
|
|||||||
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/> €
|
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/> €
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="ec">Entropie-Tarif ¹</label><!-- ggf. künftig Grundlage wie Handbuch/Dokumentation verlinken -->
|
<label for="ec">Entropie-Tarif</label><!-- ggf. künftig Grundlage wie Handbuch/Dokumentation verlinken -->
|
||||||
<select id="ec">
|
<select id="ec">
|
||||||
<option value="l" accesskey="l" name="low">Umsatz ≤ 1.000 €</option><!-- low: <=1 TEUR -->
|
<option value="l" accesskey="l" name="low">Umsatz ≤ 1.000 €</option><!-- low: <=1 TEUR -->
|
||||||
<option value="h" accesskey="h" name="high">Umsatz > 1.000 €</option><!-- high: >1 TEUR -->
|
<option value="h" accesskey="h" name="high">Umsatz > 1.000 €</option><!-- high: >1 TEUR -->
|
||||||
@ -115,9 +111,7 @@
|
|||||||
<section>
|
<section>
|
||||||
<button accesskey="r" id="b" type="button">Be<u>r</u>echnen</button>
|
<button accesskey="r" id="b" type="button">Be<u>r</u>echnen</button>
|
||||||
</section>
|
</section>
|
||||||
<div class="footnotes">
|
|
||||||
¹ Es wird der monatliche Umsatz zugrunde gelegt.
|
|
||||||
</div>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user