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/docu.html | 101 ++++++++++++++++++++++++++++++------ 1 file changed, 84 insertions(+), 17 deletions(-) (limited to 'gstudio/templates/gstudio/docu.html') diff --git a/gstudio/templates/gstudio/docu.html b/gstudio/templates/gstudio/docu.html index 7be5aa74..dc9f151b 100644 --- a/gstudio/templates/gstudio/docu.html +++ b/gstudio/templates/gstudio/docu.html @@ -1,37 +1,77 @@ + + {% extends "gstudio/base.html" %} -{% load i18n %} +{% load pagination_tags %} {% load adminmedia grp_tags %} +{% load i18n comments gstudio_tags %} +{% load i18n objectapp_tags %} {% block content %} +{% load tagging_tags comments i18n %} + + + {% if user.is_authenticated %} -

Welcome to the DocZilla

-

{{ image.title }}

-

Logged in as: {{user.username}}

+{% autopaginate documents 8 %} +

Document Library


-
-{% csrf_token %} -

Post File:

-

- +
+{% csrf_token %} +
+Post File:       +

+Description:   +

+                         -
+
+ +
{% csrf_token %} +

Search File

-

-

Sort files by:

-

-  +
+
+ -
+
+
+
+
+

-

SHARE

+
+

Documents Listing

{% for document in documents %} @@ -46,6 +86,8 @@
Posted At : {{document.creation_date}}
+Description:{{ document.content }} +
Download now!!
{% for author in document.authors.all %} @@ -89,8 +131,26 @@
+
+
{% csrf_token %} + + +

+
+

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

+
+



{% endfor %}
@@ -102,6 +162,13 @@ {% endif %} - +

+{% paginate %}

+ + + + + {% endblock %} + -- cgit v1.2.3-70-g09d2