fix
[mirrors/Designs.git] / tools / din_rail_module_label_generator.html
index c357fbd775c1d1674576b2e4081d1fe78c9a9b43..26a971c65183152a147f0640157efd12461b4877 100644 (file)
@@ -9,6 +9,7 @@
 table,h1 { font-family: sans-serif; font-weight: normal; font-size: 3.8mm; line-height: 5.2mm; }
 small { font-size: 2.5mm; line-height: 2.5mm; }
 small small { font-size: 2mm; line-height: 1.9mm; }
+a { color: dark-grey; text-decoration: none; }
 
 /* table */
 table { border-spacing:0px; border-collapse: collapse; }
@@ -69,7 +70,7 @@ table.fancyindex * td::after {
 </style>
 </head>
 <body>
-<h1>Distribution Box Label Generator for DIN Rail Modules ( github.com/harvie )</h1>
+<h1>Distribution Box Label Generator for DIN Rail Modules ( <a href="https://github.com/harvie">github.com/harvie</a> )</h1>
 <div class="noprint">Copy-paste these icons:</div>
 &#x1F4E1; &#x1F310; &#x1F514; &#x1F4FA; &#x1F4DE; &#x1F50C; &#x1F4A7; &#x1F525; &#x26A1; &#x1f4a1; &#x1F527; &#x1f6e0;&#xFE0F; &#x1F511; &#x1F512; &#x1F321;&#xFE0F; &#x2699;&#xFE0F; &#x1F552; &#x23F0; &#x1F4A8; &#x1F50B; &#x1F4F9; &#x1F510; &#x1F916; &#x2600;&#xFE0F; &#x1F312; &#x1F319; &#x1F506; &#x1F31E; &#x23F3; &#x1F6E1;&#xFE0F; &#x2694;&#xFE0F; &#x2620; &#x2620;&#xFE0F; &#x1F6D7; &#x1F697; &#x2B50; &#x2728; &#x1F4AB; &#x2744;&#xFE0F; &#x26A0; &#x26A0;&#xFE0F; &#x1F6A8;
 <br />
@@ -84,6 +85,19 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <div id="labeltable">
 <table class="">
 
+<tr>
+<td></td>
+<td>&#x1F50C;<br />Living Room</td>
+<td>&#x1F50C;<br />Bedroom</td>
+<td>&#x1F4A7;<br />Washing Machine</td>
+<td>&#x1f4a1;<br />Hall Lights</td>
+<td>&#x1F4A7;<br />Kitchen Counter</td>
+<td>&#x1F4A7;<br />Dish Washer</td>
+<td colspan=3>&#x1F525;<br />Kitchen Oven</td>
+<td colspan=3>&#x26A1;<br />Surge Protector</td>
+<td></td>
+</tr>
+
 <tr>
 <td></td>
 <td>&#x1F50C;<br />Obývák</td>
@@ -111,9 +125,13 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td colspan=3>&#x1f4a1;<br />Světla Předsíň<br />Bezdrátové Relé</td>
 <td></td>
 </tr>
+
 </table>
 
+
+
 <table class="indexed">
+
 <tr>
 <td><small>Very long and tiny text that is really important to have on your breaker box!</small></td>
 <td>Warning!<small><small>Very long and tiny text that is really important to have on your breaker box!</small></small></td>
@@ -122,12 +140,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td></td>
 <td></td>
 <td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
-<td></td>
+<td colspan="6">&#x26A0;&#xFE0F;<br />Colspan is not breaking the numbering scheme</td>
 <td></td>
 </tr>
 
@@ -147,9 +160,13 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 <td></td>
 <td></td>
 </tr>
+
 </table>
 
+
+
 <table class="indexed fancyindex">
+
 <tr>
 <td></td>
 <td></td>
@@ -170,7 +187,7 @@ Use CTRL+S to save whole tool including your changes to your computer. CTRL+P to
 </table>
 </div>
 
-<script>document.getElementById('labeltext').value=document.getElementById('labeltable').innerHTML.trim();</script>
+<script>document.getElementById('labeltext').value=document.getElementById('labeltable').innerHTML.replace(/<.?tbody>/g, "").trim();</script>
 
 </body>
 </html>
This page took 0.12908 seconds and 4 git commands to generate.