From cfb4f1bc6a45ddfc068acabc6efb9a4e350dd544 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 28 Apr 2011 14:46:36 -0500 Subject: isotests: make the various pages a bit more useful Instructions are nice, as are links to other pages that actually flow with the style of the rest of the site. Also fix the styling of the labels on the results entry page as it looked a bit funky before. Signed-off-by: Dan McGee --- templates/isotests/result_list.html | 53 ++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 22 deletions(-) (limited to 'templates/isotests/result_list.html') diff --git a/templates/isotests/result_list.html b/templates/isotests/result_list.html index 06042b1c..ac0475b6 100644 --- a/templates/isotests/result_list.html +++ b/templates/isotests/result_list.html @@ -1,34 +1,43 @@ {% extends "base.html" %} {% block content %} -Go back to results -Give feedback -
-

- Results for : +

Results for: {% if option %} {{ option }}: {{ value }} {% endif %} - - {% if iso_name %} - {{ iso_name }} - {% endif %} + {{ iso_name|default:"" }}

- - - - - - - {% for test in test_list %} - - - - - - {% endfor %} +

Go back to testing results

+ +
isonicknamesuccess?
{{ test.iso.name }}{{ test.user_name }}{{ test.success|yesno }}
+ + + + + + + + + + {% for test in test_list %} + + + + + + + {% endfor %} +
IsoSubmitted ByDate SubmittedSuccess
{{ test.iso.name }}{{ test.user_name }}{{ test.created|date }}{{ test.success|yesno }}
+{% load cdn %}{% jquery %} + + + {% endblock %} -- cgit v1.2.3-2-g168b