summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_detail.html
diff options
context:
space:
mode:
authorAnuja <anujag@anujag-Latitude-D630.(none)>2012-04-04 14:59:43 +0530
committerAnuja <anujag@anujag-Latitude-D630.(none)>2012-04-04 14:59:43 +0530
commite64e1f551de6b005ad44d2dca5f4b377b915c685 (patch)
treea18f396c2055fd9486ab1d8873e7b1150458cc05 /gstudio/templates/gstudio/nodetype_detail.html
parentebed6bb470e946d315700311c316c03f2f4d0296 (diff)
downloadgnowsys-e64e1f551de6b005ad44d2dca5f4b377b915c685.tar.gz
Changed templates and skeleton.html
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html23
1 files changed, 8 insertions, 15 deletions
diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html
index f5740ea..34ac7e2 100644
--- a/gstudio/templates/gstudio/nodetype_detail.html
+++ b/gstudio/templates/gstudio/nodetype_detail.html
@@ -107,18 +107,7 @@
</span>{% if not forloop.last %}, {% endif %}
{% endfor %} <br/>
- {% if object.get_rendered_nbh.siblings %}
-
-
- <b>Siblings:<nbsp> </b>
-
- {% for sibkey,sibvalue in object.get_rendered_nbh.siblings.items %}
- {{sibkey}};
- <!--
- <a href="{{sibvalue}}">{{sibkey}}</a>;
- -->
- {% endfor %} <br/>
- {% endif %}
+
{% if object.get_rendered_nbh.priornodes %}
@@ -190,14 +179,18 @@
{% endfor %} <br/>
{% endif %}
-
-
+ {% if object.content %}
+ <b>Content:<nbsp></b>{{object_content}}
+ {% endif %}
+
{% endwith %}
{% endblock %}
-
+ <div class="nodetype-content">
+
+ </div>
{% block nodetype-widgets %}
<div class="nodetype-widgets span-16 last"> {% with object.next_nodetype as next_nodetype %}