From 6d7c90142f6cd3f08e0ee28216392c421711a209 Mon Sep 17 00:00:00 2001 From: Dhiru Date: Sat, 16 Jun 2012 18:38:21 +0530 Subject: cleaned up the interface, search and rss feeds in the header, home page, third column removed, versions as a series of '+' marks below the title. --- gstudio/templates/gstudio/home.html | 147 ++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 gstudio/templates/gstudio/home.html (limited to 'gstudio/templates/gstudio/home.html') diff --git a/gstudio/templates/gstudio/home.html b/gstudio/templates/gstudio/home.html new file mode 100644 index 0000000..1268922 --- /dev/null +++ b/gstudio/templates/gstudio/home.html @@ -0,0 +1,147 @@ +{% load objectapp_tags i18n %} +{% load gstudio_tags i18n %} + +{% load adminmedia grp_tags %} + + + + + + + + + + + + + + + + + + + + + Gnowledge Studio + + + + + + +
+
{{ site }}
+
+ + +   + ? +
+



+ +

Let us collaboratively construct semantic knowledge networks with a special focus on education.more

+
+
+

{% trans "Recents Authors" %}

+ {% get_authors %} +
+ +
+

{% trans "Recent Nodes" %}

+{% get_recent_nodetypes %} +
+
+

{% trans "Recent Comments" %}

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