slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/changeset.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 40de46e49b0b
children e3c9523d107f
line source
1 {header}
2 <title>{repo|escape}: {node|short}</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>Changeset</li>
29 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
30 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">Raw</a></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}shortlog/{node|short}{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 changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
71 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
73 <table id="changesetEntry">
74 <tr>
75 <th class="author">author</th>
76 <td class="author">{author|obfuscate}</td>
77 </tr>
78 <tr>
79 <th class="date">date</th>
80 <td class="date">{date|date} ({date|age} ago)</td></tr>
81 <tr>
82 <th class="author">parents</th>
83 <td class="author">{parent%changesetparent}</td>
84 </tr>
85 <tr>
86 <th class="author">children</th>
87 <td class="author">{child%changesetchild}</td>
88 </tr>
89 <tr>
90 <th class="files">files</th>
91 <td class="files">{files}</td>
92 </tr>
93 </table>
95 <div class="overflow">
96 <div class="sourcefirst"> line diff</div>
98 {diff}
99 </div>
101 <!-- End of content -->
102 </div>
104 {footer}