Mercurial > hg-website
comparison hgscm/templates/base.html @ 82:15424b1a24a5
base-template: replace 'page' with 'site' in WIP warning
author | Dennis Brakhane <brakhane@googlemail.com> |
---|---|
date | Sun, 22 Feb 2009 16:55:27 +0100 |
parents | cbd90a4980e6 |
children | 6ebe8ec48a77 |
comparison
equal
deleted
inserted
replaced
81:cbd90a4980e6 | 82:15424b1a24a5 |
---|---|
9 <link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL }}images/favicon.ico"> | 9 <link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL }}images/favicon.ico"> |
10 | 10 |
11 <title>Mercurial SCM</title> | 11 <title>Mercurial SCM</title> |
12 </head> | 12 </head> |
13 <body id="home"> | 13 <body id="home"> |
14 <div class="wip-warning">Please note that this page is <em>work in progress and incomplete</em>! You probably want to <a href="http://www.selenic.com/mercurial" style="color: #3d3dfa">visit the official mercurial homepage</a> instead.</div> | 14 <div class="wip-warning">Please note that this site is <em>work in progress and incomplete</em>! You probably want to <a href="http://www.selenic.com/mercurial" style="color: #3d3dfa">visit the official mercurial homepage</a> instead.</div> |
15 | 15 |
16 <h1 id="logo"><a href="/">mercurial</a></h1> | 16 <h1 id="logo"><a href="/">mercurial</a></h1> |
17 | 17 |
18 <ul id="nav" class="typeface-js"> | 18 <ul id="nav" class="typeface-js"> |
19 <li><a href="{% url about %}">about</a></li> | 19 <li><a href="{% url about %}">about</a></li> |