modinfo in the translate toolkit is now a 2-tuple containing the mtime and
[pootle.git] / templates / index.html
blob82de7a880b15b52c991821bedd4386d3309f2a3e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns:py="http://purl.org/kid/ns#" xmlns:over="http://dev.sjsoft.com/ns/overlay" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st September 2004), see www.w3.org" />
7 <title py:content="pagetitle">Pootle</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <meta name="description" content="${meta_description}" />
10 <meta name="keywords" content="${', '.join(keywords)}" />
11 <link rel="stylesheet" type="text/css" href="${baseurl}pootle.css" />
12 <link rel="shortcut icon" href="${baseurl}favicon.ico" />
13 <!--[if lt IE 7.]>
14 <script defer type="text/javascript" src="${baseurl}js/correctpng.js"></script>
15 <![endif]-->
16 </head>
18 <body bgcolor="#FFFFFF">
19 <div id="abovefooter">
20 <div id="banner" over:include="pootlepage#banner"/>
22 <div id="content" dir="$uidir" lang="$uilanguage">
23 <div class="contents">
24 <h3 class="title" py:content="pagetitle">Pootle</h3>
26 <div class="intro" py:content="XML(description)">
27 this is a demo installation of pootle
28 </div>
30 <h3 class="title"><a href="languages/" py:content="languagelink">Languages</a></h3>
32 <div class="item-description">
33 <span py:for="l in languages" py:strip="True"><a href="${l.code}/" py:content="l.name">Language</a>${l.sep}</span>
34 </div>
35 </div>
37 <div class="contents">
38 <h3 class="title"><a href="projects/" py:content="projectlink">Projects</a></h3>
40 <div class="item-description" lang="en">
41 <span py:for="p in projects" py:strip="True"><a href="projects/${p.code}/" title="${p.description}" py:content="p.name">Project</a>${p.sep}</span>
42 </div>
43 </div>
44 </div>
46 </div>
47 <div id="links" over:include="pootlepage#links"/>
48 <div id="about" over:include="pootlepage#about"/>
49 </body>
50 </html>