fix
[mirrors/Designs.git] / tools / din_rail_module_label_generator.html
index 54c26210df7b0e9cf8d436f6a001cf7fe83334fd..26a971c65183152a147f0640157efd12461b4877 100644 (file)
@@ -85,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>
@@ -112,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>
@@ -123,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>
 
@@ -148,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>
@@ -171,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.12953 seconds and 4 git commands to generate.