summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/nodetype_detail.html
diff options
context:
space:
mode:
authorDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-06-16 18:38:21 +0530
committerDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-06-16 18:38:21 +0530
commit6d7c90142f6cd3f08e0ee28216392c421711a209 (patch)
tree8f09a817c710358a680908fd3c0e9abb643974bc /gstudio/templates/gstudio/nodetype_detail.html
parentc09d5d8fc986e4df80e617d298ae3ecef00860fa (diff)
downloadgnowsys-6d7c90142f6cd3f08e0ee28216392c421711a209.tar.gz
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.
Diffstat (limited to 'gstudio/templates/gstudio/nodetype_detail.html')
-rw-r--r--gstudio/templates/gstudio/nodetype_detail.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/nodetype_detail.html b/gstudio/templates/gstudio/nodetype_detail.html
index e016108..ee7cfcb 100644
--- a/gstudio/templates/gstudio/nodetype_detail.html
+++ b/gstudio/templates/gstudio/nodetype_detail.html
@@ -41,6 +41,21 @@
<a href="{{ object.ref.get_edit_url }}" target="_blank" title = "edit">[edit]</a>
</h2>
+<div class="History">
+
+
+ <table border="1" cellspacing="0">
+
+ {% for sid in object.ref.get_ssid %}
+
+
+ <a href="{{ object.get_version_url }}{{ sid }}/{{ forloop.counter }}" title= "{{ object.title }} {{ object.id }}.{{ forloop.counter }}" style="color:#FFA500"><b>+</b></a> &nbsp;
+
+ {% endfor %}
+
+ </table>
+
+</div>
{% with object.html_content|safe as object_content %}
<!-- Neighbourhood listing starts -->
<!--Name,Plural Name , Alternate Name ,Type of -->
@@ -185,6 +200,9 @@
<a href="{{atvalue}}" title = "{{atkey}}">{{atkey}}</a>;
{% endfor %} <br/>
{% endif %}
+
+
+
<!-- Content -->
{% if object.content %}
<b>
@@ -350,6 +368,8 @@
{% endif %}
</div>
{% endblock %}
+<br/>
+
{% block nodetype-comments %}
<div id="comments" class="span-16 last">