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

Hg style: start migration to new theme (made with love for you guys :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 15:21:46 2017 +0100 (2017-03-01)
parents 0b0666832cb6
children 35f40719ec56
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://irc.slitaz.org/">IRC</a>
19 <a href="http://bugs.slitaz.org">Bugs</a>
20 <span>Hg</span>
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 <!-- Navigation -->
27 <nav id="nav" role="navigation" tabindex="0">
28 <ul>
29 <li><a class="nav2" href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
30 <li><a class="nav1" href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
31 <li><a class="nav2" href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
32 <li><a class="nav1" href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
33 <li><a class="nav2" href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
34 </ul>
35 <p>
36 Repo: <span class="repo">{repo|escape}</span> &#8594;
37 Download: <a href="/{repo|escape}/archive/tip.tar.bz2">bz2</a> -
38 Revision: {rev} - {changenav%navshort}
39 <br />
40 <span id="repo-desc">Changeset: {node|short}</span>
41 </p>
42 </nav>
44 <div id="hgsearch">
45 <form class="search" action="{url}log">
46 {sessionvars%hiddenformentry}
47 <input name="rev" id="search1" type="text" placeholder="Search" />
48 </form>
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> log</h2>
56 <table class="bigtable">
57 <tr>
58 <th class="age">age</th>
59 <th class="author">author</th>
60 <th class="description">description</th>
61 </tr>
62 {entries%shortlogentry}
63 </table>
65 <div class="navigate">rev {rev}: {changenav%navshort}</div>
67 <!-- End of content -->
68 </div>
70 {footer}