From 8c548960349a01393141845d0ae1e728e9130b7c Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 16 Feb 2012 11:18:55 +0530 Subject: The new html files --- testapp/templates/manage.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testapp/templates/manage.html (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html new file mode 100644 index 0000000..3b67999 --- /dev/null +++ b/testapp/templates/manage.html @@ -0,0 +1,42 @@ +{% extends "base.html" %} + +{% block title %}Manage{% endblock title %} + +{% block content %} + +
+ +
+ +
+
+ + +
+
+

{% block subtitle %} {% endblock %}


+ {% block manage %} + {% endblock %} +
+
+
+ + +
+ + +{% endblock content %} -- cgit From cc348af7bed2430dbd1c748138642ea7ecbe09a9 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Fri, 17 Feb 2012 12:12:33 +0530 Subject: minor url changes --- testapp/templates/manage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 3b67999..58b19ef 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -9,10 +9,10 @@
Manage
-- cgit From 44ae45331c5ec81a7a7c4ed6f6d88f67f41be909 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Fri, 17 Feb 2012 12:32:40 +0530 Subject: Minor changes for Resolution settings --- testapp/templates/manage.html | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 58b19ef..c8b0b99 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -4,20 +4,6 @@ {% block content %} -
- -
-
-
+

{% block subtitle %} {% endblock %}


{% block manage %} {% endblock %}
+ + +
+
Manage
+ +
-- cgit From 24e5101972e846ac800932a4721f7e93bf5bdb1b Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Fri, 17 Feb 2012 12:53:34 +0530 Subject: minor changes for URLs --- testapp/templates/manage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index c8b0b99..c757523 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -25,10 +25,10 @@
-- cgit From f6a90c1eb603c9f3b8178102e387025880c0a5ac Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 20 Feb 2012 19:51:58 +0530 Subject: changes to manage questions --- testapp/templates/manage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index c757523..a21e8c4 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -25,8 +25,8 @@
Manage
-- cgit From ddb7f4e07771f4e4ca514c253d671698e1b74020 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 20 Feb 2012 20:29:06 +0530 Subject: changes to manage quiz --- testapp/templates/manage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index a21e8c4..0cc47ae 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -26,7 +26,7 @@
Manage
-- cgit From f2d65592affd34bc60cf4a3a2c72de1d84c934c0 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 22 Feb 2012 16:02:07 +0530 Subject: Changes related to Authentication of Moderator --- testapp/templates/manage.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 0cc47ae..c7c6fa1 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -7,7 +7,9 @@
-- cgit From 9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 23 Feb 2012 16:30:36 +0530 Subject: more changes to edit multiple questions at a time --- testapp/templates/manage.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index c7c6fa1..10842c3 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -13,7 +13,7 @@
-
+

{% block subtitle %} {% endblock %}


{% block manage %} {% endblock %} @@ -22,6 +22,10 @@ .content .span4 { min-height: 500px; } + .textarea + { + width: 10px; + }
-- 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/manage.html | 61 ++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 33 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 10842c3..a2941b0 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -3,47 +3,42 @@ {% block title %}Manage{% endblock title %} {% block content %} -
-
-

{% block subtitle %} {% endblock %}


- {% block manage %} - {% endblock %} -
- - -
-
Manage
- -
+ } + +
+
Manage
+ +
-
-
-

© FOSSEE group, IIT Bombay

-
- -
- - +
+
+

© FOSSEE group, IIT Bombay

+
+
{% endblock content %} -- 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/manage.html | 86 ++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 37 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index a2941b0..9995450 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -1,44 +1,56 @@ -{% extends "base.html" %} + -{% block title %}Manage{% endblock title %} + + + + {% block title %} + {% endblock %} + -{% block content %} -
-
- + {% block meta %} + + + + {% endblock %} + + + {% block css %} + {% endblock %} -
-
-

{% block subtitle %} {% endblock %}


- {% block manage %} - {% endblock %} -
- -
+ {% block script %} + {% endblock %} + + + + +
+
+ +
+
+

{% block subtitle %} {% endblock %}


+ {% block manage %} + {% endblock %} +
+ -
-
-
-

© FOSSEE group, IIT Bombay

-
-
-{% endblock content %} +
+
+
+
+

© FOSSEE group, IIT Bombay

+
+
+ + + -- cgit From a7c84a478789e9e835dcbb3ea41b1d519ba69b4d Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Tue, 13 Mar 2012 18:44:01 +0530 Subject: minor changes for UI --- testapp/templates/manage.html | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 9995450..77e0b7a 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -23,28 +23,31 @@ - +
+
+
+

Online Test

+ + +
+
+
-
-

{% block subtitle %} {% endblock %}


+
{% block manage %} {% endblock %}
-
-
Manage
- -
-- cgit From 480fc524eaffa99bbcec65b0829f6116ccace673 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Thu, 15 Mar 2012 18:12:49 +0530 Subject: minor UI changes --- testapp/templates/manage.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 77e0b7a..43578f7 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -27,14 +27,15 @@

Online Test

-
-- cgit From c0fcc1181e209192f6d11f2ca521e55e33a4ead7 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 2 Apr 2012 18:04:43 +0530 Subject: Question Paper generator changes --- testapp/templates/manage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testapp/templates/manage.html') diff --git a/testapp/templates/manage.html b/testapp/templates/manage.html index 43578f7..0f122b0 100644 --- a/testapp/templates/manage.html +++ b/testapp/templates/manage.html @@ -30,8 +30,9 @@