wok-6.x view slitaz-mercurial-style/stuff/templates/slitaz/shortlog.tmpl @ rev 7938

slitaz-mercurial-style: Migration continue (one can follow in live on hg.slitaz.org)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 22:37:12 2011 +0100 (2011-01-11)
parents c1315b822a63
children 5dc095e54903
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 <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 class="active">log</li>
28 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
29 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
30 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
31 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
32 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
33 </ul>
34 <!-- Nav block end -->
35 </div>
36 <!-- Top block begin -->
37 <div id="block_top">
38 <h1>Project: {repo|escape}</h1>
39 <p>
40 This web interface lets you follow in real time all improvements,
41 fixes and other changes made by SliTaz GNU/Linux contributors.
42 </p>
43 <h3>Archive</h3>
44 <ul style="display: inline;">
45 Download: {archives%archiveentry}
46 </ul>
47 <h3>Search</h3>
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 <!-- Top block end -->
55 </div>
56 <!-- Block end -->
57 </div>
59 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
61 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
63 <table class="bigtable">
64 <tr>
65 <th class="age">age</th>
66 <th class="author">author</th>
67 <th class="description">description</th>
68 </tr>
69 {entries%shortlogentry}
70 </table>
72 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
74 <!-- End of content -->
75 </div>
77 {footer}