diff options
Diffstat (limited to 'gn2/wqflask')
124 files changed, 131 insertions, 131 deletions
diff --git a/gn2/wqflask/templates/admin/change_resource_owner.html b/gn2/wqflask/templates/admin/change_resource_owner.html index 7fd84387..fae7ca8d 100644 --- a/gn2/wqflask/templates/admin/change_resource_owner.html +++ b/gn2/wqflask/templates/admin/change_resource_owner.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Resource Manager{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/admin/create_group.html b/gn2/wqflask/templates/admin/create_group.html index b1d214ea..c8ee925e 100644 --- a/gn2/wqflask/templates/admin/create_group.html +++ b/gn2/wqflask/templates/admin/create_group.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Group Manager{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/admin/group_manager.html b/gn2/wqflask/templates/admin/group_manager.html index eedfe138..120bbb7b 100644 --- a/gn2/wqflask/templates/admin/group_manager.html +++ b/gn2/wqflask/templates/admin/group_manager.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Group Manager{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/admin/ind_user_manager.html b/gn2/wqflask/templates/admin/ind_user_manager.html index b821e5d5..32dc341e 100644 --- a/gn2/wqflask/templates/admin/ind_user_manager.html +++ b/gn2/wqflask/templates/admin/ind_user_manager.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}User Manager{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/admin/manage_resource.html b/gn2/wqflask/templates/admin/manage_resource.html index 63ec17c0..719e9203 100644 --- a/gn2/wqflask/templates/admin/manage_resource.html +++ b/gn2/wqflask/templates/admin/manage_resource.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Resource Manager{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/admin/manage_user.html b/gn2/wqflask/templates/admin/manage_user.html index 3ef90b90..c660759d 100644 --- a/gn2/wqflask/templates/admin/manage_user.html +++ b/gn2/wqflask/templates/admin/manage_user.html @@ -1,4 +1,4 @@ -{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}View and Edit Group{% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
diff --git a/gn2/wqflask/templates/admin/search_for_groups.html b/gn2/wqflask/templates/admin/search_for_groups.html index 0e1ec720..abfb2e26 100644 --- a/gn2/wqflask/templates/admin/search_for_groups.html +++ b/gn2/wqflask/templates/admin/search_for_groups.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Resource Manager{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/admin/set_group_privileges.html b/gn2/wqflask/templates/admin/set_group_privileges.html index 04842453..83d1cdc3 100644 --- a/gn2/wqflask/templates/admin/set_group_privileges.html +++ b/gn2/wqflask/templates/admin/set_group_privileges.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Set Group Privileges{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/admin/user_manager.html b/gn2/wqflask/templates/admin/user_manager.html index 2b6c1b2b..ea0b7fe8 100644 --- a/gn2/wqflask/templates/admin/user_manager.html +++ b/gn2/wqflask/templates/admin/user_manager.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}User Manager{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/admin/view_group.html b/gn2/wqflask/templates/admin/view_group.html index c88ce0e7..33d72542 100644 --- a/gn2/wqflask/templates/admin/view_group.html +++ b/gn2/wqflask/templates/admin/view_group.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}View and Edit Group{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/authorisation_error.html b/gn2/wqflask/templates/authorisation_error.html index 3dce8b52..36646fba 100644 --- a/gn2/wqflask/templates/authorisation_error.html +++ b/gn2/wqflask/templates/authorisation_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}{{error_type}}: ...{%endblock%} {%block content%} <div class="container"> diff --git a/gn2/wqflask/templates/blogs.html b/gn2/wqflask/templates/blogs.html index 314eb733..dfe53d55 100644 --- a/gn2/wqflask/templates/blogs.html +++ b/gn2/wqflask/templates/blogs.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Blogs {% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> @@ -9,4 +9,4 @@ <div id="markdown" class="container"> {{ rendered_markdown|safe }} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/blogs_list.html b/gn2/wqflask/templates/blogs_list.html index a74d24a2..a80fa885 100644 --- a/gn2/wqflask/templates/blogs_list.html +++ b/gn2/wqflask/templates/blogs_list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Blogs {% endblock %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/case_attributes.html b/gn2/wqflask/templates/case_attributes.html index d1669761..17b70313 100644 --- a/gn2/wqflask/templates/case_attributes.html +++ b/gn2/wqflask/templates/case_attributes.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block css %} diff --git a/gn2/wqflask/templates/collections/list.html b/gn2/wqflask/templates/collections/list.html index dc725fb6..a0953298 100644 --- a/gn2/wqflask/templates/collections/list.html +++ b/gn2/wqflask/templates/collections/list.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {%from "oauth2/display_error.html" import display_error%} {% block title %}Your Collections{% endblock %} {% block css %} diff --git a/gn2/wqflask/templates/collections/not_logged_in.html b/gn2/wqflask/templates/collections/not_logged_in.html index 49b0e07d..8d0707ff 100644 --- a/gn2/wqflask/templates/collections/not_logged_in.html +++ b/gn2/wqflask/templates/collections/not_logged_in.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Your Collections{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/collections/view.html b/gn2/wqflask/templates/collections/view.html index 4a672375..a94cb17b 100644 --- a/gn2/wqflask/templates/collections/view.html +++ b/gn2/wqflask/templates/collections/view.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}View Collection{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/collections/view_anonymous.html b/gn2/wqflask/templates/collections/view_anonymous.html index 56323e10..16d792e8 100644 --- a/gn2/wqflask/templates/collections/view_anonymous.html +++ b/gn2/wqflask/templates/collections/view_anonymous.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}View Collection{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/comparison_bar_chart.html b/gn2/wqflask/templates/comparison_bar_chart.html index d77e0515..7efdf6d7 100644 --- a/gn2/wqflask/templates/comparison_bar_chart.html +++ b/gn2/wqflask/templates/comparison_bar_chart.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Comparison Bar Chart{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" /> @@ -35,4 +35,4 @@ <script type="text/javascript" src="{{ url_for('js', filename='plotly/plotly.min.js') }}"></script> <script language="javascript" type="text/javascript" src="/static/new/javascript/comparison_bar_chart.js"></script> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/corr_scatterplot.html b/gn2/wqflask/templates/corr_scatterplot.html index 9532726c..5a4f4dc1 100644 --- a/gn2/wqflask/templates/corr_scatterplot.html +++ b/gn2/wqflask/templates/corr_scatterplot.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/correlation_error_page.html b/gn2/wqflask/templates/correlation_error_page.html index a1b935ac..5bbb3d6d 100644 --- a/gn2/wqflask/templates/correlation_error_page.html +++ b/gn2/wqflask/templates/correlation_error_page.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Correlation Results{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/correlation_matrix.html b/gn2/wqflask/templates/correlation_matrix.html index 17fd66fa..08cbb83a 100644 --- a/gn2/wqflask/templates/correlation_matrix.html +++ b/gn2/wqflask/templates/correlation_matrix.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Correlation Matrix{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/correlation_page.html b/gn2/wqflask/templates/correlation_page.html index 39d75a0a..5e57d9f4 100644 --- a/gn2/wqflask/templates/correlation_page.html +++ b/gn2/wqflask/templates/correlation_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Correlation Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/credits.html b/gn2/wqflask/templates/credits.html index aab1dfb1..fd085f49 100644 --- a/gn2/wqflask/templates/credits.html +++ b/gn2/wqflask/templates/credits.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Credit{% endblock %} {% block content %} <Table width= "100%" cellSpacing=0 cellPadding=5 style="margin: 10px;"><TR> diff --git a/gn2/wqflask/templates/ctl_results.html b/gn2/wqflask/templates/ctl_results.html index 1c31b499..d8ea220f 100644 --- a/gn2/wqflask/templates/ctl_results.html +++ b/gn2/wqflask/templates/ctl_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/network_graph.css" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='cytoscape-panzoom/cytoscape.js-panzoom.css') }}"> diff --git a/gn2/wqflask/templates/ctl_setup.html b/gn2/wqflask/templates/ctl_setup.html index f5b0baf8..bf4e8652 100644 --- a/gn2/wqflask/templates/ctl_setup.html +++ b/gn2/wqflask/templates/ctl_setup.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}CTL analysis{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/data_sharing.html b/gn2/wqflask/templates/data_sharing.html index cca498ec..20fefb60 100644 --- a/gn2/wqflask/templates/data_sharing.html +++ b/gn2/wqflask/templates/data_sharing.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Data Sharing{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/dataset.html b/gn2/wqflask/templates/dataset.html index 62fac650..99d4cb73 100644 --- a/gn2/wqflask/templates/dataset.html +++ b/gn2/wqflask/templates/dataset.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/dataset_history.html b/gn2/wqflask/templates/dataset_history.html index 15105410..e3a3f1d7 100644 --- a/gn2/wqflask/templates/dataset_history.html +++ b/gn2/wqflask/templates/dataset_history.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block content %} <section class="container" id="history"> diff --git a/gn2/wqflask/templates/display_diffs.html b/gn2/wqflask/templates/display_diffs.html index ce50c1b4..1a160b7f 100644 --- a/gn2/wqflask/templates/display_diffs.html +++ b/gn2/wqflask/templates/display_diffs.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block css %} diff --git a/gn2/wqflask/templates/display_files.html b/gn2/wqflask/templates/display_files.html index d0e8cc33..d72ca0ec 100644 --- a/gn2/wqflask/templates/display_files.html +++ b/gn2/wqflask/templates/display_files.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block css %} diff --git a/gn2/wqflask/templates/docedit.html b/gn2/wqflask/templates/docedit.html index 50bb96c0..fffeb25b 100644 --- a/gn2/wqflask/templates/docedit.html +++ b/gn2/wqflask/templates/docedit.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Edit: {{title}}{% endblock %} diff --git a/gn2/wqflask/templates/docs.html b/gn2/wqflask/templates/docs.html index 1e5a7aef..e11560ee 100644 --- a/gn2/wqflask/templates/docs.html +++ b/gn2/wqflask/templates/docs.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}{{title}}{% endblock %} diff --git a/gn2/wqflask/templates/edit_case_attributes.html b/gn2/wqflask/templates/edit_case_attributes.html index f6264818..79aab272 100644 --- a/gn2/wqflask/templates/edit_case_attributes.html +++ b/gn2/wqflask/templates/edit_case_attributes.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Edit Case Attributes{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/edit_history.html b/gn2/wqflask/templates/edit_history.html index 876ab085..8ca96f3d 100644 --- a/gn2/wqflask/templates/edit_history.html +++ b/gn2/wqflask/templates/edit_history.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block css %} diff --git a/gn2/wqflask/templates/edit_phenotype.html b/gn2/wqflask/templates/edit_phenotype.html index 99efa46c..e6cb3e9e 100644 --- a/gn2/wqflask/templates/edit_phenotype.html +++ b/gn2/wqflask/templates/edit_phenotype.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/edit_probeset.html b/gn2/wqflask/templates/edit_probeset.html index 88e97837..322b3006 100644 --- a/gn2/wqflask/templates/edit_probeset.html +++ b/gn2/wqflask/templates/edit_probeset.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/empty_collection.html b/gn2/wqflask/templates/empty_collection.html index d1b779ef..0e52cb1f 100644 --- a/gn2/wqflask/templates/empty_collection.html +++ b/gn2/wqflask/templates/empty_collection.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}{{ tool }}{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/environment.html b/gn2/wqflask/templates/environment.html index 89e805ce..f5e73039 100644 --- a/gn2/wqflask/templates/environment.html +++ b/gn2/wqflask/templates/environment.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Glossary{% endblock %} diff --git a/gn2/wqflask/templates/error.html b/gn2/wqflask/templates/error.html index 2f1e06fa..7d2b2625 100644 --- a/gn2/wqflask/templates/error.html +++ b/gn2/wqflask/templates/error.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Error: {{message}}{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/facilities.html b/gn2/wqflask/templates/facilities.html index ee4c84db..a271cc51 100644 --- a/gn2/wqflask/templates/facilities.html +++ b/gn2/wqflask/templates/facilities.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Facilities{% endblock %} diff --git a/gn2/wqflask/templates/generic_gn_docs.html b/gn2/wqflask/templates/generic_gn_docs.html index 57723f0b..1e48eec9 100644 --- a/gn2/wqflask/templates/generic_gn_docs.html +++ b/gn2/wqflask/templates/generic_gn_docs.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}{{ file_title|capitalize }}{% endblock %} {% block css %}<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" />{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/geneweaver_page.html b/gn2/wqflask/templates/geneweaver_page.html index 7687cb6a..1f6630b3 100644 --- a/gn2/wqflask/templates/geneweaver_page.html +++ b/gn2/wqflask/templates/geneweaver_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}{% if wrong_input == "True" %}WebGestalt Error{% else %}Opening WebGestalt{% endif %}{% endblock %} {% block content %} {% if wrong_input == "True" %} @@ -32,4 +32,4 @@ setTimeout('document.formODE.submit()', 1000); </script> {% endif %} -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/genotype.html b/gn2/wqflask/templates/genotype.html index 7ed1ab70..c17a2518 100644 --- a/gn2/wqflask/templates/genotype.html +++ b/gn2/wqflask/templates/genotype.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/glossary.html b/gn2/wqflask/templates/glossary.html index 4922d39e..a720c7dd 100644 --- a/gn2/wqflask/templates/glossary.html +++ b/gn2/wqflask/templates/glossary.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Glossary{% endblock %} diff --git a/gn2/wqflask/templates/gn3_ctl_results.html b/gn2/wqflask/templates/gn3_ctl_results.html index 2e96b262..450f9ad9 100644 --- a/gn2/wqflask/templates/gn3_ctl_results.html +++ b/gn2/wqflask/templates/gn3_ctl_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Ctl results{% endblock %} {% block content %} <link REL="stylesheet" TYPE="text/css" href="{{ url_for('css', filename='bootstrap/css/bootstrap.css') }}" /> diff --git a/gn2/wqflask/templates/gn3_wgcna_results.html b/gn2/wqflask/templates/gn3_wgcna_results.html index b60587c3..fe5fd39e 100644 --- a/gn2/wqflask/templates/gn3_wgcna_results.html +++ b/gn2/wqflask/templates/gn3_wgcna_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}WCGNA results{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/gn_docs_errors.html b/gn2/wqflask/templates/gn_docs_errors.html index dc381e08..c8170026 100644 --- a/gn2/wqflask/templates/gn_docs_errors.html +++ b/gn2/wqflask/templates/gn_docs_errors.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Gn docs Error Page{% endblock %} {% block css %}<link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" />{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html index 14a41caa..1e59427e 100644 --- a/gn2/wqflask/templates/gn_editor.html +++ b/gn2/wqflask/templates/gn_editor.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Genenetwork Files Editor{% endblock %} {% block css %} <style> diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 371ad7b3..7ed54a6b 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}GNQA{% endblock %} {% block css %} <style> diff --git a/gn2/wqflask/templates/gnqa_test.html b/gn2/wqflask/templates/gnqa_test.html index eefa66f7..e648d3c4 100644 --- a/gn2/wqflask/templates/gnqa_test.html +++ b/gn2/wqflask/templates/gnqa_test.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}GNQA test{% endblock %} {% block css %} <style> diff --git a/gn2/wqflask/templates/heatmap.html b/gn2/wqflask/templates/heatmap.html index 92754266..161625dc 100644 --- a/gn2/wqflask/templates/heatmap.html +++ b/gn2/wqflask/templates/heatmap.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Heatmap{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" /> @@ -41,4 +41,4 @@ <script language="javascript" type="text/javascript" src="/static/new/javascript/iplotMScanone_noeff.js"></script> <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='js_alt/underscore.min.js') }}"></script> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/info_page.html b/gn2/wqflask/templates/info_page.html index 91d34573..70132772 100644 --- a/gn2/wqflask/templates/info_page.html +++ b/gn2/wqflask/templates/info_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}Policies{% endblock %}
{% block content %}
diff --git a/gn2/wqflask/templates/jobs/debug.html b/gn2/wqflask/templates/jobs/debug.html index 828ab1cc..a97900d4 100644 --- a/gn2/wqflask/templates/jobs/debug.html +++ b/gn2/wqflask/templates/jobs/debug.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Debug Job{% endblock%} {%block css%} {%endblock%} diff --git a/gn2/wqflask/templates/jobs/no-such-job.html b/gn2/wqflask/templates/jobs/no-such-job.html index 6fe7d014..e4cbe971 100644 --- a/gn2/wqflask/templates/jobs/no-such-job.html +++ b/gn2/wqflask/templates/jobs/no-such-job.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}No Such Job{% endblock%} {%block css%} {%endblock%} diff --git a/gn2/wqflask/templates/jupyter_notebooks.html b/gn2/wqflask/templates/jupyter_notebooks.html index afc95a15..6f4af18e 100644 --- a/gn2/wqflask/templates/jupyter_notebooks.html +++ b/gn2/wqflask/templates/jupyter_notebooks.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%} Jupyter Notebooks diff --git a/gn2/wqflask/templates/links.html b/gn2/wqflask/templates/links.html index 4a134c96..0aa2a90e 100644 --- a/gn2/wqflask/templates/links.html +++ b/gn2/wqflask/templates/links.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Links{% endblock %} diff --git a/gn2/wqflask/templates/list_case_attribute_diffs.html b/gn2/wqflask/templates/list_case_attribute_diffs.html index bb2658d1..7c5bc1cf 100644 --- a/gn2/wqflask/templates/list_case_attribute_diffs.html +++ b/gn2/wqflask/templates/list_case_attribute_diffs.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}List Case Attribute Diffs{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/list_case_attribute_diffs_error.html b/gn2/wqflask/templates/list_case_attribute_diffs_error.html index faeb5d12..4971696c 100644 --- a/gn2/wqflask/templates/list_case_attribute_diffs_error.html +++ b/gn2/wqflask/templates/list_case_attribute_diffs_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}List Case Attribute Diffs{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/mapping_error.html b/gn2/wqflask/templates/mapping_error.html index 8364af3c..60aa02ba 100644 --- a/gn2/wqflask/templates/mapping_error.html +++ b/gn2/wqflask/templates/mapping_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block titl%}Error{%endblock%} {%block content%} <!-- Start of body --> diff --git a/gn2/wqflask/templates/mapping_results.html b/gn2/wqflask/templates/mapping_results.html index c27de85e..8c7fec24 100644 --- a/gn2/wqflask/templates/mapping_results.html +++ b/gn2/wqflask/templates/mapping_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Mapping Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/metadata/editor.html b/gn2/wqflask/templates/metadata/editor.html index b85f427d..8c15c64e 100644 --- a/gn2/wqflask/templates/metadata/editor.html +++ b/gn2/wqflask/templates/metadata/editor.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style> diff --git a/gn2/wqflask/templates/network_graph.html b/gn2/wqflask/templates/network_graph.html index cff69ac8..73bb87d8 100644 --- a/gn2/wqflask/templates/network_graph.html +++ b/gn2/wqflask/templates/network_graph.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/network_graph.css" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='cytoscape-panzoom/cytoscape.js-panzoom.css') }}"> diff --git a/gn2/wqflask/templates/new_security/forgot_password.html b/gn2/wqflask/templates/new_security/forgot_password.html index 60a221da..80febda8 100644 --- a/gn2/wqflask/templates/new_security/forgot_password.html +++ b/gn2/wqflask/templates/new_security/forgot_password.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Forgot Password{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/new_security/forgot_password_step2.html b/gn2/wqflask/templates/new_security/forgot_password_step2.html index 1835fd4c..f9063b4b 100644 --- a/gn2/wqflask/templates/new_security/forgot_password_step2.html +++ b/gn2/wqflask/templates/new_security/forgot_password_step2.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/new_security/login_user.html b/gn2/wqflask/templates/new_security/login_user.html index b8cdf6ef..dd14cf49 100644 --- a/gn2/wqflask/templates/new_security/login_user.html +++ b/gn2/wqflask/templates/new_security/login_user.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/new_security/not_authenticated.html b/gn2/wqflask/templates/new_security/not_authenticated.html index ea688346..0dcad7ee 100644 --- a/gn2/wqflask/templates/new_security/not_authenticated.html +++ b/gn2/wqflask/templates/new_security/not_authenticated.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Authentication Needed{% endblock %} {% block content %} <div class="container"> @@ -8,4 +8,4 @@ <p>Please contact the data's owner or GN administrators if you believe you should have access to these data.</p> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/new_security/password_reset.html b/gn2/wqflask/templates/new_security/password_reset.html index e21f075c..6de77f89 100644 --- a/gn2/wqflask/templates/new_security/password_reset.html +++ b/gn2/wqflask/templates/new_security/password_reset.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/new_security/register_user.html b/gn2/wqflask/templates/new_security/register_user.html index c2895517..6e9115ae 100644 --- a/gn2/wqflask/templates/new_security/register_user.html +++ b/gn2/wqflask/templates/new_security/register_user.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/new_security/registered.html b/gn2/wqflask/templates/new_security/registered.html index 29889a97..651b5cf0 100644 --- a/gn2/wqflask/templates/new_security/registered.html +++ b/gn2/wqflask/templates/new_security/registered.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} {{ header("Almost Done", "Thanks for registering") }} diff --git a/gn2/wqflask/templates/new_security/thank_you.html b/gn2/wqflask/templates/new_security/thank_you.html index d4f5e574..ce15dab1 100644 --- a/gn2/wqflask/templates/new_security/thank_you.html +++ b/gn2/wqflask/templates/new_security/thank_you.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Register{% endblock %} {% block content %} {{ header("Thank you", "Thanks for verifying") }} diff --git a/gn2/wqflask/templates/new_security/verification_still_needed.html b/gn2/wqflask/templates/new_security/verification_still_needed.html index 1f91fd8d..9cbc7548 100644 --- a/gn2/wqflask/templates/new_security/verification_still_needed.html +++ b/gn2/wqflask/templates/new_security/verification_still_needed.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Verification{% endblock %} {% block content %} {{ header("Verification", "You still need to verify") }} diff --git a/gn2/wqflask/templates/news.html b/gn2/wqflask/templates/news.html index df8e02ef..c735ad22 100644 --- a/gn2/wqflask/templates/news.html +++ b/gn2/wqflask/templates/news.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}News{% endblock %} diff --git a/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html b/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html index 988cf3b4..deb22fe3 100644 --- a/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html +++ b/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/create-resource.html b/gn2/wqflask/templates/oauth2/create-resource.html index 479f4152..28a93ef4 100644 --- a/gn2/wqflask/templates/oauth2/create-resource.html +++ b/gn2/wqflask/templates/oauth2/create-resource.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}Create Resource{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/create-role.html b/gn2/wqflask/templates/oauth2/create-role.html index 6cf0bb78..3d52d0ae 100644 --- a/gn2/wqflask/templates/oauth2/create-role.html +++ b/gn2/wqflask/templates/oauth2/create-role.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/data-list-genotype.html b/gn2/wqflask/templates/oauth2/data-list-genotype.html index 78939a72..f50e014c 100644 --- a/gn2/wqflask/templates/oauth2/data-list-genotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-genotype.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html index c5c1c27e..501ff704 100644 --- a/gn2/wqflask/templates/oauth2/data-list-mrna.html +++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html index d355f3f9..810c59c7 100644 --- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} diff --git a/gn2/wqflask/templates/oauth2/data-list.html b/gn2/wqflask/templates/oauth2/data-list.html index 8a8f6694..787f892f 100644 --- a/gn2/wqflask/templates/oauth2/data-list.html +++ b/gn2/wqflask/templates/oauth2/data-list.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}Link Data{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/group.html b/gn2/wqflask/templates/oauth2/group.html index f4c29d18..0da8d754 100644 --- a/gn2/wqflask/templates/oauth2/group.html +++ b/gn2/wqflask/templates/oauth2/group.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/group_join_or_create.html b/gn2/wqflask/templates/oauth2/group_join_or_create.html index 8255d2f8..80791a99 100644 --- a/gn2/wqflask/templates/oauth2/group_join_or_create.html +++ b/gn2/wqflask/templates/oauth2/group_join_or_create.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}Join or Create Group{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/join-requests.html b/gn2/wqflask/templates/oauth2/join-requests.html index 833b4e93..11f9f055 100644 --- a/gn2/wqflask/templates/oauth2/join-requests.html +++ b/gn2/wqflask/templates/oauth2/join-requests.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/list_roles.html b/gn2/wqflask/templates/oauth2/list_roles.html index a4061fca..bd2a9c75 100644 --- a/gn2/wqflask/templates/oauth2/list_roles.html +++ b/gn2/wqflask/templates/oauth2/list_roles.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/login.html b/gn2/wqflask/templates/oauth2/login.html index eaa1a192..8203f088 100644 --- a/gn2/wqflask/templates/oauth2/login.html +++ b/gn2/wqflask/templates/oauth2/login.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Login{%endblock%} {%block content%} <div class="container" style="min-width: 1250px;"> diff --git a/gn2/wqflask/templates/oauth2/masquerade.html b/gn2/wqflask/templates/oauth2/masquerade.html index 48ec6cee..fdf3ebbc 100644 --- a/gn2/wqflask/templates/oauth2/masquerade.html +++ b/gn2/wqflask/templates/oauth2/masquerade.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}Masquerade As{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/register_user.html b/gn2/wqflask/templates/oauth2/register_user.html index 27ccbd30..34848f07 100644 --- a/gn2/wqflask/templates/oauth2/register_user.html +++ b/gn2/wqflask/templates/oauth2/register_user.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Register New User{%endblock%} {%block content%} <div class="container" style="min-width: 1250px;"> diff --git a/gn2/wqflask/templates/oauth2/request_error.html b/gn2/wqflask/templates/oauth2/request_error.html index e6ed5fff..d311c401 100644 --- a/gn2/wqflask/templates/oauth2/request_error.html +++ b/gn2/wqflask/templates/oauth2/request_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%} diff --git a/gn2/wqflask/templates/oauth2/resources.html b/gn2/wqflask/templates/oauth2/resources.html index c52043db..c7055211 100644 --- a/gn2/wqflask/templates/oauth2/resources.html +++ b/gn2/wqflask/templates/oauth2/resources.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%} diff --git a/gn2/wqflask/templates/oauth2/role.html b/gn2/wqflask/templates/oauth2/role.html index c33c93ee..4303c8c8 100644 --- a/gn2/wqflask/templates/oauth2/role.html +++ b/gn2/wqflask/templates/oauth2/role.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%} diff --git a/gn2/wqflask/templates/oauth2/view-resource-role.html b/gn2/wqflask/templates/oauth2/view-resource-role.html index 4bd0ab45..54de94f5 100644 --- a/gn2/wqflask/templates/oauth2/view-resource-role.html +++ b/gn2/wqflask/templates/oauth2/view-resource-role.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/view-resource.html b/gn2/wqflask/templates/oauth2/view-resource.html index 0788e30c..06b629eb 100644 --- a/gn2/wqflask/templates/oauth2/view-resource.html +++ b/gn2/wqflask/templates/oauth2/view-resource.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} diff --git a/gn2/wqflask/templates/oauth2/view-user.html b/gn2/wqflask/templates/oauth2/view-user.html index 34526b14..e1d06a20 100644 --- a/gn2/wqflask/templates/oauth2/view-user.html +++ b/gn2/wqflask/templates/oauth2/view-user.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%} diff --git a/gn2/wqflask/templates/pair_scan_results.html b/gn2/wqflask/templates/pair_scan_results.html index 57e9c38f..8b84588c 100644 --- a/gn2/wqflask/templates/pair_scan_results.html +++ b/gn2/wqflask/templates/pair_scan_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Pair Scan{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_error.html b/gn2/wqflask/templates/partial_correlations/pcorrs_error.html index 8d6c4bbe..68a00edb 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_error.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_error.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Error: {{message}}{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html b/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html index 38577c32..22d16823 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_poll_results.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html b/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html index dac02397..a4a767f3 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_results_presentation.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html b/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html index c1ef6001..ebb48c6f 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_results_with_target_traits.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html b/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html index fe7f8cd4..66285f28 100644 --- a/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html +++ b/gn2/wqflask/templates/partial_correlations/pcorrs_select_operations.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Partial Correlations:{%endblock%} diff --git a/gn2/wqflask/templates/phenotype.html b/gn2/wqflask/templates/phenotype.html index 4f4fba6e..d7275611 100644 --- a/gn2/wqflask/templates/phenotype.html +++ b/gn2/wqflask/templates/phenotype.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/policies.html b/gn2/wqflask/templates/policies.html index d7b0e3f9..946305ee 100644 --- a/gn2/wqflask/templates/policies.html +++ b/gn2/wqflask/templates/policies.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Links{% endblock %} diff --git a/gn2/wqflask/templates/probeset.html b/gn2/wqflask/templates/probeset.html index f3724ce8..544bf33d 100644 --- a/gn2/wqflask/templates/probeset.html +++ b/gn2/wqflask/templates/probeset.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/publication.html b/gn2/wqflask/templates/publication.html index 556d184f..c860f3bd 100644 --- a/gn2/wqflask/templates/publication.html +++ b/gn2/wqflask/templates/publication.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style type="text/css"> diff --git a/gn2/wqflask/templates/references.html b/gn2/wqflask/templates/references.html index d858e10f..2e69908d 100644 --- a/gn2/wqflask/templates/references.html +++ b/gn2/wqflask/templates/references.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Reference{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> diff --git a/gn2/wqflask/templates/search-syntax.html b/gn2/wqflask/templates/search-syntax.html index e4ab7907..481e7f89 100644 --- a/gn2/wqflask/templates/search-syntax.html +++ b/gn2/wqflask/templates/search-syntax.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Global Search Syntax{% endblock %} diff --git a/gn2/wqflask/templates/search_error.html b/gn2/wqflask/templates/search_error.html index df8d9dff..c1746ad4 100644 --- a/gn2/wqflask/templates/search_error.html +++ b/gn2/wqflask/templates/search_error.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Search Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html index 19dcbc9a..69579f4f 100644 --- a/gn2/wqflask/templates/search_result_page.html +++ b/gn2/wqflask/templates/search_result_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Search Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> diff --git a/gn2/wqflask/templates/set_group_privileges.html b/gn2/wqflask/templates/set_group_privileges.html index a0a53292..027a1e07 100644 --- a/gn2/wqflask/templates/set_group_privileges.html +++ b/gn2/wqflask/templates/set_group_privileges.html @@ -1,4 +1,4 @@ -{% extends "base.html" %}
+{% extends "index_page.html" %}
{% block title %}Set Group Privileges{% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
diff --git a/gn2/wqflask/templates/show_trait.html b/gn2/wqflask/templates/show_trait.html index 899ee3d8..0433a932 100644 --- a/gn2/wqflask/templates/show_trait.html +++ b/gn2/wqflask/templates/show_trait.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {%from "oauth2/display_error.html" import display_error%} {% block title %}Trait Data and Analysis{% endblock %} diff --git a/gn2/wqflask/templates/show_trait_error.html b/gn2/wqflask/templates/show_trait_error.html index 550d3f46..ca354f12 100644 --- a/gn2/wqflask/templates/show_trait_error.html +++ b/gn2/wqflask/templates/show_trait_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Trait Data and Analysis{%endblock%} {%block css%} <link rel="stylesheet" type="text/css" href="/static/new/css/bar_chart.css" /> diff --git a/gn2/wqflask/templates/snp_browser.html b/gn2/wqflask/templates/snp_browser.html index b9aea570..8a696b20 100644 --- a/gn2/wqflask/templates/snp_browser.html +++ b/gn2/wqflask/templates/snp_browser.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('js', filename='DataTablesExtensions/buttonsBootstrap/css/buttons.bootstrap.css') }}" /> diff --git a/gn2/wqflask/templates/startup_errors.html b/gn2/wqflask/templates/startup_errors.html index 82d85572..91c1807c 100644 --- a/gn2/wqflask/templates/startup_errors.html +++ b/gn2/wqflask/templates/startup_errors.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}Startup Error{%endblock%} {%block content %} {%if error_type == "MissingConfigurationError"%} diff --git a/gn2/wqflask/templates/submit_trait.html b/gn2/wqflask/templates/submit_trait.html index 10ddf69f..cb09a614 100644 --- a/gn2/wqflask/templates/submit_trait.html +++ b/gn2/wqflask/templates/submit_trait.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Trait Submission{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/test_correlation_page.html b/gn2/wqflask/templates/test_correlation_page.html index 9b0b2828..40bf99c3 100644 --- a/gn2/wqflask/templates/test_correlation_page.html +++ b/gn2/wqflask/templates/test_correlation_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Correlation Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> @@ -156,4 +156,4 @@ console.log(correlationResults) } ); </script> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/tutorials.html b/gn2/wqflask/templates/tutorials.html index 6281291f..d584dd1f 100644 --- a/gn2/wqflask/templates/tutorials.html +++ b/gn2/wqflask/templates/tutorials.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}Tutorials/Primers{% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/view_case_attribute_diff.html b/gn2/wqflask/templates/view_case_attribute_diff.html index 3ba9b314..cf6ab613 100644 --- a/gn2/wqflask/templates/view_case_attribute_diff.html +++ b/gn2/wqflask/templates/view_case_attribute_diff.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}View Case Attribute Diff{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/view_case_attribute_diff_error.html b/gn2/wqflask/templates/view_case_attribute_diff_error.html index 5edbe070..d0fe641b 100644 --- a/gn2/wqflask/templates/view_case_attribute_diff_error.html +++ b/gn2/wqflask/templates/view_case_attribute_diff_error.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%block title%}View Case Attribute Diff{%endblock%} {%block css%} diff --git a/gn2/wqflask/templates/webgestalt_page.html b/gn2/wqflask/templates/webgestalt_page.html index 759e0251..aea31fd8 100644 --- a/gn2/wqflask/templates/webgestalt_page.html +++ b/gn2/wqflask/templates/webgestalt_page.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}{% if wrong_input == "True" %}WebGestalt Error{% else %}Opening WebGestalt{% endif %}{% endblock %} {% block content %} {% if wrong_input == "True" %} diff --git a/gn2/wqflask/templates/wgcna_results.html b/gn2/wqflask/templates/wgcna_results.html index 0dc030b1..3ce7f035 100644 --- a/gn2/wqflask/templates/wgcna_results.html +++ b/gn2/wqflask/templates/wgcna_results.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}WCGNA results{% endblock %} {% block content %} <!-- Start of body --> diff --git a/gn2/wqflask/templates/wgcna_setup.html b/gn2/wqflask/templates/wgcna_setup.html index 20316ab2..33f8947d 100644 --- a/gn2/wqflask/templates/wgcna_setup.html +++ b/gn2/wqflask/templates/wgcna_setup.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}WCGNA analysis{% endblock %} {% block content %} <!-- Start of body --> @@ -138,4 +138,4 @@ $(document).on('submit', '#wgcna_form', function(e) { }) </script> -{% endblock %}
\ No newline at end of file +{% endblock %} diff --git a/gn2/wqflask/templates/wiki/edit_wiki.html b/gn2/wqflask/templates/wiki/edit_wiki.html index 23412a31..66371cf3 100644 --- a/gn2/wqflask/templates/wiki/edit_wiki.html +++ b/gn2/wqflask/templates/wiki/edit_wiki.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block css %} <style> diff --git a/gn2/wqflask/templates/wiki/genewiki.html b/gn2/wqflask/templates/wiki/genewiki.html index b07e86e0..06fa1f3a 100644 --- a/gn2/wqflask/templates/wiki/genewiki.html +++ b/gn2/wqflask/templates/wiki/genewiki.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block title %}GeneWiki Entry for {{ symbol }}{% endblock %} {% block content %} {{ flash_me() }} diff --git a/gn2/wqflask/templates/wiki/history.html b/gn2/wqflask/templates/wiki/history.html index bda802d3..4d48b7e8 100644 --- a/gn2/wqflask/templates/wiki/history.html +++ b/gn2/wqflask/templates/wiki/history.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block content %} {{ flash_me() }} <div class = "container container-fluid"> diff --git a/gn2/wqflask/templates/wiki/search.html b/gn2/wqflask/templates/wiki/search.html index 863d3daa..e2899976 100644 --- a/gn2/wqflask/templates/wiki/search.html +++ b/gn2/wqflask/templates/wiki/search.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "index_page.html" %} {% block content %} <div class="container"> <div class="row"> |