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/gstudio/home.html | 70 ++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 24 deletions(-) (limited to 'gstudio/templates/gstudio/home.html') diff --git a/gstudio/templates/gstudio/home.html b/gstudio/templates/gstudio/home.html index 44680fd..f1e7a02 100644 --- a/gstudio/templates/gstudio/home.html +++ b/gstudio/templates/gstudio/home.html @@ -44,7 +44,7 @@ margin-left: 75%; } - .bottom h3 { + .homebottom h3 { background-color: #C4EBF4; padding: 0.5em; font-size: 1em; @@ -55,28 +55,29 @@ font-weight: normal; } - .bottom{ + .homebottom{ margin-top:9%; margin-left:11%; + height: 212px; } + .authors { - width: 20%; - position:absolute; - margin-left: 3%; - } - - .recentsnodetype{ - width:22%; - position:absolute; - margin-left:24%; + margin-left: 0; + position: absolute; + width: 300px; } - - - .comments{ - width:22%; - position:absolute; - margin-left:47%; + .recentsnodetype { + margin-left: 314px; + position: absolute; + width: 400px; } + .comments { + margin-left: 729px; + position: absolute; + width: 300px; + } + + .tags .tag_1 { font-size: 1em; color: #001e2d; } .tags .tag_2 { font-size: 1.125em; color: #00334c; } .tags .tag_3 { font-size: 2em; color: #005b89; } @@ -123,12 +124,12 @@ {% include "gstudio/_header.html" %}
-

{% trans "Tag Cloud" %}

+ {% get_tag_cloud %}
-
{{ site }}
+
{{ site }}
a project of gnowledge lab, Homi Bhabha Centre for Science Education, TIFR
@@ -138,22 +139,43 @@



The site provides a loom (place to exchange views from the members of the site on a topic, or seek responses from members); collaboratively construct wikipages; share electronic documents, images and videos and use them in your discussions or wikipages; and create semantic networks. We will soon provide a link on how to use the site prominently on the home page. All resources are released under creative commons license. more

-
+
-

{% trans "Recent Authors" %}

- {% get_authors %} +

{% trans "Recents Authors" %}

+ {% get_authors 12 %}

{% trans "Recent Objects" %}

-{% get_recent_gbobjects %} +{% get_recent_gbobjects 12%}

{% trans "Recent Comments" %}

- {% get_recent_comments 5 %} + {% get_recent_comments 12 %}
+ + + -- cgit v1.1