summaryrefslogtreecommitdiff
path: root/gstudio/templates
diff options
context:
space:
mode:
authorDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-07-03 13:51:26 +0530
committerDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-07-03 13:51:26 +0530
commitf6bae8b7593822199933f29379b05ae53aac1cab (patch)
tree3a89fb486169e15de265196d1211396390af6cc4 /gstudio/templates
parent471a772b4d2e1430a3a119593e8694c4af2c951a (diff)
downloadgnowsys-f6bae8b7593822199933f29379b05ae53aac1cab.tar.gz
increasing the area of graph and added new file label_list.html for list of prior nodes
Diffstat (limited to 'gstudio/templates')
-rw-r--r--gstudio/templates/gstudio/label_list.html16
-rw-r--r--gstudio/templates/gstudio/skeleton.html20
2 files changed, 22 insertions, 14 deletions
diff --git a/gstudio/templates/gstudio/label_list.html b/gstudio/templates/gstudio/label_list.html
new file mode 100644
index 0000000..33afde5
--- /dev/null
+++ b/gstudio/templates/gstudio/label_list.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+<h> List of Nodes </h>
+<br>
+</head>
+
+<body>
+<div>
+<ul>
+{% for item in lis %}
+ <li><a href="{{ item.get_absolute_url }}" >{{ item.title }}</a></li>
+{% endfor %}
+</ul>
+</div>
+</body>
+</html>
diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html
index c99bab9..a5c6f99 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -193,14 +193,6 @@
-->
<script type="text/javascript" >
- //alert(s)
- //if ( parseInt(s) > 0 ){
-
- // }
-// else{
- // var w = 700,
- // h = 300,
- // }
function init(a,b)
{
@@ -246,14 +238,14 @@ function load(key)
if (s > 0 ){
var a = 50 * s;
- var w = 700;
- var p = 100 + "%";
- var h = 620;
+ var w = 1000;
+ var p = 140 + "%";
+ var h = 650;
var q = 3 * s + 75 + "%";
}else{
- var w = 700;
- var p = 100 + "%";
- var h = 620;
+ var w = 1000;
+ var p = 140 + "%";
+ var h = 650;
var q = 110 + "%";
}
fill = d3.scale.category20();