no-flask rewrite for initial datasheet case complete

This commit is contained in:
Jesse Cirimelli-Low
2019-01-07 19:43:57 -08:00
parent 24161a1df2
commit 19a986c35c
2 changed files with 169 additions and 7 deletions
+3
View File
@@ -65,6 +65,9 @@ class datasheet():
self.html +='<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Ports and Configuration (DEBUG)</p>'
self.html += in_out(self.io,table_id='data').__html__().replace('&lt;','<').replace('&#34;','"').replace('&gt;',">")
# for row in self.io_table.rows:
# print(row)
self.html +='<p style="font-size: 26px;font-family: Trebuchet MS, Arial, Helvetica, sans-serif;">Operating Conditions</p>'
self.html += operating_conditions(self.operating,table_id='data').__html__()