From 4f4e9346ff5eda64baedb6197ca52cba22cb77a8 Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Tue, 31 Jan 2012 18:18:26 +0530 Subject: updated base.html (for new look) --- testapp/templates/base.html | 64 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index c2bbabb..54a2035 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -1,17 +1,76 @@ - +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + {% block title %} {% endblock %} + {% block meta %} + + + {% endblock %} + + {% block css %} + {% endblock %} + {% block script %} {% endblock %} @@ -21,5 +80,6 @@ {% block content %} {% endblock %} + -- cgit From b1fbf5b02280de5b78b0249e777a179e34b50b98 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 24 Feb 2012 16:16:38 +0530 Subject: formating and identation --- testapp/templates/base.html | 135 ++++++++++++++++++++++---------------------- 1 file changed, 67 insertions(+), 68 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index 54a2035..49fc7ce 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -2,84 +2,83 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + + + {% block title %} + {% endblock %} + - -{% block title %} -{% endblock %} - + {% block meta %} + + + + {% endblock %} -{% block meta %} - - - -{% endblock %} - - - -{% block css %} - + {% endblock %} - .content .span10, - .content .span14 { - min-height: 500px; - } - - .content .span4 { - margin-left: 0; - padding-left: 19px; - border-left: 1px solid #eee; - } - - .topbar .btn { - border: 0; - } - - -{% endblock %} - -{% block script %} -{% endblock %} - + {% block script %} + {% endblock %} +
-{% block content %} -{% endblock %} + {% block content %} + {% endblock %}
- -- cgit From b7ad768a6cc4fe5c8a05e20b1968f13a678c22cc Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 28 Feb 2012 12:09:28 +0530 Subject: changes to remove the inline css from every page --- testapp/templates/base.html | 78 +++++++++++---------------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index 49fc7ce..fed3939 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -13,62 +13,9 @@ {% endblock %} - - - + + {% block css %} - {% endblock %} {% block script %} @@ -76,9 +23,22 @@ -
- {% block content %} - {% endblock %} -
+
+
+ +
+
+

{% block formtitle %} {% endblock formtitle %}


+ {% block content %} + {% endblock %} +
+
+
+ +
-- cgit From 9c1dd7918effa6e8db5c0797c370516a5c31c2ad Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 16 Mar 2012 19:26:01 +0530 Subject: changes to maintain the UI in various resolutions --- testapp/templates/base.html | 60 +++++++++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 15 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index fed3939..e7eacfd 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -23,22 +23,52 @@ -
-
- +
+

© FOSSEE group, IIT Bombay

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit From 1387db498369739d7637cea7601af86135b7f40a Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 16 Mar 2012 19:31:31 +0530 Subject: few more minor changes --- testapp/templates/base.html | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) (limited to 'testapp/templates/base.html') diff --git a/testapp/templates/base.html b/testapp/templates/base.html index e7eacfd..3dfbe10 100644 --- a/testapp/templates/base.html +++ b/testapp/templates/base.html @@ -23,7 +23,6 @@ -
- {% block content %} +

{% block formtitle %} {% endblock formtitle %}


+ {% block content %} {% endblock %}
@@ -44,31 +44,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit