slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/shortlog.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 d332c8a8034c
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 <div class="right_box">
27 <ul>
28 <li>Download:</li>
29 {archives%archiveentry}
30 </ul>
31 </div>
32 <ul>
33 <li class="active">log</li>
34 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
35 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
36 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
37 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
38 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
39 </ul>
40 <!-- Nav block end -->
41 </div>
42 <!-- Top block begin -->
43 <div id="block_top">
44 <h1>Project: {repo|escape}</h1>
45 <p>
46 This web interface lets you follow in real time all improvements,
47 fixes and other changes made by SliTaz GNU/Linux contributors.
48 </p>
49 <h3>Search</h3>
50 <form class="search" action="{url}log">
51 {sessionvars%hiddenformentry}
52 <p><input name="rev" id="search1" type="text" /></p>
53 <div id="hint">find changesets by author, revision,
54 files, or words in the commit message</div>
55 </form>
56 <!-- Top block end -->
57 </div>
58 <!-- Block end -->
59 </div>
61 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
63 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
65 <table class="bigtable">
66 <tr>
67 <th class="age">age</th>
68 <th class="author">author</th>
69 <th class="description">description</th>
70 </tr>
71 {entries%shortlogentry}
72 </table>
74 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
76 <!-- End of content -->
77 </div>
79 {footer}