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/filter.html | 40 ++++++++++++++++++++++++------ static/website/templates/get-question.html | 2 +- static/website/templates/index.html | 20 ++++++++++----- static/website/templates/questions.html | 40 +++++++++++++++++++++++------- 4 files changed, 79 insertions(+), 23 deletions(-) diff --git a/static/website/templates/filter.html b/static/website/templates/filter.html index 14ccbe5..b51818a 100644 --- a/static/website/templates/filter.html +++ b/static/website/templates/filter.html @@ -2,6 +2,17 @@ {% load helpers %} {% block content %} + + + {% if questions %}
These are the similar questions in: @@ -30,15 +41,23 @@
- - - - - - - +
FOSS Question Date Views Answers User
+ + + + + + + + + + + + + {% for question in questions %} + {% endfor %} +
No.FOSSQuestion DateViewsAnswersUser
@@ -76,6 +95,7 @@
{% else %}

There are no similar questions.

@@ -84,6 +104,12 @@ {% block javascript %} +

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 @@