diff options
-rw-r--r-- | wqflask/wqflask/templates/base.html | 10 | ||||
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index ec500d1e..ccb2ac5a 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -21,6 +21,8 @@ <link rel="stylesheet" type="text/css" href="/static/new/css/colorbox.css" /> <!--<link rel="stylesheet" type="text/css" href="/static/new/css/main.css" />--> <link rel="stylesheet" type="text/css" href="/static/new/css/parsley.css" /> + <link rel="stylesheet" type="text/css" href="/static/new/css/broken_links.css" /> + {% block css %} {% endblock %} @@ -80,9 +82,9 @@ <a href="/help" class="dropdow-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tools <span class="caret"></a> <ul class="dropdown-menu"> <li><a href="/snp_browser">Variant Browser</a></li> - <li><a href="http://bnw.genenetwork.org/BNW/sourcecodes/home.php">Bayesian Network Webserver</a></li> + <li><a href="http://bnw.genenetwork.org/sourcecodes/home.php">Bayesian Network Webserver</a></li> <li><a href="https://systems-genetics.org/">Systems Genetics PheWAS</a></li> - <li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a></li> + <li><span class="broken_link" href="http://ucscbrowser.genenetwork.org/">Genome Browser</span></li> <li><a href="http://power.genenetwork.org">BXD Power Calculator</a></li> <li><a href="http://datafiles.genenetwork.org">Interplanetary File System</a></li> </ul> @@ -197,7 +199,7 @@ (P20-DA 21131, 2001-2012) </li> <li> - NCI <a href="http://emice.nci.nih.gov/">MMHCC</a> (U01CA105417), NCRR, <a href="http://www.birncommunity.org/">BIRN</a>, (U24 RR021760) + NCI <a href="http://emice.nci.nih.gov/">MMHCC</a> (U01CA105417), NCRR, <span class="broken_link test" href="http://www.birncommunity.org/">BIRN</span>, (U24 RR021760) </li> </UL> <!--</p>--> @@ -205,7 +207,7 @@ <a href="http://joss.theoj.org/papers/10.21105/joss.00025"><img src="https://camo.githubusercontent.com/846b750f582ae8f1d0b4f7e8fee78bed705c88ba/687474703a2f2f6a6f73732e7468656f6a2e6f72672f7061706572732f31302e32313130352f6a6f73732e30303032352f7374617475732e737667" alt="JOSS" data-canonical-src="http://joss.theoj.org/papers/10.21105/joss.00025/status.svg" style="max-width:100%;"></a> </p> <p> - Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://github.com/genenetwork/genenetwork2/issues">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>. Join the <a href="http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev">mailing list</a> and find us on <a href="https://webchat.freenode.net/">IRC</a> (#genenetwork channel). + Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://github.com/genenetwork/genenetwork2/issues">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>. Join the <span class="broken_link" href="http://listserv.uthsc.edu/mailman/listinfo/genenetwork-dev">mailing list</span> and find us on <a href="https://webchat.freenode.net/">IRC</a> (#genenetwork channel). {% if version: %} <p><small>GeneNetwork {{ version }}</small></p> {% endif %} diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 16caa30b..7f82b35c 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -193,7 +193,7 @@ <h1>Affiliates</h1> <ul> <li><b><a href="http://gn1.genenetwork.org">GeneNetwork 1</a> at UTHSC</b></li> - <li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a> at UTHSC</li> + <li><span class="broken_link" href="http://ucscbrowser.genenetwork.org/">Genome Browser</span> at UTHSC</li> <li><a href="https://systems-genetics.org/">Systems Genetics</a> at EPFL</li> <li><a href="http://bnw.genenetwork.org/">Bayesian Network Web Server</a> at UTHSC</li> <li><a href="https://www.geneweaver.org/">GeneWeaver</a></li> @@ -263,7 +263,7 @@ <h3>GeneNetwork v1:</h3> <ul> <li><a href="http://gn1.genenetwork.org/">Main website</a> at UTHSC</li> - <li><a href="http://artemis.uthsc.edu/">Time Machine</a>: Full GN versions from 2009 to 2016 (mm9)</li> + <li><span class="broken_link" href="http://artemis.uthsc.edu/">Time Machine</span>: Full GN versions from 2009 to 2016 (mm9)</li> Cloud (EC2)</a></li> </ul> <script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=526mdlpknyd&m=0&c=ff0000&cr1=ffffff&f=arial&l=33" async="async"></script> |