From 013d447b7f1310857f3af74e17c6f664fdb55abc Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Wed, 25 Jan 2023 13:27:28 -0500 Subject: [PATCH] templates: update pages with bom and remove un-needded styles --- src/wireviz/templates/din-6771.html | 99 +---------------------------- src/wireviz/templates/simple.html | 21 +----- 2 files changed, 3 insertions(+), 117 deletions(-) diff --git a/src/wireviz/templates/din-6771.html b/src/wireviz/templates/din-6771.html index 1e5d17a..a81b082 100644 --- a/src/wireviz/templates/din-6771.html +++ b/src/wireviz/templates/din-6771.html @@ -73,98 +73,6 @@ transform: translateY(-50%); } - #titleblock { - position: absolute; - bottom: 0mm; - right: -0mm; - } - - #titleblock { - width: 180mm; - height: 38.25mm; - } - - #titleblock tr, #bom tr { - height: 4.25mm; - } - - .A4 #bom { /* BOM on top of title block */ - position: absolute; - bottom: 38.25mm; - right: 0; - } - - .A3 #bom, .A2 #bom { /* BOM to the left of title block */ - position: absolute; - bottom: 0mm; - left: 0mm; - } - - #bom table { - width:180mm; - } - - #bom tr:nth-child(odd) { - background-color: #EEEEEE - } - - #bom th, td { - text-align: left; - } - - #bom .bom_col_id { - text-align: center; - } - - #bom .bom_col_qty { - text-align: right; - } - - .name { - width: 16mm; - } - - .date { - width: 10mm; - } - - .revno { - text-align: center; - width: 6mm; - } - - .changelog { - width: 22mm; - } - - .process { - width: 18mm; - } - - .title { - width: 82mm; - font-size: 5.6mm; - text-align: center; - white-space: normal; - } - - .company { - font-size: 3mm; - text-align: center; - white-space: normal; - } - - .partno { - font-size: 4mm; - text-align: center; - white-space: normal; - } - - .sheetno { - width: 12.75mm; - text-align: center; - } -

{{ title }}

Diagram

@@ -38,8 +21,6 @@

Bill of Materials

-
{{ bom }} -