wok view slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl @ rev 5013

tazbb: add TAZBB_NO_INSTALL support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 01 13:06:49 2010 +0100 (2010-03-01)
parents
children 5e5a67e17e5a
line source
1 {header}
2 <title>{repo|escape}: branches</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <a href="http://hg.slitaz.org/"><img id="logo"
13 src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org"
14 style="border: 0px solid ; width: 200px; height: 74px;" /></a>
15 <p id="titre">#!/Hg/repos</p>
16 </div>
18 <div class="container">
19 <div id="nav">
21 <div class="nav_box">
22 <h4>Navigation</h4>
23 <ul>
24 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
25 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
26 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
27 <li class="active">branches</li>
28 </ul>
29 </div>
31 <div class="nav_box">
32 <h4>Search</h4>
33 <form class="search" action="{url}log">
34 {sessionvars%hiddenformentry}
35 <p><input name="rev" id="search1" type="text" /></p>
36 <div id="hint">find changesets by author, revision,
37 files, or words in the commit message</div>
38 </form>
39 </div>
40 </div>
42 <div class="main">
43 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
44 <h3>branches</h3>
46 <table class="bigtable">
47 <tr>
48 <th>branch</th>
49 <th>node</th>
50 </tr>
51 {entries%branchentry}
52 </table>
53 </div>
54 </div>
56 {footer}