summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/label_list.html
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/gstudio/label_list.html
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/gstudio/label_list.html')
-rw-r--r--gstudio/templates/gstudio/label_list.html16
1 files changed, 16 insertions, 0 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>