From cf86b790abe5955ab8384aed89d7c0cceb58004b Mon Sep 17 00:00:00 2001
From: Zachary Sloan
Date: Fri, 26 Oct 2012 17:12:00 -0500
Subject: Put footer/head into base.html; was previously just in
index_page.html
---
wqflask/wqflask/templates/base.html | 352 ++++++++++++------------------
wqflask/wqflask/templates/index_page.html | 161 +-------------
2 files changed, 153 insertions(+), 360 deletions(-)
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index f52041b1..385512e3 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -1,218 +1,156 @@
+
- {% block head %}
- {% block title %}{% endblock %} - GeneNetwork
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ GeneNetwork
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
-
- {% endblock %}
-
-
-
-
-
-
-
-
-
-
- Sort Table
- |
-
-
-
-
- Resorting this table
-
- |
-
-
- |
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
- |
-
-
-
-
-
-
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
-
- |
- |
-
- Welcome! Login
- |
-
-
- |
-
-
-
-
- {% block content %}{% endblock %}
-
-
-
-
-
-
-
- |
-
-WWW service initiated January, 1994 as The Portable Dictionary of the Mouse Genome and June 15, 2001 as WebQTL.
-
-This site is currently operated by
- Rob Williams,
- Lei Yan,
- Zachary Sloan,
- Arthur Centeno. Design and code by Xiaodong Zhou, Christian Fernandez, Ning Liu, Rudi Alberts, Elissa Chesler, Jintao Wang, Kenneth Manly, Robert W. Williams, and colleagues.
-
-
- |
-
-
-
- |
-
-
-
- |
-
-
-
-
-
-
- GeneNetwork support from:
-
- |
-
-
-
- It took 0.041 second(s) for spring211.uthsc.edu to generate this page
- |
-
- |
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html
index 695129a9..2d7ba44c 100644
--- a/wqflask/wqflask/templates/index_page.html
+++ b/wqflask/wqflask/templates/index_page.html
@@ -1,71 +1,9 @@
-
-
-
-
- GeneNetwork
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+{% extends "base.html" %}
+{% block title %}GeneNetwork{% endblock %}
+{% block content %}
+
+
+
@@ -181,7 +119,7 @@
-
Select a Database
+ Select a Dataset
Enter terms in the search field: words,
genes, ID numbers, probes, advanced search commands
@@ -337,87 +275,4 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+{%endblock%}
\ No newline at end of file
--
cgit v1.2.3