summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/tags
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/tags
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/tags')
-rw-r--r--gstudio/templates/gstudio/tags/breadcrumbs.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/gstudio/templates/gstudio/tags/breadcrumbs.html b/gstudio/templates/gstudio/tags/breadcrumbs.html
index 57f9ad9..0a33b7b 100644
--- a/gstudio/templates/gstudio/tags/breadcrumbs.html
+++ b/gstudio/templates/gstudio/tags/breadcrumbs.html
@@ -1,3 +1,6 @@
+
+{% load gstudio_tags i18n %}
+{% get_tags as nodetype_tags %}
{% for crumb in breadcrumbs %}
{% if not forloop.last %}
{% if crumb.name %}
@@ -7,3 +10,17 @@
{{ crumb.name }}
{% endif %}
{% endfor %}
+
+<div class="breadcrumbsearch">
+ <form method="get" id="searchform" action="{% url nodes_search %}">
+ <p>
+ <input type="text" value="{% trans "Keywords..." %}" name="pattern" id="searchbox" onfocus="this.value=''" />
+ <input type="submit" class="submitbutton" value="OK" />
+ <a title="{% trans 'You can use - to exclude words or phrases, &quot;double quotes&quot; for exact phrases and the AND/OR boolean operators combined with parenthesis for complex searchs.' %}">
+ <img src="/static/objectapp/img/help.png" alt="?" width="14" height="14" />
+&nbsp;&nbsp;
+ <a href="{% url gstudio_nodetype_latest_feed %}" class="feeds" title="Rssfeed"><img src="/static/gstudio/img/rss.png" alt="?" width="20" height="" /></a>
+ </a>
+ </p>
+ </form>
+</div>