aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-10-04 13:56:18 +0300
committerBonfaceKilz2023-11-27 12:32:27 +0300
commit284ab3e58ff9e48d3e4948c909329df0ee610505 (patch)
treeff9c4a6120d3e50a5f2bab863c1524bd21344d15
parent8f303cfc8a7bfc3c2520f1706c249485c848ce98 (diff)
downloadgenenetwork2-284ab3e58ff9e48d3e4948c909329df0ee610505.tar.gz
Delete dead comment.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--wqflask/wqflask/templates/base.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index f31bbea5..9025be55 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -17,7 +17,6 @@
<link REL="stylesheet" TYPE="text/css" href="/static/new/css/non-responsive.css" />
<link REL="stylesheet" TYPE="text/css" href="/static/new/css/docs.css" />
<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" />
<link rel="stylesheet" href="/static/new/css/autocomplete.css" />
@@ -89,14 +88,7 @@
<body style="width: 100%">
<!-- Navbar ================================================== -->
<div class="navbar navbar-inverse navbar-static-top pull-left" role="navigation" style="width: 100%; min-width: 850px; white-space: nowrap;">
- <!--<div class="navbar navbar-default" style="width: 100%; white-space: nowrap;">-->
<div class="container-fluid" style="width: 100%;">
- <!-- Brand and toggle get grouped for better mobile display -->
- <!---
- <div class="navbar-header">
- <a class="navbar-brand" href="/">GeneNetwork</a>
- </div>
- -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div>
<ul class="nav navbar-nav">
@@ -162,13 +154,6 @@
</ul>
</li>
{% endif %}
- <!-- <li class=""> -->
- <!-- {% if g.user_session.logged_in %} -->
- <!-- <a id="login_out" title="Signed in as {{ g.user_session.user_name }}" href="/n/logout">Sign out</a> -->
- <!-- {% else %} -->
- <!-- <a id="login_in" href="/n/login">Sign in</a> -->
- <!-- {% endif %} -->
- <!-- </li> -->
<li class="">
{%if logged_in()%}
{%if user_details is mapping%}
@@ -261,7 +246,6 @@
</p>
<p>Design and code by Pjotr Prins, Shelby Solomon, Zach Sloan, Arthur Centeno, Christan Fischer, Bonface Munyoki, Danny Arends, Arun Isaac, Alex Mwangi, Fred Muriithi, Sam Ockman, Lei Yan, Xiaodong Zhou, Christian Fernandez,
Ning Liu, Rudi Alberts, Elissa Chesler, Sujoy Roy, Evan G. Williams, Alexander G. Williams, Kenneth Manly, Jintao Wang, Robert W. Williams, and
- <!--<a href="http://genenetwork.org/credit.html">colleagues</a>.</p>-->
<a href="/credits">colleagues</a>.</p>
<br />
<p>GeneNetwork support from:</p>
@@ -300,7 +284,6 @@
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>-->
<p>Published in
<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>
@@ -324,17 +307,9 @@
<!--http://stackoverflow.com/questions/14045515/how-can-i-reuse-one-bootstrap-modal-div-->
<!-- Modal -->
<div id="utility" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
- <!--<div class="modal-header">-->
- <!-- <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>-->
- <!-- <h3 id="myModalLabel">Register</h3>-->
- <!--</div>-->
<div class="modal-body">
<p>.</p>
</div>
- <!--<div class="modal-footer">-->
- <!-- <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>-->
- <!-- <button class="btn btn-primary">Save changes</button>-->
- <!--</div>-->
</div>
<script src="{{ url_for('js', filename='jquery/jquery.min.js') }}" type="text/javascript"></script>
<script src="{{ url_for('js', filename='bootstrap/js/bootstrap.min.js') }}" type="text/javascript"></script>
@@ -391,7 +366,6 @@
</script>
<script src="{{ url_for('js', filename='jquery-cookie/jquery.cookie.js') }}" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
- <!-- <script src="{{ url_for('js', filename='jquery-ui/jquery-ui.min.js') }}" type="text/javascript"></script> -->
<script language="javascript" type="text/javascript" src="{{ url_for('js', filename='colorbox/jquery.colorbox-min.js') }}"></script>
<script language="javascript" type="text/javascript" src="{{ url_for('js', filename='js_alt/parsley.min.js') }}"></script>
{% block js %}