wok view slitaz-mercurial-style/stuff/templates/slitaz/manifest.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 c1315b822a63
children e21abd6b9d09
line source
1 {header}
2 <title>{repo|escape}: {node|short} {path|escape}</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <a href="http://hg.slitaz.org/"><img id="logo"
9 src="{staticurl}logo.png"
10 title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
11 <p id="titre">#!/Hg/repos</p>
12 </div>
14 <!-- Content -->
15 <div id="content-full">
17 <!-- Block begin -->
18 <div class="block">
19 <!-- Nav block begin -->
20 <div id="block_nav">
21 <h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
22 <ul>
23 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
24 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
27 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
28 <li class="active">browse</li>
29 </ul>
30 <!-- Nav block end -->
31 </div>
32 <!-- Top block begin -->
33 <div id="block_top">
34 <h1>Project: {repo|escape}</h1>
35 <p>
36 This web interface lets you follow in real time all improvements,
37 fixes and other changes made by SliTaz GNU/Linux contributors.
38 </p>
39 Download archive:
40 <ul>
41 {archives%archiveentry}
42 </ul>
43 <h3>Search</h3>
44 <form class="search" action="{url}log">
45 {sessionvars%hiddenformentry}
46 <p><input name="rev" id="search1" type="text" /></p>
47 <div id="hint">find changesets by author, revision,
48 files, or words in the commit message</div>
49 </form>
50 <!-- Top block end -->
51 </div>
52 <!-- Block end -->
53 </div>
55 <div class="main">
56 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
57 directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
59 <table class="bigtable">
60 <tr>
61 <th class="name">name</th>
62 <th class="size">size</th>
63 <th class="permissions">permissions</th>
64 </tr>
65 <tr class="fileline parity{upparity}">
66 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
67 <td class="size"></td>
68 <td class="permissions">drwxr-xr-x</td>
69 </tr>
70 {dentries%direntry}
71 {fentries%fileentry}
72 </table>
74 <!-- End of content -->
75 </div>
77 {footer}