From 9db68d4500530ea60f2b5fe21251446e2be306da Mon Sep 17 00:00:00 2001 From: holyantony Date: Fri, 11 Sep 2015 14:48:53 +0530 Subject: Subject: Added tablersorter to all table Description: 1. tablesorter on all table 2. highlighted add comments, added css --- static/website/templates/questions.html | 40 +++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 9 deletions(-) (limited to 'static/website/templates/questions.html') diff --git a/static/website/templates/questions.html b/static/website/templates/questions.html index 3c3d355..b7c2a45 100644 --- a/static/website/templates/questions.html +++ b/static/website/templates/questions.html @@ -3,21 +3,40 @@ {% load count_tags %} {% block content %} + + + +

Showing {{ questions.start_index }} - {{ questions.end_index }} of {{ questions.paginator.count }} questions.
- - - - - - - - +
FOSS Question Date Views Votes Answers User
+ + + + + + + + + + + + + {% for question in questions %} + {% endfor %} - +
No.FOSSQuestion DateViewsVotesAnswersUser
@@ -63,7 +82,7 @@