parent
9e80080738
commit
66e448f0fd
|
@ -41,7 +41,7 @@ mainpage.write('<html lang="en">\n')
|
||||||
mainpage.write('<head>\n')
|
mainpage.write('<head>\n')
|
||||||
mainpage.write('<meta charset="utf-8">\n')
|
mainpage.write('<meta charset="utf-8">\n')
|
||||||
mainpage.write('<title>DACA2</title>\n')
|
mainpage.write('<title>DACA2</title>\n')
|
||||||
mainpage.write('<style>td { font-size: 0.9em; } td + td { padding-left: 6em; } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { content: " \25B4\25BE"; }</style>\n')
|
mainpage.write('<style>table { text-align: center; } td { font-size: 0.9em; padding:0.2em; } td + td { padding-left: 6em; } th { cursor: pointer; } th + th { padding-left:5em; } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { content: " \25B4\25BE"; }</style>\n')
|
||||||
mainpage.write('<script src="/site/js/sorttable.js"></script>\n')
|
mainpage.write('<script src="/site/js/sorttable.js"></script>\n')
|
||||||
mainpage.write('</head>\n')
|
mainpage.write('</head>\n')
|
||||||
mainpage.write('<body>\n')
|
mainpage.write('<body>\n')
|
||||||
|
|
Loading…
Reference in New Issue