wok view slitaz-mercurial-style/stuff/templates/slitaz/changeset.tmpl @ rev 7939

slitaz-mercurial-style: Almost migration finished
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 23:27:31 2011 +0100 (2011-01-11)
parents 5e5a67e17e5a
children e21abd6b9d09
line source
1 {header}
2 <title>{repo|escape}: {node|short}</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 <ul>
23 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
24 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
25 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
26 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
27 <li class="active">changeset</li>
28 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">raw</a></li>
29 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">browse</a></li>
30 </ul>
31 <!-- Nav block end -->
32 </div>
33 <!-- Top block begin -->
34 <div id="block_top">
35 <h1>Project: {repo|escape}</h1>
36 <p>
37 This web interface lets you follow in real time all improvements,
38 fixes and other changes made by SliTaz GNU/Linux contributors.
39 </p>
40 Download archive:
41 <ul>
42 {archives%archiveentry}
43 </ul>
44 <h3>Search</h3>
45 <form class="search" action="{url}log">
46 {sessionvars%hiddenformentry}
47 <p><input name="rev" id="search1" type="text" /></p>
48 <div id="hint">find changesets by author, revision,
49 files, or words in the commit message</div>
50 </form>
51 <!-- Top block end -->
52 </div>
53 <!-- Block end -->
54 </div>
56 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
57 changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
59 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
61 <table id="changesetEntry">
62 <tr>
63 <th class="author">author</th>
64 <td class="author">{author|obfuscate}</td>
65 </tr>
66 <tr>
67 <th class="date">date</th>
68 <td class="date">{date|date} ({date|age} ago)</td></tr>
69 <tr>
70 <th class="author">parents</th>
71 <td class="author">{parent%changesetparent}</td>
72 </tr>
73 <tr>
74 <th class="author">children</th>
75 <td class="author">{child%changesetchild}</td>
76 </tr>
77 <tr>
78 <th class="files">files</th>
79 <td class="files">{files}</td>
80 </tr>
81 </table>
83 <div class="overflow">
84 <div class="sourcefirst"> line diff</div>
86 {diff}
87 </div>
89 <!-- End of content -->
90 </div>
92 {footer}