From b1f71c5439e3bdf7a3c0fb2c1730d6242c6356d9 Mon Sep 17 00:00:00 2001 From: anujag Date: Thu, 9 Aug 2012 18:38:06 +0530 Subject: added loom studio --- gstudio/templates/metadashboard/grpdashboard.html | 62 ++++++++++++++--------- 1 file changed, 39 insertions(+), 23 deletions(-) (limited to 'gstudio/templates/metadashboard/grpdashboard.html') diff --git a/gstudio/templates/metadashboard/grpdashboard.html b/gstudio/templates/metadashboard/grpdashboard.html index e92f616..f6cb6c0 100644 --- a/gstudio/templates/metadashboard/grpdashboard.html +++ b/gstudio/templates/metadashboard/grpdashboard.html @@ -14,14 +14,25 @@ $(window).load(function() { $("#graphcss").hide(); }); +var i=0; + {% if user.is_authenticated %} - - Hello Welcome to the {{ meet_ob.title }}
-

This Discussion was initiated by {{admin_m.username}}

+ +

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

- You are logged in as {{user.username}} +
{%if flag %}
@@ -42,55 +53,60 @@ $(window).load(function() {
{% csrf_token %} - +
- - + + +
{% autoescape off %} {% for each in topic %}

{{each.title}}

Posted on : {{each.creation_date}} - Posted by : + by : {% for author in each.authors.all %} {{author}} {% endfor %}
- Current rating is
{{ each.rating.get_rating }}
+ {%autoescape on%} - {{each.content}} + {% with each.html_content|safe as each_content %} + {{each_content}} + {% endwith %} {% endautoescape%}
{% csrf_token %} - Reply to the main thread : - + + -
- - Do you wanna rate it ?
+


+ + + +
+ +
+ + +

- Replies : + Fibers :