forked from wtf-eg/simplekolecalc
Compare commits
3 Commits
vv01f-patc
...
main
Author | SHA1 | Date | |
---|---|---|---|
b0b2cf0725 | |||
1a46642434
|
|||
72e4359ab6 |
@ -92,7 +92,7 @@
|
||||
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/> €
|
||||
</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">
|
||||
<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 -->
|
||||
@ -116,7 +116,7 @@
|
||||
<button accesskey="r" id="b" type="button">Be<u>r</u>echnen</button>
|
||||
</section>
|
||||
<div class="footnotes">
|
||||
¹ Es wird der monatliche Umsatz zugrunde gelegt.
|
||||
¹ Es wird der monatliche Umsatz zugrunde gelegt.
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
Reference in New Issue
Block a user