From 374eb2576ac59e0792349e97ab5f689671d8712a Mon Sep 17 00:00:00 2001 From: Dhiru Date: Tue, 14 Aug 2012 14:49:47 +0530 Subject: modifying the looks of image,video and document library --- gstudio/templates/gstudio/video.html | 100 +++++++++++++++++++++++++---------- 1 file changed, 71 insertions(+), 29 deletions(-) (limited to 'gstudio/templates/gstudio/video.html') diff --git a/gstudio/templates/gstudio/video.html b/gstudio/templates/gstudio/video.html index f2ae11d..1a2f6bf 100644 --- a/gstudio/templates/gstudio/video.html +++ b/gstudio/templates/gstudio/video.html @@ -13,7 +13,7 @@ $(window).load(function() { $("#chart").hide();}); $(window).load(function() { - + $("#graphcss").hide(); }); var i = 0; @@ -27,15 +27,33 @@ background-color:#E8E8E8 ; { background-color:white } -#divpost +#divsearch +{ +position:absolute; +} +#upperdiv { position:relative; +margin-bottom:20%; } -#divsearch +#divpost { position:absolute; -margin-left:61%; -margin-top:-23%; +margin-left:52%; +} +#showingprocess +{ +width:371px; +height:38px; +border:solid 1px #B3B3B3; +} +#inner{ +width:10px; +height:36px; +border:solid 1px blue; +margin-top:1px; +background: green; + } @@ -46,28 +64,8 @@ margin-top:-23%;

Video Library


-
-
-{% csrf_token %} -

Submit Videos:

Video: 


-Description:   - - - -

              - - - - -
-
{% csrf_token %} @@ -79,7 +77,7 @@ document.getElementById("uploadid").setAttribute("value",prompta); - +
@@ -90,19 +88,63 @@ document.getElementById("uploadid").setAttribute("value",prompta);
+
+
+{% csrf_token %} +

Submit Videos:

Video: 


+Description:   + + +

+

Enter the password of wetube.gnowledge.org

+ +

+ + +
+
+ +





+ + {% if fav %}

Favourite Videos


{% else %}

List of Videos in the library


{% endif %} - +
{% for video in vids %} @@ -180,7 +222,7 @@ document.getElementById("divvideo").setAttribute("id","div2"); {% endfor %} - +

{% else %} -- cgit v1.1