aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-04 12:57:28 -0500
committerFrederick Muriuki Muriithi2024-06-04 13:11:29 -0500
commitadb774476734b8a6e21a4da6b1d2e0ec855c65d7 (patch)
treec41b218aa607e654f03dcbdfb8bea5400630e643 /gn_auth/templates
parentd8326fa4b80b16b809c0099ac7330452e93dda54 (diff)
downloadgn-auth-adb774476734b8a6e21a4da6b1d2e0ec855c65d7.tar.gz
Approximate the GN2 look-and-feel.
Diffstat (limited to 'gn_auth/templates')
-rw-r--r--gn_auth/templates/base.html32
1 files changed, 30 insertions, 2 deletions
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html
index 6238a39..b452ca1 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -10,12 +10,40 @@
<link rel="stylesheet" type="text/css"
href="https://genenetwork.org/static/new/css/bootstrap-custom.css" />
<link rel="stylesheet" type="text/css"
+ href="https://genenetwork.org/static/new/css/non-responsive.css" />
+ <link rel="stylesheet" type="text/css"
href="{{url_for('static', filename='css/styles.css')}}" />
+ <link rel="stylesheet" type="text/css"
+ href="https://genenetwork.org/static/new/css/docs.css" />
+ <link rel="stylesheet" type="text/css"
+ href="https://genenetwork.org/static/new/css/colorbox.css" />
+ <link rel="stylesheet" type="text/css"
+ href="https://genenetwork.org/static/new/css/parsley.css" />
+ <link rel="stylesheet" type="text/css"
+ href="https://genenetwork.org/static/new/css/broken_links.css" />
+ <link rel="stylesheet"
+ href="https://genenetwork.org/static/new/css/autocomplete.css" />
+
{%block css%}{%endblock%}
</head>
- <body>
- <h1>gn-auth: {%block pagetitle%}{%endblock%}</h1>
+ <body style="width: 100%">
+ <div class="navbar navbar-inverse navbar-static-top pull-left"
+ role="navigation"
+ style="width: 100%; min-width: 850px; white-space: nowrap">
+ <div class="container-fluid" style="width: 100%;">
+ <ul class="nav navbar-nav">
+ <li>
+ <a href="{{source_uri or 'https://genenetwork.org/'}}"
+ title="Back to main GeneNetwork site."
+ style="font-weight: bold;">GeneNetwork</a>
+ </li>
+ <li>
+ <a href="#">gn-auth: {%block pagetitle%}{%endblock%}</a>
+ </li>
+ </ul>
+ </div>
+ </div>
<div class="container">
{%block content%}{%endblock%}