summaryrefslogtreecommitdiff
path: root/testapp/templates/exam
diff options
context:
space:
mode:
authorhardythe12012-03-16 19:26:01 +0530
committerhardythe12012-03-16 19:26:01 +0530
commit9c1dd7918effa6e8db5c0797c370516a5c31c2ad (patch)
tree8c510d4dd307d79f69b210b97582a003000d3d07 /testapp/templates/exam
parent480fc524eaffa99bbcec65b0829f6116ccace673 (diff)
downloadonline_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.tar.gz
online_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.tar.bz2
online_test-9c1dd7918effa6e8db5c0797c370516a5c31c2ad.zip
changes to maintain the UI in various resolutions
Diffstat (limited to 'testapp/templates/exam')
-rw-r--r--testapp/templates/exam/question.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/testapp/templates/exam/question.html b/testapp/templates/exam/question.html
index d3da9fc..a09e3bf 100644
--- a/testapp/templates/exam/question.html
+++ b/testapp/templates/exam/question.html
@@ -52,10 +52,14 @@
{% block onload %} onload="update_time()" {% endblock onload %}
-{% block pagetitle %}<br><h5>You have {{ paper.questions_left }} question(s) left in {{ quiz_name }} </h5>
-<div class=time-div>
- <p id="time_left" style="color:white;"></p>
-</div>
+{% block pagetitle %}
+
+<table><h6><div>
+ <tr><td class=td1-class><h5>You have {{ paper.questions_left }} question(s) left in {{ quiz_name }} </h5>
+ <td class=td2-class><div class=time-div id="time_left">
+ </div>
+</div></h6></table>
+
{% endblock %}
{% block content %}