Skip to content
Snippets Groups Projects
Commit a8a1b1c9 authored by David Hrbáč's avatar David Hrbáč
Browse files

Includde JQuery to modules matrix builder

parent d07082ac
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ print ' \* A - Anselm' ...@@ -42,7 +42,7 @@ print ' \* A - Anselm'
print ' \* S - Salomon' print ' \* S - Salomon'
print ' \* U - uv1 at Salomon' print ' \* U - uv1 at Salomon'
print "| Module | Versions | Clusters |" print '| Module </br><input id="searchInput" placeholder="Filter" style="width: 8rem; border-radius: 0.2rem; color: black; padding-left: .2rem;"> | Versions | Clusters |'
print "| ------ | -------- | -------- |" print "| ------ | -------- | -------- |"
software = dict() software = dict()
...@@ -71,3 +71,5 @@ for m in sorted(software.items(), key=lambda i: i[0].lower()): ...@@ -71,3 +71,5 @@ for m in sorted(software.items(), key=lambda i: i[0].lower()):
#print '</br>'.join(m[1].keys()) #print '</br>'.join(m[1].keys())
#print '</br>'.join(m[1].values()) #print '</br>'.join(m[1].values())
print "| %s | %s | %s |" % (software, '</br>'.join(m[1].keys()), '</br>'.join(m[1].values())) print "| %s | %s | %s |" % (software, '</br>'.join(m[1].keys()), '</br>'.join(m[1].values()))
print
print '---8<--- "modules_matrix_search.md"'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment