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