modinfo in the translate toolkit is now a 2-tuple containing the mtime and
[pootle.git] / templates / adminusers.html
blob13e8396b8f4830815b0bc3817ed1b41573ef2a2b
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 January 2004), see www.w3.org" />
7 <title>Pootle User Admin Page</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 <!--[if lt IE 7.]>
12 <script defer type="text/javascript" src="${baseurl}js/correctpng.js"></script>
13 <![endif]-->
14 </head>
16 <body bgcolor="#FFFFFF">
17 <div id="abovefooter">
18 <div id="banner" over:include="pootlepage#banner"/>
20 <div id="content" py:if="not session.issiteadmin" dir="$uidir" lang="$uilanguage">
21 <div class="intro">
22 You do not have the rights to administer Pootle
23 </div>
24 </div>
25 <div id="fullwidthcontent" py:if="session.issiteadmin" dir="$uidir" lang="$uilanguage">
26 <div class="info">
27 <a href="../home/" py:content="text.home">Home page</a>
28 </div>
30 <div class="info">
31 <a href="index.html" py:content="text.admin">Admin page</a>
32 </div>
34 <div class="fullwidthcontents">
35 <h3 class="title" py:content="text.users">Users</h3>
37 <form action="" method="post" name="users" id="users">
38 <table cellpadding="1" cellspacing="1">
39 <tr>
40 <td colspan="1" rowspan="1" py:for="option in options">
41 <h3 class="title" py:content="option.title">Login</h3>
42 </td>
43 </tr>
45 <tr py:for="user in users">
46 <td colspan="1" rowspan="1" py:content="user.code">davidfraser</td>
48 <td colspan="1" rowspan="1" py:for="option in user.options">
49 <input name="${option.name}" type="${option.type}" value="${option.value}" checked="${option.checked}"/>
50 <span py:if="option.label" py:content="option.label"/>
51 </td>
53 </tr>
55 <tr>
56 <td colspan="1" rowspan="1" py:for="option in options">
57 <input py:if="option.newname" name="${option.newname}" type="${option.type}" value="${option.newvalue}" size="${option.size}" checked="${option.checked}"/>
58 <span py:if="option.label" py:content="option.label"/>
59 </td>
60 </tr>
61 </table><input type="submit" name="changeusers" value="${text.savechanges}" />
62 </form>
63 </div>
64 </div>
66 </div>
67 <div id="links" over:include="pootlepage#links"/>
68 <div id="about" over:include="pootlepage#about"/>
69 </body>
70 </html>