File: sidebar.mako

package info (click to toggle)
sqlkit 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,184 kB
  • sloc: python: 17,477; sql: 166; makefile: 95; xml: 23; sh: 11
file content (68 lines) | stat: -rw-r--r-- 2,237 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## coding: utf-8
<%inherit file="layout.mako"/>

<p class="logo"><a href="contents.html">
   <img class="logo" src="${pathto('_static/reteisi.css', 1)} alt="Logo"/>
      </a>
</p>

<h3>Navigazione</h3>
        <div class="topnav">
            <div class="navbanner">
                <a class="totoc" href="${pathto(master_doc)}">Table of Contents</a>
                % if parents:
                    % for parent in parents:
                        » <a href="${parent['link']|h}" title="${parent['title']}">${parent['title']}</a>
                    % endfor
                % endif
                % if current_page_name != master_doc:
                » ${parent.show_title()} 
                % endif
                
                ${self.prevnext()}
                <h2>
                    ${self.show_title()} 
                </h2>
            </div>
            % if display_toc and not current_page_name.startswith('index'):
                ${toc}
            % endif
            <div class="clearboth"></div>
        </div>
        


<h3>Download</h3>

    ReteIsi offre una distribuzione live scaricabile dal sito di  
    <a href="http://download.argolinux.org/isi/">Argolinux</a>

    L'ultima versione è la 
    <a href="http://download.argolinux.org/isi/newisi-libata-beta6.iso">
    newisi-libata-beta6</a> basata su etch.

<h3>Domande? Problemi?</h3>

<p>Iscriviti al <a href="http://groups.google.com/group/reteisi">
   Google group</a>:</p>

<form action="http://groups.google.com/group/reteisi/boxsubscribe" style="padding-left: 1em">
  <input type="text" name="email" value="your@email"/>
  <input type="submit" name="sub" value="Subscribe" />
</form>
<div id="searchbox" style="display: none">

<h3>Ricerca veloce</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Vai" />
      <input type="hidden" name="check_keywords" value="yes" />

      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Inserisci un termine di ricerca un modulo, classe o nome di funzione
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>