From a5796265013443c349797508ef8066541c1a3a02 Mon Sep 17 00:00:00 2001 From: Dhiru Date: Fri, 3 Aug 2012 13:41:57 +0530 Subject: Changes done in image,video&document library --- gstudio/templates/gstudio/transcript.html | 118 ++++++++++++++++++++++++++++-- 1 file changed, 111 insertions(+), 7 deletions(-) (limited to 'gstudio/templates/gstudio/transcript.html') diff --git a/gstudio/templates/gstudio/transcript.html b/gstudio/templates/gstudio/transcript.html index ff8dfadc..7860061b 100644 --- a/gstudio/templates/gstudio/transcript.html +++ b/gstudio/templates/gstudio/transcript.html @@ -1,13 +1,13 @@ -{% load gstudio_tags i18n %} -{% get_tags as nodetype_tags %} {% load adminmedia grp_tags %} - - - - +{% load i18n comments gstudio_tags %} +{% load tagging_tags comments i18n %} + - + + + + @@ -22,7 +22,111 @@ $('#pandoravideo').pandoravideo();
+ + +
+Name: +{{ titlename }}
+Posted By : + + {{postedby}} +
+Posted At : + {{date}} + +
+ Location: +{{we}} +
+Description:{{ contentname }} +
+Current rating is:  {{ rateby }} +
+
+{% csrf_token %} + + + + + + + + +
+
+
+{% csrf_token %} + + + +

+
{% csrf_token %} + + + +
+
+
+
+

+ {% trans "Tags" %} : + {% tags_for_object video as tag_list %} + {% for tag in tag_list %} + + {% empty %} + {% trans "No tags" %} + {% endfor %} +

+
+

+{% block nodetype-comments %} +
+
{% trans "Comments" %}
+ {% with video.comments as comment_list %} + {% if comment_list.count %} +
    + {% for comment in comment_list %} + + {% endfor %} +
+ {% if not video.comments_are_open %} +

{% trans "Comments are closed." %}

+ {% endif %} + {% else %} + {% if video.comments_are_open %} +

{% trans "No comments yet." %}

+ {% else %} +

{% trans "Comments are closed." %}

+ {% endif %} + {% endif %} + {% endwith %} +
+{% endblock %} + + +
+ {% render_comment_form for video %}
+
+
-- cgit v1.2.3-70-g09d2