c029322ad5c27990ff09314dd5c4fdc6388ce514
out.html
... | ... | @@ -16,6 +16,59 @@ |
16 | 16 | </style> |
17 | 17 | </head> |
18 | 18 | <body> |
19 | + |
|
20 | +<!-- HEADER FROM SBgrid --> |
|
21 | + <header id="top"> |
|
22 | + |
|
23 | + <div class="container"> |
|
24 | + <a href="https://biogrids.org/"><div class="logo"> |
|
25 | + <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.sbgrid.org/"> --> |
|
26 | + <img src="/wiki/images/logo.svg" alt="/wiki/images/logo.png" style="width: 222px; height: 61px;"> |
|
27 | + </div></a> |
|
28 | + <nav class="main-navigation"> |
|
29 | + <ul> |
|
30 | + |
|
31 | + <!-- Links sbgrid.org must be changed to https://BIOGRIDS-DOMAIN.org/.../... when the page is published. --> |
|
32 | + |
|
33 | + <li><a href="#"><span>Supported </span>Software</a> |
|
34 | + <ol> |
|
35 | + <li><a href="/software/">Supported Applications</a></li> |
|
36 | + <li><a href="/newsletters/">Software Newsletter</a></li> |
|
37 | + <!-- <li><a href="#">Webinars</a></li> --> |
|
38 | + <li><a href="/software/tales/">Developer Tales</a></li> |
|
39 | + <li><a href="/software/deploy-your-software/">Deploy Your Software</a></li> |
|
40 | + </ol></li> |
|
41 | + |
|
42 | + <li><a href="#"><span>Get </span> Help</a> |
|
43 | + <ol> |
|
44 | + <li><a href="/wiki/" title="Biogrids Software Collection Help">Support Wiki</a></li> |
|
45 | + <li><a href="/help/?tab=bug">Report Software Bug</a></li> |
|
46 | + <li><a href="/help/?tab=software">Request New Software</a></li> |
|
47 | + <li><a href="/help/?tab=contact-us">Other Support</a></li> |
|
48 | + <li><a href="/help/?tab=grant">Grant Support</a></li> |
|
49 | + </ol></li> |
|
50 | + <li><a href="#">About Biogrids</a> |
|
51 | + <ol> |
|
52 | + <li><a href="/about/what-we-do/">What We Do</a></li> |
|
53 | + <li><a href="/members/">Members</a></li> |
|
54 | + <li><a href="/about/staff/">Staff</a></li> |
|
55 | + <li><a href="/about/history/">History</a></li> |
|
56 | + <li><a href="/about/advisory/">Advisory |
|
57 | + Board</a></li> |
|
58 | + <li><a href="/about/contact/">Contact Us</a></li> |
|
59 | + </ol></li> |
|
60 | + </ul> |
|
61 | + </nav> |
|
62 | + |
|
63 | + <a href="https://biogrids.org/"><div class="logo mobile-navigation" > |
|
64 | + <img src="/wiki/images/logo.svg" alt="/wiki/images/logo.png" style="width: 222px; height: 61px;"> |
|
65 | + <!-- <img src="https://biogrids.org/static/images/logo.png" alt="https://biogrids.org/" style="padding: 0 0 0 0;" ></div> --> |
|
66 | + </a> |
|
67 | + |
|
68 | + </div> |
|
69 | + </header> |
|
70 | +<!--END HEADER FROM SBgrid --> |
|
71 | + |
|
19 | 72 | <input type="text" id="searchBox" placeholder="Search in table..."> |
20 | 73 | <table id="dataTable"> |
21 | 74 | <thead><tr> |