slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/manifest.tmpl @ rev 158

Hg add new home icon
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 16:31:07 2012 +0100 (2012-03-13)
parents c0749db640da
children e3c9523d107f
line source
1 {header}
2 <title>{repo|escape}: {node|short} {path|escape}</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <div id="logo"></div>
9 <div id="network">
10 <a href="http://www.slitaz.org/">
11 <img src="{staticurl}/images/home.png" alt="network.png" /></a>
12 <a href="http://scn.slitaz.org/">Community</a>
13 <a href="http://doc.slitaz.org/">Doc</a>
14 <a href="http://forum.slitaz.org/">Forum</a>
15 <a href="http://bugs.slitaz.org">Bugs</a>
16 <a href="http://hg.slitaz.org/">Hg</a>
17 </div>
18 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
19 </div>
21 <!-- Block -->
22 <div id="block">
23 <!-- Navigation -->
24 <div id="block_nav">
25 <h4>Navigation</h4>
26 <div class="right_box">
27 <ul>
28 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
29 <li>Browse</li>
30 </ul>
31 </div>
32 <div class="left_box">
33 <ul>
34 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
35 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
36 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
37 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
38 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
39 </ul>
40 </div>
41 </div>
42 <!-- Information/image -->
43 <div id="block_info">
44 <h4>Project: {repo|escape}</h4>
45 <p>
46 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
47 </p>
48 <div id="tarball">
49 <ul>
50 <li>Download tarball:</li>
51 {archives%archiveentry}
52 </ul>
53 </div>
54 <h4>Search</h4>
55 <form class="search" action="{url}log">
56 {sessionvars%hiddenformentry}
57 <p><input name="rev" id="search1" type="text" /></p>
58 <!-- <div id="hint">find changesets by author, revision,
59 files, or words in the commit message</div> -->
60 </form>
61 </div>
62 </div>
64 <!-- Content -->
65 <div id="content">
67 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
68 directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
70 <table class="bigtable">
71 <tr>
72 <th class="name">name</th>
73 <th class="size">size</th>
74 <th class="permissions">permissions</th>
75 </tr>
76 <tr class="fileline parity{upparity}">
77 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
78 <td class="size"></td>
79 <td class="permissions">drwxr-xr-x</td>
80 </tr>
81 {dentries%direntry}
82 {fentries%fileentry}
83 </table>
85 <!-- End of content -->
86 </div>
88 {footer}