slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/shortlog.tmpl @ rev 158

Hg add new home icon
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 16:31:07 2012 +0100 (2012-03-13)
parents c0749db640da
children e3c9523d107f
line source
1 {header}
2 <title>{repo|escape}: log</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}" />
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}" />
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/home.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 <div class="right_box">
31 <ul>
32 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
33 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
34 </ul>
35 </div>
36 <div class="left_box">
37 <ul>
38 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
39 <li>Changelog</li>
40 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
41 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
42 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
43 </ul>
44 </div>
45 </div>
46 <!-- Information/image -->
47 <div id="block_info">
48 <h4>Project: {repo|escape}</h4>
49 <p>
50 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
51 </p>
52 <div id="tarball">
53 <ul>
54 <li>Download tarball:</li>
55 {archives%archiveentry}
56 </ul>
57 </div>
58 <h4>Search</h4>
59 <form class="search" action="{url}log">
60 {sessionvars%hiddenformentry}
61 <p><input name="rev" id="search1" type="text" /></p>
62 <!-- <div id="hint">find changesets by author, revision,
63 files, or words in the commit message</div> -->
64 </form>
65 </div>
66 </div>
68 <!-- Content -->
69 <div id="content">
71 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
73 <div class="navigate">rev {rev}: {changenav%navshort}</div>
75 <table class="bigtable">
76 <tr>
77 <th class="age">age</th>
78 <th class="author">author</th>
79 <th class="description">description</th>
80 </tr>
81 {entries%shortlogentry}
82 </table>
84 <div class="navigate">rev {rev}: {changenav%navshort}</div>
86 <!-- End of content -->
87 </div>
89 {footer}