slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/changeset.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}</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>Changeset</li>
30 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
31 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">Raw</a></li>
32 </ul>
33 </div>
34 <div class="left_box">
35 <ul>
36 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
37 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">Changelog</a></li>
38 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
39 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
40 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
41 </ul>
42 </div>
43 </div>
44 <!-- Information/image -->
45 <div id="block_info">
46 <h4>Project: {repo|escape}</h4>
47 <p>
48 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
49 </p>
50 <div id="tarball">
51 <ul>
52 <li>Download tarball:</li>
53 {archives%archiveentry}
54 </ul>
55 </div>
56 <h4>Search</h4>
57 <form class="search" action="{url}log">
58 {sessionvars%hiddenformentry}
59 <p><input name="rev" id="search1" type="text" /></p>
60 <div id="hint">find changesets by author, revision,
61 files, or words in the commit message</div>
62 </form>
63 </div>
64 </div>
66 <!-- Content -->
67 <div id="content">
69 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
70 changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
72 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
74 <table id="changesetEntry">
75 <tr>
76 <th class="author">author</th>
77 <td class="author">{author|obfuscate}</td>
78 </tr>
79 <tr>
80 <th class="date">date</th>
81 <td class="date">{date|date} ({date|age} ago)</td></tr>
82 <tr>
83 <th class="author">parents</th>
84 <td class="author">{parent%changesetparent}</td>
85 </tr>
86 <tr>
87 <th class="author">children</th>
88 <td class="author">{child%changesetchild}</td>
89 </tr>
90 <tr>
91 <th class="files">files</th>
92 <td class="files">{files}</td>
93 </tr>
94 </table>
96 <div class="overflow">
97 <div class="sourcefirst"> line diff</div>
99 {diff}
100 </div>
102 <!-- End of content -->
103 </div>
105 {footer}