comparison pylons_app/templates/add.html @ 101:8b06c420491d

statics moved to pylons.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 01:25:54 +0200
parents bbaab7501c1a
children
comparison
equal deleted inserted replaced
100:d8fc93ae1866 101:8b06c420491d
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 4 <head>
5 <link rel="icon" href="${c.staticurl}hgicon.png" type="image/png" /> 5 <link rel="icon" href="/images/hgicon.png" type="image/png" />
6 <meta name="robots" content="index, nofollow"/> 6 <meta name="robots" content="index, nofollow"/>
7 <link rel="stylesheet" href="${c.staticurl}style-monoblue.css" type="text/css" /> 7 <link rel="stylesheet" href="/images/style-monoblue.css" type="text/css" />
8 <title> Mercurial repositories add</title> 8 <title> Mercurial repositories add</title>
9 </head> 9 </head>
10 10
11 <body> 11 <body>
12 <div id="container"> 12 <div id="container">
28 </div> 28 </div>
29 29
30 <div id="powered-by"> 30 <div id="powered-by">
31 <p> 31 <p>
32 <a href="http://mercurial.selenic.com/" title="Mercurial"> 32 <a href="http://mercurial.selenic.com/" title="Mercurial">
33 <img src="${c.staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> 33 <img src="/images/hglogo.png" width="75" height="90" border=0 alt="mercurial"/></a>
34 </p> 34 </p>
35 </div> 35 </div>
36 36
37 <div id="corner-top-left"></div> 37 <div id="corner-top-left"></div>
38 <div id="corner-top-right"></div> 38 <div id="corner-top-right"></div>