wok view slitaz-mercurial-style/stuff/templates/slitaz/manifest.tmpl @ rev 7943

slitaz-mercurial-style: Tiny cosmetic fix
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 12 01:37:53 2011 +0100 (2011-01-12)
parents caba5f010c62
children
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 <div class="right_box">
23 <ul>
24 <li>Download:</li>
25 {archives%archiveentry}
26 </ul>
27 </div>
28 <ul>
29 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
30 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
31 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
32 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
33 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
34 <li class="active">browse</li>
35 </ul>
36 <!-- Nav block end -->
37 </div>
38 <!-- Top block begin -->
39 <div id="block_top">
40 <h1>Project: {repo|escape}</h1>
41 <p>
42 This web interface lets you follow in real time all improvements,
43 fixes and other changes made by SliTaz GNU/Linux contributors.
44 </p>
45 <h3>Search</h3>
46 <form class="search" action="{url}log">
47 {sessionvars%hiddenformentry}
48 <p><input name="rev" id="search1" type="text" /></p>
49 <div id="hint">find changesets by author, revision,
50 files, or words in the commit message</div>
51 </form>
52 <!-- Top block end -->
53 </div>
54 <!-- Block end -->
55 </div>
57 <div class="main">
58 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
59 directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
61 <table class="bigtable">
62 <tr>
63 <th class="name">name</th>
64 <th class="size">size</th>
65 <th class="permissions">permissions</th>
66 </tr>
67 <tr class="fileline parity{upparity}">
68 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
69 <td class="size"></td>
70 <td class="permissions">drwxr-xr-x</td>
71 </tr>
72 {dentries%direntry}
73 {fentries%fileentry}
74 </table>
76 <!-- End of content -->
77 </div>
79 {footer}