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

hg style: update header link and style
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 22:47:01 2012 +0200 (2012-04-10)
parents 4bea43b9ed45
children ae38bd81aa6d
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/">Home</a>
11 <a href="http://scn.slitaz.org/">Community</a>
12 <a href="http://doc.slitaz.org/">Doc</a>
13 <a href="http://forum.slitaz.org/">Forum</a>
14 <a href="http://slitaz.pro/">Pro</a>
15 <a href="http://bugs.slitaz.org">Bugs</a>
16 <a href="http://hg.slitaz.org/">Hg</a>
17 <a href="http://cook.slitaz.org/">Cook</a>
18 </div>
19 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
20 </div>
22 <!-- Block -->
23 <div id="block">
24 <!-- Navigation -->
25 <div id="block_nav">
26 <h4>Navigation</h4>
27 <div class="right_box">
28 <ul>
29 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
30 <li>Browse</li>
31 </ul>
32 </div>
33 <div class="left_box">
34 <ul>
35 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
36 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
37 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
38 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
39 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
40 </ul>
41 </div>
42 </div>
43 <!-- Information/image -->
44 <div id="block_info">
45 <h4>Project: {repo|escape}</h4>
46 <p>
47 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
48 </p>
49 <div id="tarball">
50 <ul>
51 <li>Download tarball:</li>
52 {archives%archiveentry}
53 </ul>
54 </div>
55 <h4>Search</h4>
56 <form class="search" action="{url}log">
57 {sessionvars%hiddenformentry}
58 <p><input name="rev" id="search1" type="text" /></p>
59 <!-- <div id="hint">find changesets by author, revision,
60 files, or words in the commit message</div> -->
61 </form>
62 </div>
63 </div>
65 <!-- Content -->
66 <div id="content">
68 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
69 directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
71 <table class="bigtable">
72 <tr>
73 <th class="name">name</th>
74 <th class="size">size</th>
75 <th class="permissions">permissions</th>
76 </tr>
77 <tr class="fileline parity{upparity}">
78 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a></td>
79 <td class="size"></td>
80 <td class="permissions">drwxr-xr-x</td>
81 </tr>
82 {dentries%direntry}
83 {fentries%fileentry}
84 </table>
86 <!-- End of content -->
87 </div>
89 {footer}