modinfo in the translate toolkit is now a 2-tuple containing the mtime and
[pootle.git] / templates / project.html
blob16a7572a927181dcc36f4b8a4e980553fb9c6eb4
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: ${project.name}</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <meta name="description" content="${meta_description}" />
10 <link rel="stylesheet" type="text/css" href="${baseurl}pootle.css" />
11 <link rel="shortcut icon" href="${baseurl}favicon.ico" />
12 <!-- the 'sorttable.js' script depends on the variable 'baseurl' -->
13 <script type="text/javascript"> var baseurl = "${baseurl}"; </script>
14 <script type="text/javascript" src="${baseurl}js/sorttable.js"></script>
15 <!--[if lt IE 7.]>
16 <script defer type="text/javascript" src="${baseurl}js/correctpng.js"></script>
17 <![endif]-->
18 </head>
20 <body bgcolor="#FFFFFF">
21 <div id="abovefooter">
22 <div id="banner" over:include="pootlepage#banner"/>
24 <div id="content" dir="$uidir" lang="$uilanguage">
25 <div class="navbar">
26 <img src="${baseurl}images/folder.png" class="icon" alt="" dir="$uidir" lang="$uilanguage" />
28 <h3 class="title">[ <a href="${baseurl}projects/${project.code}/" py:content="project.name">Project</a> ]</h3>
30 <div class="item-description" py:if="session.issiteadmin">
31 <a href="admin.html" py:content="adminlink">Admin</a>
32 </div>
34 <div class="item-statistics" py:content="project.stats">
35 0 languages, average 0% translated
36 </div>
37 </div>
39 <div class="intro" py:content="XML(description)">
40 This is the project description
41 </div>
43 <table class="sortable stats" id="stats" cellpadding="5" cellspacing="0" width="100%">
44 <thead>
45 <tr>
46 <th class="stats">${statsheadings.name}</th>
47 <th class="stats">${statsheadings.translated}</th>
48 <th class="stats" title="${statsheadings.translatedpercentage}">%</th>
49 <th class="stats">${statsheadings.fuzzy}</th>
50 <th class="stats" title="${statsheadings.fuzzypercentage}">%</th>
51 <th class="stats">${statsheadings.untranslated}</th>
52 <th class="stats" title="${statsheadings.untranslatedpercentage}">%</th>
53 <th class="stats">${statsheadings.total}</th>
54 <th class="stats">${statsheadings.graph}</th>
55 </tr>
56 </thead>
57 <tbody class="stats">
58 <div py:for="item in languages" py:strip="True">
59 <tr class="item item-${item.parity}">
60 <div over:include="navbar#itemdata" />
61 </tr>
62 </div>
63 </tbody>
64 </table>
66 </div>
68 </div>
69 <div id="links" over:include="pootlepage#links"/>
70 <div id="about" over:include="pootlepage#about"/>
71 </body>
72 </html>