slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/branches.tmpl @ rev 71

slitaz-mercurial-style: Change link to new bugtracker
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Apr 14 06:15:38 2011 +0000 (2011-04-14)
parents 89df945a2c21
children 4bea43b9ed45
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 <div id="logo"></div>
13 <div id="network">
14 <a href="http://www.slitaz.org/">
15 <img src="{staticurl}/images/network.png" alt="network.png" /></a>
16 <a href="http://scn.slitaz.org/">Community</a>
17 <a href="http://doc.slitaz.org/">Doc</a>
18 <a href="http://forum.slitaz.org/">Forum</a>
19 <a href="http://bugs.slitaz.org">Bugs</a>
20 <a href="http://hg.slitaz.org/">Hg</a>
21 </div>
22 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
23 </div>
25 <!-- Block -->
26 <div id="block">
27 <!-- Navigation -->
28 <div id="block_nav">
29 <h4>Navigation</h4>
30 <ul>
31 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
32 <li><a href="{url}shortlog{sessionvars%urlparameter}">Changelog</a></li>
33 <li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
34 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
35 <li>Branches</li>
36 </ul>
37 </div>
38 <!-- Information/image -->
39 <div id="block_info">
40 <h4>Project: {repo|escape}</h4>
41 <p>
42 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
43 </p>
44 <p>
45 Use: --branch to clone only the specified branch
46 </p>
47 <h4>Search</h4>
48 <form class="search" action="{url}log">
49 {sessionvars%hiddenformentry}
50 <p><input name="rev" id="search1" type="text" /></p>
51 <!-- <div id="hint">find changesets by author, revision,
52 files, or words in the commit message</div> -->
53 </form>
54 </div>
55 </div>
57 <!-- Content -->
58 <div id="content">
60 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2>
62 <table class="bigtable">
63 <tr>
64 <th>branch</th>
65 <th>node</th>
66 </tr>
67 {entries%branchentry}
68 </table>
70 <!-- End of content -->
71 </div>
73 {footer}