summaryrefslogtreecommitdiff
path: root/doc/en/_templates/localtoc.html
blob: 25d56cad0bee27f78343af3ae6f4560b405b67ab (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
37
38
39

{%- 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('contents') }}">TOC/contents</a>
</td></tr><tr><td>
        <a href="{{ pathto('getting-started') }}">install</a>
</td><td>
        <a href="{{ pathto('changelog') }}">changelog</a>
</td></tr><tr><td>
        <a href="{{ pathto('example/index') }}">examples</a>
</td><td>
        <a href="{{ pathto('customize') }}">customize</a>
</td></tr><tr><td>
        <a href="https://bitbucket.org/hpk42/pytest/issues?status=new&status=open">issues[bb]</a>
</td><td>
        <a href="{{ pathto('contact') }}">contact</a>
</td></tr><tr><td>
        <a href="{{ pathto('talks') }}">Talks/Posts</a>
</td></tr></table>
</div>
{% extends "basic/localtoc.html" %}