annotate pylons_app/templates/admin.html @ 43:2e1247e62c5b

changed for pylons 0.1 / 1.0 added admin controller
author marcink
date Wed, 07 Apr 2010 15:28:50 +0200
parents
children d924b931b488
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
43
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
1 ## -*- coding: utf-8 -*-
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
4 <head>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
5 <link rel="icon" href="${c.staticurl}hgicon.png" type="image/png" />
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
6 <meta name="robots" content="index, nofollow"/>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
7 <link rel="stylesheet" href="${c.staticurl}style-monoblue.css" type="text/css" />
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
8 <title>Mercurial repositories Admin</title>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
9 </head>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
10
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
11 <body>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
12 <div id="container">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
13 <div class="page-header">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
14 <h1><a href="/">Home</a> / Admin</h1>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
15 <ul class="page-nav">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
16 </ul>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
17 </div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
18 <table cellspacing="0">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
19 <tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
20 <td>${h.link_to(u'Create "ccc" repository',h.url('admin_add_repo',new_repo='ccc'))}</td>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
21 </tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
22 <tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
23 <td>${h.link_to(u'Create "ccc" repository',h.url('admin_add_repo',new_repo='ccc'))}</td>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
24 </tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
25 <tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
26 <td>${h.link_to(u'Create "ccc" repository',h.url('admin_add_repo',new_repo='ccc'))}</td>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
27 </tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
28 <tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
29 <td><h2>${c.new_repo}</h2></td>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
30 </tr>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
31 </table>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
32 <div class="page-footer">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
33 Mercurial Repository: admin
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
34 </div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
35
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
36 <div id="powered-by">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
37 <p>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
38 <a href="http://mercurial.selenic.com/" title="Mercurial">
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
39 <img src="${c.staticurl}hglogo.png" width="75" height="90" alt="mercurial"></a>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
40 </p>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
41 </div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
42
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
43 <div id="corner-top-left"></div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
44 <div id="corner-top-right"></div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
45 <div id="corner-bottom-left"></div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
46 <div id="corner-bottom-right"></div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
47
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
48 </div>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
49 </body>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
50 </html>
2e1247e62c5b changed for pylons 0.1 / 1.0
marcink
parents:
diff changeset
51