|
@@ -42,6 +42,7 @@ def proc_file(fname,fname2,compcontent):
|
|
|
fw.write(compcontent)
|
|
|
fw.write('</div>\n')
|
|
|
fw.write('<div class="row mt-5" id="row_intro">\n')
|
|
|
+ continue
|
|
|
|
|
|
if 'link rel' in l and '/assets/css/all.css?v=' in l and 'stylesheet' in l:
|
|
|
fw.write('<link rel="stylesheet" href="/assets/css/all.css?v=1640073543">')
|
|
@@ -87,10 +88,11 @@ def proc_file(fname,fname2,compcontent):
|
|
|
fw.write("var acompany = document.getElementById('a_company'); \n")
|
|
|
|
|
|
fw.write("var id_offs = document.getElementById('id_offs'); \n")
|
|
|
- fw.write(' id_offs.style.display="block"; \n')
|
|
|
-
|
|
|
- fw.write(' rintro.style.display="block"; \n')
|
|
|
fw.write(' rcomp.style.display = "none"; \n')
|
|
|
+ fw.write(' id_offs.style.display="flex"; \n')
|
|
|
+
|
|
|
+ fw.write(' rintro.style.display="flex"; \n')
|
|
|
+# fw.write(' rcomp.style.display = "none"; \n')
|
|
|
fw.write(' aintro.className = "nav-link active"; \n')
|
|
|
fw.write(' acompany.className = "nav-link"; \n')
|
|
|
|
|
@@ -103,8 +105,9 @@ def proc_file(fname,fname2,compcontent):
|
|
|
fw.write("var acompany = document.getElementById('a_company'); \n")
|
|
|
fw.write("var id_offs = document.getElementById('id_offs'); \n")
|
|
|
fw.write(' id_offs.style.display="none"; \n')
|
|
|
- fw.write(' rcomp.style.display = "block"; \n')
|
|
|
fw.write(' rintro.style.display="none"; \n')
|
|
|
+ fw.write(' rcomp.style.display = "flex"; \n')
|
|
|
+ #fw.write(' rintro.style.display="none"; \n')
|
|
|
|
|
|
fw.write(' acompany.className = "nav-link active"; \n')
|
|
|
fw.write(' aintro.className = "nav-link"; \n')
|