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/exam/add_question.html | 138 +++++++++++++++++-- testapp/templates/exam/complete.html | 3 +- testapp/templates/exam/edit_question.html | 217 ++++++++++++++++++++++++------ testapp/templates/exam/grade_user.html | 53 +++----- testapp/templates/exam/intro.html | 6 +- testapp/templates/exam/question.html | 23 +++- 6 files changed, 343 insertions(+), 97 deletions(-) (limited to 'testapp/templates/exam') diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html index 8bccb66..6c1d533 100644 --- a/testapp/templates/exam/add_question.html +++ b/testapp/templates/exam/add_question.html @@ -1,32 +1,142 @@ {% extends "manage.html" %} + {% block subtitle %}Add Question{% endblock %} +{% block css %} + +{% endblock %} + {% block script %} - + {% endblock %} -{% block css %} - -{% endblock %} + +{% block onload %} onload='javascript:textareaformat();' {% endblock %} {% block manage %} -