wok-6.x view slitaz-mercurial-style/stuff/templates/slitaz/filelog.tmpl @ rev 7939

slitaz-mercurial-style: Almost migration finished
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 23:27:31 2011 +0100 (2011-01-11)
parents 5e5a67e17e5a
children e21abd6b9d09
line source
1 {header}
2 <title>{repo|escape}: {file|escape} history</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" />
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" />
7 </head>
8 <body>
10 <!-- Block begin -->
11 <div class="block">
12 <!-- Nav block begin -->
13 <div id="block_nav">
14 <h3><img src="{staticurl}network.png" alt="png" />Navigation &amp; View</h3>
15 <div class="right_box">
16 <ul>
17 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li>
18 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li>
19 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li>
20 <li class="active">file log</li>
21 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li>
22 </ul>
23 </div>
24 <ul>
25 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
26 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
27 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
28 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
29 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
30 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li>
31 </ul>
32 <!-- Nav block end -->
33 </div>
34 <!-- Top block begin -->
35 <div id="block_top">
36 <h1>Project: {repo|escape}</h1>
37 <p>
38 This web interface lets you follow in real time all improvements,
39 fixes and other changes made by SliTaz GNU/Linux contributors.
40 </p>
41 <h3>Search</h3>
42 <form class="search" action="{url}log">
43 {sessionvars%hiddenformentry}
44 <p><input name="rev" id="search1" type="text" /></p>
45 <div id="hint">find changesets by author, revision,
46 files, or words in the commit message</div>
47 </form>
48 <!-- Top block end -->
49 </div>
50 <!-- Block end -->
51 </div>
53 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
54 log {file|escape}</h2>
56 <div class="navigate">{nav%filenaventry}</div>
58 <table class="bigtable">
59 <tr>
60 <th class="age">age</th>
61 <th class="author">author</th>
62 <th class="description">description</th>
63 </tr>
64 {entries%filelogentry}
65 </table>
67 <!-- End of content -->
68 </div>
70 {footer}