summaryrefslogtreecommitdiff
path: root/doc/_templates/localtoc.html
blob: 5976c4b590e08a82beb99edb667fb62a5b8a0c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

{%- if pagename != "search" %}
<div id="searchbox" style="display: none">
    <form class="search" action="{{ pathto('search') }}" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="{{ _('Search') }}" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
{%- endif %}

<h3>quicklinks</h3>
<div style="text-align: left; font-size: 100%; vertical-align: middle;">
<table>
<tr>
<td>
        <a href="{{ pathto('index') }}">home</a>
</td><td>
        <a href="{{ pathto('examples') }}">examples</a>
</td></tr><tr><td>
        <a href="{{ pathto('install') }}">install</a>
</td><td>
        <a href="{{ pathto('changelog') }}">changelog</a>
</td></tr><tr><td>
        <a href="{{ pathto('config') }}">config</a>
</td><td>
        <a href="https://bitbucket.org/hpk42/tox/issues?status=new&status=open">issues[bb]</a>
</td></tr><tr><td>
        <a href="{{ pathto('support') }}">support</a>
</td><td>
</td></tr></table>
</div>
{% extends "basic/localtoc.html" %}