Mercurial > hg-website
comparison templates/base.html @ 255:4a52186008ee
Add a first version of the sidebar
author | David Soria Parra <dsp@php.net> |
---|---|
date | Sun, 04 Oct 2009 04:05:49 +0200 |
parents | 3efd1dcf92c7 |
children | b18d0f96829d |
comparison
equal
deleted
inserted
replaced
254:d662cba2afb1 | 255:4a52186008ee |
---|---|
4 <head> | 4 <head> |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 <link href="/css/styles.css" type="text/css" rel="stylesheet"> | 6 <link href="/css/styles.css" type="text/css" rel="stylesheet"> |
7 <script type="text/javascript" src="/javascript/typeface.js"></script> | 7 <script type="text/javascript" src="/javascript/typeface.js"></script> |
8 <script type="text/javascript" src="/javascript/optimer_regular.typeface.js"></script> | 8 <script type="text/javascript" src="/javascript/optimer_regular.typeface.js"></script> |
9 <script type="text/javascript" src="/javascript/download.js"></script> | |
9 <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"> | 10 <link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"> |
10 | 11 |
11 <title>Mercurial SCM</title> | 12 <title>Mercurial SCM</title> |
12 </head> | 13 </head> |
13 <body id="home"> | 14 <body id="home"> |
42 No content on this page yet. | 43 No content on this page yet. |
43 {% endblock %} | 44 {% endblock %} |
44 </div> | 45 </div> |
45 <div class="col"> | 46 <div class="col"> |
46 {% block sidebar %} | 47 {% block sidebar %} |
47 No sidebar on this page yet. | 48 <a class="download typeface-js" href="/downloads"> |
49 <strong>Download now</strong> | |
50 Mercurial <em>1.3.1</em> | |
51 <span><script language="javascript">os_detection();</script></span> | |
52 </a> | |
53 <dl> | |
54 <dt class="typeface-js">Requirements</dt> | |
55 <dd>Python 2.4 (<a href="http://www.python.org">get python</a>)</dd> | |
56 <!--2.4 is necessary for TortoiseHG, Mercurial only needs 2.3--> | |
57 | |
58 <dt>Another OS?<br><em>Get mercurial for:</em></dt> | |
59 <dd><a href="/downloads">Mac OS X</a></dd> | |
60 <dd><a href="/downloads">Windows</a></dd> | |
61 <dd><a href="/downloads">other</a></dd> | |
62 </dl> | |
48 {% endblock %} | 63 {% endblock %} |
49 </div> | 64 </div> |
50 </div> | 65 </div> |
51 {% endblock %} | 66 {% endblock %} |
52 </div> | 67 </div> |