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

tazdev: change relpkg behavior. retrieve the last version from .hgtags. Put archive in /src
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 17 12:07:53 2013 +0100 (2013-01-17)
parents 4bea43b9ed45
children ae38bd81aa6d
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 <div id="logo"></div>
13 <div id="network">
14 <a href="http://www.slitaz.org/">Home</a>
15 <a href="http://scn.slitaz.org/">Community</a>
16 <a href="http://doc.slitaz.org/">Doc</a>
17 <a href="http://forum.slitaz.org/">Forum</a>
18 <a href="http://slitaz.pro/">Pro</a>
19 <a href="http://bugs.slitaz.org">Bugs</a>
20 <a href="http://hg.slitaz.org/">Hg</a>
21 <a href="http://cook.slitaz.org/">Cook</a>
22 </div>
23 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
24 </div>
26 <!-- Block -->
27 <div id="block">
28 <!-- Navigation -->
29 <div id="block_nav">
30 <h4>Navigation</h4>
31 <ul>
32 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
33 <li><a href="{url}shortlog{sessionvars%urlparameter}">Changelog</a></li>
34 <li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
35 <li>Tags</li>
36 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
37 </ul>
38 </div>
39 <!-- Information/image -->
40 <div id="block_info">
41 <h4>Project: {repo|escape}</h4>
42 <p>
43 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
44 </p>
45 <p>
46 Tags are used to name particular revisions.
47 </p>
48 <h4>Search</h4>
49 <form class="search" action="{url}log">
50 {sessionvars%hiddenformentry}
51 <p><input name="rev" id="search1" type="text" /></p>
52 <!-- <div id="hint">find changesets by author, revision,
53 files, or words in the commit message</div> -->
54 </form>
55 </div>
56 </div>
58 <!-- Content -->
59 <div id="content">
61 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> tags</h2>
63 <table class="bigtable">
64 <tr>
65 <th>tag</th>
66 <th>node</th>
67 </tr>
68 {entries%tagentry}
69 </table>
71 <!-- End of content -->
72 </div>
74 {footer}