slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/changeset.tmpl @ rev 14

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