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

slitaz-mercurial-style: remove repeated "ago ago".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 11:03:10 2017 +0200 (2017-01-21)
parents 0b0666832cb6
children c3dc62cce4a7
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://irc.slitaz.org/">IRC</a>
15 <a href="http://pro.slitaz.org/">Pro</a>
16 <a href="http://bugs.slitaz.org">Bugs</a>
17 <span>Hg</span>
18 <a href="http://cook.slitaz.org/">Cook</a>
19 </div>
20 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
21 </div>
23 <!-- Block -->
24 <div id="block">
25 <!-- Navigation -->
26 <div id="block_nav">
27 <h4>Navigation</h4>
28 <div class="right_box">
29 <ul>
30 <li>Changeset</li>
31 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">Browse</a></li>
32 <li><a href="{url}raw-rev/{node|short}{sessionvars%urlparameter}">Raw</a></li>
33 </ul>
34 </div>
35 <div class="left_box">
36 <ul>
37 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
38 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">Changelog</a></li>
39 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
40 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
41 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
42 </ul>
43 </div>
44 </div>
45 <!-- Information/image -->
46 <div id="block_info">
47 <h4>Project: {repo|escape}</h4>
48 <p>
49 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
50 </p>
51 <div id="tarball">
52 <ul>
53 <li>Download tarball:</li>
54 {archives%archiveentry}
55 </ul>
56 </div>
57 <h4>Search</h4>
58 <form class="search" action="{url}log">
59 {sessionvars%hiddenformentry}
60 <p><input name="rev" id="search1" type="text" /></p>
61 <div id="hint">find changesets by author, revision,
62 files, or words in the commit message</div>
63 </form>
64 </div>
65 </div>
67 <!-- Content -->
68 <div id="content">
70 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
71 changeset {rev}:{node|short} {changesetbranch%changelogbranchname} {changesettag}</h2>
73 <div class="description">{desc|strip|escape|addbreaks|nonempty}</div>
75 <table id="changesetEntry">
76 <tr>
77 <th class="author">author</th>
78 <td class="author">{author|obfuscate}</td>
79 </tr>
80 <tr>
81 <th class="date">date</th>
82 <td class="date">{date|date} ({date|age})</td></tr>
83 <tr>
84 <th class="author">parents</th>
85 <td class="author">{parent%changesetparent}</td>
86 </tr>
87 <tr>
88 <th class="author">children</th>
89 <td class="author">{child%changesetchild}</td>
90 </tr>
91 <tr>
92 <th class="files">files</th>
93 <td class="files">{files}</td>
94 </tr>
95 </table>
97 <div class="overflow">
98 <div class="sourcefirst"> line diff</div>
100 {diff}
101 </div>
103 <!-- End of content -->
104 </div>
106 {footer}