From 94535d4adc3a4960795d22e3b229a8375de10b74 Mon Sep 17 00:00:00 2001 From: supriya Date: Wed, 26 Sep 2012 15:49:52 +0530 Subject: all modules integrated --- gstudio/templates/metadashboard/grpdashboard.html | 144 +++++++++++++++++----- 1 file changed, 115 insertions(+), 29 deletions(-) (limited to 'gstudio/templates/metadashboard/grpdashboard.html') diff --git a/gstudio/templates/metadashboard/grpdashboard.html b/gstudio/templates/metadashboard/grpdashboard.html index f6cb6c0..6ad36ac 100644 --- a/gstudio/templates/metadashboard/grpdashboard.html +++ b/gstudio/templates/metadashboard/grpdashboard.html @@ -1,18 +1,24 @@ {% extends "gstudio/base.html" %} {% load gstudio_tags %} -{% load i18n %} -{% block content %} +{% load pagination_tags %} +{% load adminmedia grp_tags %} +{% load i18n comments gstudio_tags %} +{% load tagging_tags comments i18n %} +{% block content %} @@ -27,40 +33,83 @@ var i=0; } -{% if user.is_authenticated %} + -

{{admin_m.username}}'s initial twist to the thread

+ {{admin_m.username}}'s initial twist to the thread
- {%if flag %} -
+ +

{{meet_ob.title}}

+{% with meet_ob.html_content|safe as meet_ob_content %} +{{meet_ob_content}} +{% endwith %} +{% if user.is_authenticated %} +
{% csrf_token %} + + + + +
+ + +
+
+ + +{% if flag %} +{% check_release meet_ob as release %} +{% if not release %} +
{% csrf_token %} - +
+{% else %}
{% csrf_token %} - +
{% endif %}
+{% endif %} +
{% csrf_token %} + + + +
+ +
+
+

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

+
+
{% csrf_token %} - +
-
{% autoescape off %} {% for each in topic %} -

{{each.title}}

+

{{each.title}}

Posted on : {{each.creation_date}} by : {% for author in each.authors.all %} @@ -79,22 +128,38 @@ var i=0; {%autoescape on%} {% with each.html_content|safe as each_content %} - {{each_content}} + {{each_content}} {% endwith %} {% endautoescape%} +
{% csrf_token %} - + + + + -


- - - -
- -
+
{% if user.is_authenticated %} + + +
+ +
+ {% endif %} + {% ifequal user.id admin_id %} + +
+ {% else %} + {% for author in each.authors.all %} + {% ifequal user.id author.id %} + +
+ {% endifequal %} + {% endfor %} + {% endifequal %} + -
+ +
+ {% if user.is_authenticated %} +
{% csrf_token %} + + + +
+ +
+
+

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

+
+ {% endif %} +

- Fibers : + Responses :