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/video.html | 270 +++++++++++++++++++---------------- 1 file changed, 144 insertions(+), 126 deletions(-) (limited to 'gstudio/templates/gstudio/video.html') diff --git a/gstudio/templates/gstudio/video.html b/gstudio/templates/gstudio/video.html index 644831a..f2ae11d 100644 --- a/gstudio/templates/gstudio/video.html +++ b/gstudio/templates/gstudio/video.html @@ -1,181 +1,199 @@ {% extends "gstudio/base.html" %} +{% load pagination_tags %} {% load i18n %} {% load adminmedia grp_tags %} +{% load i18n comments gstudio_tags %} + {% block content %} + + + + {% if user.is_authenticated %} -

Welcome to the VideoCore

-

{{ image.title }}

-

Logged in as: {{user.username}}

-
+ +{% autopaginate vids 10 %} + + +

Video Library

+
+
{% csrf_token %} -

Post Video:

+

Submit Videos:

Video: 


+Description:   - + + +

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

Search Video

+

Search Videos:

-

Sort videos by:

-

+ + -
+

-
+ {% csrf_token %}
- -

VIDEOS


- - - - - - - -
- - - - - - - -
-{% if fav %} -

Favourite Videos

-{% endif %} -
- -{% for video in vids %} - -

{{video.title}}

+{{video.title}}
{% csrf_token %} - -
-

Right click to download


-Posted By : + + +Right click to download
+ {% for author in video.get_nbh.posted_by %} - {{author}} + + {% endfor %} -
-Posted At : + + + {% for date in video.get_nbh.creation_day %} - {{date}} + {% endfor %} -
-{% for we in video.get_nbh.source %} - Location: + + + +{% for we in video.get_nbh.source %} + {% for map in video.get_nbh.map_link %} - {% ifnotequal map '' %} - {{we}} - {% endifnotequal %} + {% ifnotequal map '' %} + + + + {% endifnotequal %} {% endfor %} {% endfor %} -
-Current rating is

{{ video.rating.get_rating }}

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

-
-
-{% endfor %}
+ + + + + + + + + + + +
+ +{% endfor %} -

-Follow us on Facebook + +
{% else %}

Sorry you need to log in to see this content !

{% endif %} +

+{% paginate %}

+ {% endblock %} {% block chart %} -













- -




+

{% endblock %} -- cgit v1.1