summaryrefslogtreecommitdiff
path: root/src/template.txt
blob: 21ea6a2a26f02fda98ca44a5b8e1a60abedf41f8 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
    <title><% title %> - LIFO</title>
    <meta http-equiv="Content-Type"
        content="text/html; charset=<% final_encoding %>" />
    <link rel="stylesheet"
        href="<% path_to_root %>style/default.css"
        type="text/css" />
    <link rel="vcs-git" href="git://git.home.trueelena.org/pages/lifo.git" 
        title="lifolab website repository" />
</head>
<body>

<div id="menubar">
    <div><img src="<% path_to_root %>img/logo.png" width="160" height="160" /></div>
    <#
    minibar(sections,
    item='<span class="nav-item"><span class="hidden">[</span><a href="%s">%s</a><span class="hidden">]</span></span>',
        intro='<span class="nav-header">pagine</span>',
        subintro='<span class="nav-header">sezioni</span>',
        liststart='',
        listend='',
        displayval='crumb'
        )
    #>
</div>

<div id="crumbs">
    <# print_crumbs(breadcrumbs,item='%s',divider = '»',) #>
</div>

<div id="main">
    <a name="startcontent" id="startcontent"></a>
    <% body %>
    <address><a href="mailto:info@lifolab.org">Invia un commento</a></address>
    <div id="end">
        <p><a href="#startcontent">Torna all'inizio</a></p>
    </div>
</div>

<div id="footer">
   <div id="last-update">
       Ultimo aggiornamento: <% modtime %>
   </div>
   <div id="source">
       Pagina proveniente da http://www.lifolab.org/<% pagepath %>
   </div>
   <div id="rest2web">
   Generato con 
       <a href="http://www.voidspace.org.uk/python/rest2web/">rest2web</a>
       a partire da 
       <a href="http://docutils.sourceforge.net">ReStructured Text</a>.
   </div>
</div>

</body>
</html>