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

hg style: update header link and style
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 22:47:01 2012 +0200 (2012-04-10)
parents 4bea43b9ed45
children ae38bd81aa6d
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/">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 <div class="right_box">
32 <ul>
33 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
34 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
35 </ul>
36 </div>
37 <div class="left_box">
38 <ul>
39 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
40 <li>Changelog</li>
41 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
42 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
43 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
44 </ul>
45 </div>
46 </div>
47 <!-- Information/image -->
48 <div id="block_info">
49 <h4>Project: {repo|escape}</h4>
50 <p>
51 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
52 </p>
53 <div id="tarball">
54 <ul>
55 <li>Download tarball:</li>
56 {archives%archiveentry}
57 </ul>
58 </div>
59 <h4>Search</h4>
60 <form class="search" action="{url}log">
61 {sessionvars%hiddenformentry}
62 <p><input name="rev" id="search1" type="text" /></p>
63 <!-- <div id="hint">find changesets by author, revision,
64 files, or words in the commit message</div> -->
65 </form>
66 </div>
67 </div>
69 <!-- Content -->
70 <div id="content">
72 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
74 <div class="navigate">rev {rev}: {changenav%navshort}</div>
76 <table class="bigtable">
77 <tr>
78 <th class="age">age</th>
79 <th class="author">author</th>
80 <th class="description">description</th>
81 </tr>
82 {entries%shortlogentry}
83 </table>
85 <div class="navigate">rev {rev}: {changenav%navshort}</div>
87 <!-- End of content -->
88 </div>
90 {footer}