summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/_header.html
diff options
context:
space:
mode:
authorgnowgi <nagarjun@gnowledge.org>2012-09-26 08:46:47 -0700
committergnowgi <nagarjun@gnowledge.org>2012-09-26 08:46:47 -0700
commit3ba6b57c6d605262ef9e1f7bba8d62ea20aacc36 (patch)
tree8d77de86b443495d67360dcd40786f2b8208d334 /gstudio/templates/gstudio/_header.html
parentcad11e2f7ed848cdfd7779451bb0f4f931e062c3 (diff)
parent94535d4adc3a4960795d22e3b229a8375de10b74 (diff)
downloadgnowsys-3ba6b57c6d605262ef9e1f7bba8d62ea20aacc36.tar.gz
Merge pull request #85 from supriyasawant/master
All modules, wiki, loom, image, document and video libraries integrated.
Diffstat (limited to 'gstudio/templates/gstudio/_header.html')
-rw-r--r--gstudio/templates/gstudio/_header.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/gstudio/templates/gstudio/_header.html b/gstudio/templates/gstudio/_header.html
index 1a5de32..123b05d 100644
--- a/gstudio/templates/gstudio/_header.html
+++ b/gstudio/templates/gstudio/_header.html
@@ -13,14 +13,17 @@
-->
<!-- | <a href="{{ get_absolute_url }}/objects" title="Objects">Objects</a>-->
- {% if user.is_authenticated %}
- {% if user.is_staff %}
- | <a href="{{ get_absolute_url }}/gstudio/user/{{user.username}}" title="My Loom Studio">Loom Studio</a>
+ | <a href="{{ get_absolute_url }}/gstudio/user" title="Loom Studio">Loom</a>
+ | <a href="{{ get_absolute_url }}/gstudio/user/wikipage" title="Wikipages">Wikipages</a>
| <a href="{{ get_absolute_url }}/gstudio/resources/documents" title="My Documents">Documents</a>
- | <a href="{{ get_absolute_url }}/gstudio/user/wikipage/{{user.username}}" title="MyWiki">Wikipage</a>
| <a href="{{ get_absolute_url }}/gstudio/resources/images" title="Images">Images</a>
| <a href="{{ get_absolute_url }}/gstudio/resources/videos" title="My Videos">Videos</a>
- | <a href="{{ get_absolute_url }}/admin" title="Admin Dashboard">Admin Dashboard</a>
+ | <a href="{{ get_absolute_url }}/nodetypes" title="Nodes">Node Types</a>
+ | <a href="{{ get_absolute_url }}/objects" title="Objects">Node Objects</a>
+ {% if user.is_authenticated %}
+ {% if user.is_staff %}
+
+ | <a href="{{ get_absolute_url }}/admin" title="Admin Dashboard">Dashboard</a>
{% endif %}
{% endif %}
@@ -58,9 +61,9 @@
<!-- Documentation -->
{% url django-admindocs-docroot as docsroot %}
{% if docsroot %}
- <li><a href="{{ docsroot }}" title="Documentation">{% trans 'Documentation' %}</a></li>
+ <!-- <li><a href="{{ docsroot }}" title="Documentation">{% trans 'Documentation' %}</a></li>-->
{% endif %}
- <li><a href="http://github.com/gnowgi/django-gstudio" title="Code">Code</a></li>
+ <li><a href="https://gitorious.org/gnowsys-studio" title="Code">Code</a></li>
{% endblock %}
</ul>
{% else %}