another improvement to doc navbar

This commit is contained in:
Pablo Hoffman 2009-08-18 15:35:53 -03:00
parent ff837e5a45
commit e01d31c498
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{% extends "!layout.html" %}
{% block relbaritems %}
<li class="right"><a title="Getting Started" href="{{ pathto('faq') }}">faq</a> &mdash; </li>
<li class="right"><a title="API Reference" href="{{ pathto('reference') }}">reference</a> | </li>
<li class="right"><a title="Usage guide" href="{{ pathto('topics/index') }}">topics</a> | </li>
<li class="right"><a title="API Reference" href="{{ pathto('intro/index') }}">intro</a> | </li>
<li class="right"><a title="Docomentation home" href="{{ pathto('index') }}">start</a> | </li>
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">{{ shorttitle|e }}</a> (</li>
<li><a title="Introduction and tutorial" href="{{ pathto('intro/index') }}">intro</a> | </li>
<li><a title="Usage guide" href="{{ pathto('topics/index') }}">topics</a> | </li>
<li><a title="API Reference" href="{{ pathto('reference') }}">reference</a> | </li>
<li><a title="Frequently Asked Questions" href="{{ pathto('faq') }}">faq</a> ) {{ reldelim1 }} </li>
{% endblock %}