From 2ea738299845fc03b7979528ffdfccb99deb3af5 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Thu, 1 Dec 2016 14:56:29 +0530 Subject: Tooltip on title hover in table --- website/templates/view-abstracts.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'website/templates/view-abstracts.html') diff --git a/website/templates/view-abstracts.html b/website/templates/view-abstracts.html index 5117013..132e61d 100755 --- a/website/templates/view-abstracts.html +++ b/website/templates/view-abstracts.html @@ -60,14 +60,14 @@ You have not submitted any proposal. To submit proposal click {% if user.is_superuser %} - - + - - + + + {% else %} - + @@ -86,7 +86,7 @@ You have not submitted any proposal. To submit proposal click {% endif %} - {{proposal.proposal_type }} + {{proposal.proposal_type | truncatechars:6 }} {% if user.is_superuser %} - {{proposal.title }} + {{proposal.title}} {% else %} {{proposal.title}} View {% endif %} {% if user.is_superuser %} - {% for rating in proposal.ratings_set.all %} - {{ rating.rating}} - {{rating.user}}
- {% endfor %} + +
{{ proposal.duration }} + {% if proposal.proposal_type == 'ABSTRACT' %} + Mins{% else %} Hrs {% endif %}
{% else %} {{proposal.comments_set.count}} {% endif %} @@ -142,7 +143,8 @@ You have not submitted any proposal. To submit proposal click +
+

-- cgit