--
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 %}
-
-
-
-
+ }
+
+
-
-
-
-
-
-
+
+
+
{% 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 %}
+
+
-
-
-
-
-{% endblock content %}
+
+
+
+
+
+
+
+
--
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 @@
-
+
-
-
{% block subtitle %} {% endblock %}
+
{% block manage %}
{% endblock %}
-
--
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 @@