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/pgedashboard.html | 115 ++++++++++++++-------- 1 file changed, 72 insertions(+), 43 deletions(-) (limited to 'gstudio/templates/metadashboard/pgedashboard.html') diff --git a/gstudio/templates/metadashboard/pgedashboard.html b/gstudio/templates/metadashboard/pgedashboard.html index f06063a..1e48755 100644 --- a/gstudio/templates/metadashboard/pgedashboard.html +++ b/gstudio/templates/metadashboard/pgedashboard.html @@ -16,7 +16,7 @@ -{% if user.is_authenticated %} + {% autopaginate section 1 %}

{{ page_ob.title }}

@@ -44,41 +50,51 @@ $(window).load(function() { {% endfor %}

{% with page_ob.html_content|safe as page_ob_content %} - - {{page_ob_content}} + + {{page_ob_content}} {% endwith %} - - -
+ {% if user.is_authenticated %} +
{% csrf_token %} +
+ + + + + +
+ +
+
{% csrf_token %} - - - + + +
+ {% endif %}
-

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

+ {% empty %} + {% trans "No tags" %} + {% endfor %} +

- - +
+ {% if user.is_authenticated %}
{% csrf_token %}
- + {% endif %}
{% autoescape off %} {% for each in section %} -

{{each.title}}

+

{{each.title}}

Posted on : {{each.creation_date}} by {% for author in each.authors.all %} {{author}} @@ -90,16 +106,27 @@ $(window).load(function() { {% endifequal %} {%autoescape on%} {% with each.html_content|safe as each_content %} - {{each_content}} + + {{each_content}} {% endwith %} {% endautoescape%} - - + {% if user.is_authenticated %} +
{% csrf_token %} +
+ + + + + + + +
{% csrf_token %} - - + +
+ {% endif %}

@@ -113,20 +140,22 @@ $(window).load(function() { {% endfor %}

- - - + {% if user.is_authenticated %}
{% csrf_token %}
Create Subsection: -
+
+ - - -
+ + + + +
-

-
+

+
+
Do you wanna rate it ?
@@ -134,9 +163,12 @@ $(window).load(function() { -
+ +
+ {% endif %} +

Subsections : @@ -149,9 +181,6 @@ $(window).load(function() { {% endfor %} {% endautoescape %} -{% else %} -

OOPS!!! Login Please!

-{% endif %} {% block nodetype-comments %}
-- cgit v1.1