Mercurial > hg-website
comparison hgscm/templates/base.html @ 45:7276388fc71b
about: integrate about page in django version
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 17 Feb 2009 12:54:07 +0100 |
parents | b3d9cbb33d54 |
children | 2c9642c7fa43 |
comparison
equal
deleted
inserted
replaced
44:b4e2beb77366 | 45:7276388fc71b |
---|---|
11 <body id="home"> | 11 <body id="home"> |
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="javascript:void(0);">about</a></li> | 16 <li><a href="about">about</a></li> |
17 <li><a href="javascript:void(0);">download</a></li> | 17 <li><a href="javascript:void(0);">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 |
23 <form id="search" method="post" action="index.html"> | 23 <form id="search" method="post" action="search/"> |
24 <fieldset> | 24 <fieldset> |
25 <legend>Search form</legend> | 25 <legend>Search form</legend> |
26 <label for="keyword">keyword</label> | 26 <label for="keyword">keyword</label> |
27 <input class="text" type="text" name="keyword" id="keyword"> | 27 <input class="text" type="text" name="keyword" id="keyword"> |
28 <input class="submit" type="submit" value="search"> | 28 <input class="submit" type="submit" value="search"> |