From 4d2412db1b99a1b430d308e3c7c49a31aac4026d Mon Sep 17 00:00:00 2001 From: labadmin Date: Wed, 11 Apr 2012 18:17:25 +0530 Subject: Added count function in models of gstudio to count node data.Skeleton and css files changed to readjust dynamically with the data count --- gstudio/templates/gstudio/skeleton.html | 74 ++++++++++++++++++++++----------- 1 file changed, 50 insertions(+), 24 deletions(-) (limited to 'gstudio/templates/gstudio/skeleton.html') diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html index da7591a..1fcf9cc 100644 --- a/gstudio/templates/gstudio/skeleton.html +++ b/gstudio/templates/gstudio/skeleton.html @@ -124,8 +124,7 @@ {% block script %}{% endblock %} Gnowledge Studio - {% block title %}{% endblock %} -
-
+ + + + + + + + {% include "gstudio/_header.html" %} + +
+
+ {% block content %}

The content block need to be overrided!

+ {% endblock %} +
+ + +
- +
@@ -147,11 +164,28 @@ Javascript for Object type force graph --> + -
-
-
- {% include "gstudio/_header.html" %} - -
-
- {% block content %}

The content block need to be overrided!

- {% endblock %}
+ - + + -- cgit v1.1