Mercurial > hg-website
comparison hgscm/templates/base.html @ 70:bef09338eceb
downloads: add initial handling for downloads
We are using json as a format to store our download information
as the format is rather simple and can be parsed without problems
and dependencies.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Wed, 18 Feb 2009 15:32:57 +0100 |
parents | 57ece5687f92 |
children | e8119809dfab |
comparison
equal
deleted
inserted
replaced
69:a7dceecdbd46 | 70:bef09338eceb |
---|---|
12 | 12 |
13 <h1 id="logo"><a href="/">mercurial</a></h1> | 13 <h1 id="logo"><a href="/">mercurial</a></h1> |
14 | 14 |
15 <ul id="nav" class="typeface-js"> | 15 <ul id="nav" class="typeface-js"> |
16 <li><a href="{% url about %}">about</a></li> | 16 <li><a href="{% url about %}">about</a></li> |
17 <li><a href="javascript:void(0);">download</a></li> | 17 <li><a href="{% url downloads %}">download</a></li> |
18 <li><a href="javascript:void(0);">extensions</a></li> | 18 <li><a href="javascript:void(0);">extensions</a></li> |
19 <li><a href="javascript:void(0);">docs</a></li> | 19 <li><a href="javascript:void(0);">docs</a></li> |
20 <li><a href="javascript:void(0);">community</a></li> | 20 <li><a href="javascript:void(0);">community</a></li> |
21 </ul> | 21 </ul> |
22 | 22 |