slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/tags.tmpl @ rev 14

Add slitaz-mercurial-style.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 07:39:10 2011 +0000 (2011-02-24)
parents
children 89df945a2c21
line source
1 {header}
2 <title>{repo|escape}: tags</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: tags" />
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: tags" />
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"
14 title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
15 <p id="titre">#!/Hg/repos</p>
16 </div>
18 <!-- Content -->
19 <div id="content-full">
21 <!-- Block begin -->
22 <div class="block">
23 <!-- Nav block begin -->
24 <div id="block_nav">
25 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
26 <ul>
27 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
28 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
29 <li class="active">tags</li>
30 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
31 </ul>
32 <!-- Nav block end -->
33 </div>
34 <!-- Top block begin -->
35 <div id="block_top">
36 <h1>Project: {repo|escape}</h1>
37 <p>
38 This web interface lets you follow in real time all improvements,
39 fixes and other changes made by SliTaz GNU/Linux contributors.
40 </p>
41 <h3>Search</h3>
42 <form class="search" action="{url}log">
43 {sessionvars%hiddenformentry}
44 <p><input name="rev" id="search1" type="text" /></p>
45 <div id="hint">find changesets by author, revision,
46 files, or words in the commit message</div>
47 </form>
48 <!-- Top block end -->
49 </div>
50 <!-- Block end -->
51 </div>
53 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2>
55 <table class="bigtable">
56 <tr>
57 <th>tag</th>
58 <th>node</th>
59 </tr>
60 {entries%tagentry}
61 </table>
63 <!-- End of content -->
64 </div>
66 {footer}