Convert special characters to HTML entities

This commit is contained in:
Brain 2023-07-11 19:46:09 +02:00
parent a4cbdcc725
commit 663e738501
Signed by untrusted user: Brain
GPG Key ID: 9CF47083EE57670D

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>Rechner zwischen Brutto-Netto-KoLe</title> <title>Rechner zwischen Brutto-Netto-KoLe</title>
<link rel="stylesheet" href="https://wtf-eg.de/css/style.css?h=56fa462e"/> <link rel="stylesheet" href="https://wtf-eg.de/css/style.css"/>
<style> <style>
<!-- <!--
@media only screen { @media only screen {
@ -62,7 +62,7 @@
<fieldset> <fieldset>
<legend></legend> <legend></legend>
<section class="radiogroup"> <section class="radiogroup">
<legend>Eingangsgröße</legend><!-- <legend>Eingangsgr&ouml;&szlig;e</legend><!--
--><input accesskey="b" type="radio" name="b" value="e" id="bb" class="bb" checked="checked"/>&nbsp;<label for="bb"><u>B</u>rutto</label><!-- --><input accesskey="b" type="radio" name="b" value="e" id="bb" class="bb" checked="checked"/>&nbsp;<label for="bb"><u>B</u>rutto</label><!--
--><input accesskey="n" type="radio" name="b" value="b" id="bn" class="bb"/>&nbsp;<label for="bn"><u>N</u>etto</label><!-- --><input accesskey="n" type="radio" name="b" value="b" id="bn" class="bb"/>&nbsp;<label for="bn"><u>N</u>etto</label><!--
--><input accesskey="k" type="radio" name="b" value="k" id="bk" class="bb"/>&nbsp;<label for="bk"><u>K</u>oLe</label> --><input accesskey="k" type="radio" name="b" value="k" id="bk" class="bb"/>&nbsp;<label for="bk"><u>K</u>oLe</label>
@ -70,7 +70,7 @@
<section> <section>
<div> <div>
<label for="e">Br<u>u</u>tto</label> <label for="e">Br<u>u</u>tto</label>
<input accesskey="u" type="number" step="0.01" id="e" value="100.00"/>&thinsp; <input accesskey="u" type="number" step="0.01" id="e" value="100.00"/>&thinsp;&euro;
</div> </div>
<div> <div>
<label for="u">Umsatzsteuersatz</label> <label for="u">Umsatzsteuersatz</label>
@ -78,17 +78,17 @@
</div> </div>
<div> <div>
<label for="us">Umsatzsteuer</label> <label for="us">Umsatzsteuer</label>
<input readonly="readonly" type="number" step="0.01" id="us" value="0.00"/>&thinsp; <input readonly="readonly" type="number" step="0.01" id="us" value="0.00"/>&thinsp;&euro;
</div> </div>
<div> <div>
<label for="n">N<u>e</u>tto</label> <label for="n">N<u>e</u>tto</label>
<input accesskey="e" type="number" step="0.01" id="n" value="0.00"/>&thinsp; <input accesskey="e" type="number" step="0.01" id="n" value="0.00"/>&thinsp;&euro;
</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&uuml;nftig Grundlage wie Handbuch/Dokumentation verlinken -->
<select id="ec"> <select id="ec">
<option value="l" accesskey="l" name="low">Umsatz &leq;1.000&nbsp;</option><!-- low: <=1 TEUR --> <option value="l" accesskey="l" name="low">Umsatz &leq; 1.000&nbsp;&euro;</option><!-- low: <=1 TEUR -->
<option value="h" accesskey="h" name="high">Umsatz &gt;1.000&nbsp;</option><!-- high: >1 TEUR --> <option value="h" accesskey="h" name="high">Umsatz &gt; 1.000&nbsp;&euro;</option><!-- high: >1 TEUR -->
<option value="c" accesskey="c" name="custom">nach&nbsp;Vereinbarung</option><!-- custom: separate agreement --> <option value="c" accesskey="c" name="custom">nach&nbsp;Vereinbarung</option><!-- custom: separate agreement -->
</select> </select>
</div> </div>
@ -98,11 +98,11 @@
</div> </div>
<div> <div>
<label for="eu">Entropieumlage</label> <label for="eu">Entropieumlage</label>
<input readonly="readonly" type="number" step="0.01" id="eu" value="23.00"/>&thinsp; <input readonly="readonly" type="number" step="0.01" id="eu" value="23.00"/>&thinsp;&euro;
</div> </div>
<div> <div>
<label for="k">K<u>o</u>Le</label> <label for="k">K<u>o</u>Le</label>
<input accesskey="o" type="number" step="0.01" id="k" value="0.00"/>&thinsp; <input accesskey="o" type="number" step="0.01" id="k" value="0.00"/>&thinsp;&euro;
</div> </div>
</section> </section>
<section> <section>