summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-02-23 16:38:45 +0100
committerLeif Johansson <leifj@sunet.se>2011-02-23 16:38:45 +0100
commitcb285b65f5fc8c09b38f7166ee678303e94e2101 (patch)
tree12d2cb45dda4c45bc8e8eee6be17582b70abbf65 /templates/tree.html
parentecbe0f380cce9f3f497c3652bc06151cb3ea7c79 (diff)
move the headline a bit
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 8bcdfd9..f8d83e6 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -26,7 +26,7 @@ $(function() {
</script>
{% endblock %}
{% block headline %}
-<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}Top{% endif %}</a>
+<!-- a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}Top{% endif %}</a-->
{% endblock %}
{% block title %}COIP{% if name %} - {{name.shortname}}{% else %} - top{% endif %}{% endblock %}
{% block main %}
@@ -61,6 +61,9 @@ $(function() {
</div -->
</div>
<div id="right">
+<div id="headline">
+<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}{% endif %}</a>
+</div>
{% block content %}{% endblock %}
</div>
{% endblock %} \ No newline at end of file