Added DIN RAIL label generator
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 09:26:00 +0000 (11:26 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 09:26:00 +0000 (11:26 +0200)
tools/din_rail_module_label_generator.html [new file with mode: 0644]

diff --git a/tools/din_rail_module_label_generator.html b/tools/din_rail_module_label_generator.html
new file mode 100644 (file)
index 0000000..95d9b6d
--- /dev/null
@@ -0,0 +1,72 @@
+<html>
+<head>
+<title>DIN Module label generator</title>
+<style>
+* { font-family: sans-serif; font-weight: normal; font-size: 98%; }
+td {
+       border: 1px solid black; width: 17.5mm; height: 17.5mm; 
+       text-align: center; padding: 0; overflow: hidden;
+       display: flex; float: left; margin-bottom: 10mm; box-sizing: border-box;
+       align-items: center;
+}
+td:not(:last-child) { border-right: 0px solid red; }
+td[colspan="3"] { width: calc(3 * 17.5mm); }
+tr { margin-bottom: 10mm; }
+table { border-spacing:0px; border-collapse: collapse; }
+</style>
+</head>
+<body>
+<h2>DIN Module label generator</h2>
+github.com/harvie
+<br /><br />
+
+<table><tr>
+<td></td>
+<td>Obývák</td>
+<td>Pokoje 1+2</td>
+<td>&#x1F4A7; Koupelna Pračka</td>
+<td></td>
+<td>&#x1F4A7;Kuchyň Linka</td>
+<td>&#x1F4A7;<br />Myčka</td>
+<td colspan=3>&#x1F525; Sporák</td>
+<td colspan=3>&#x26A1; Přepěťovka</td>
+<td></td>
+</tr>
+
+<tr></tr>
+
+<tr>
+<td></td>
+<td></td>
+<td>Vchod</td>
+<td>Předsíň</td>
+<td>:</td>
+<td>&#128161; Sv. Kuchyň</td>
+<td>&#128161; Sv. Koupel</td>
+<td>&#128161; Sv. Obývák</td>
+<td>&#128161; Sv. Pokoje</td>
+<td>&#128161; Sv. Předsíň</td>
+<td colspan=3>&#128161; Sv.<br /> RF příjmač  předsíň</td>
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+<td></td>
+</tr></table>
+
+
+</body>
+</html>
This page took 0.115888 seconds and 4 git commands to generate.