slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/summary.tmpl @ rev 72

hg style: remove labs entry on index and add people
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 14 20:51:59 2011 +0200 (2011-04-14)
parents 89df945a2c21
children 4bea43b9ed45
line source
1 {header}
2 <title>{repo|escape}: Summary</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <div id="logo"></div>
13 <div id="network">
14 <a href="http://www.slitaz.org/">
15 <img src="{staticurl}/images/network.png" alt="network.png" /></a>
16 <a href="http://scn.slitaz.org/">Community</a>
17 <a href="http://doc.slitaz.org/">Doc</a>
18 <a href="http://forum.slitaz.org/">Forum</a>
19 <a href="http://bugs.slitaz.org">Bugs</a>
20 <a href="http://hg.slitaz.org/">Hg</a>
21 </div>
22 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
23 </div>
25 <!-- Block -->
26 <div id="block">
27 <!-- Navigation -->
28 <div id="block_nav">
29 <h4>Navigation</h4>
30 <div class="right_box">
31 <ul>
32 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
33 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
34 </ul>
35 </div>
36 <div class="left_box">
37 <ul>
38 <li>Summary</li>
39 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
40 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
41 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
42 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
43 </ul>
44 </div>
45 </div>
46 <!-- Information/image -->
47 <div id="block_info">
48 <h4>Project: {repo|escape}</h4>
49 <p>
50 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
51 </p>
52 <div id="tarball">
53 <ul>
54 <li>Download tarball:</li>
55 {archives%archiveentry}
56 </ul>
57 </div>
58 <h4>Search</h4>
59 <form class="search" action="{url}log">
60 {sessionvars%hiddenformentry}
61 <p><input name="rev" id="search1" type="text" /></p>
62 <!-- <div id="hint">find changesets by author, revision,
63 files, or words in the commit message</div> -->
64 </form>
65 </div>
66 </div>
69 <div id="content">
71 <h2>Repository Overview</h2>
73 <ul style="list-style-type: square;">
74 <li>Repo: {repo|escape} - {desc}</li>
75 <li>Owner: {owner|obfuscate}</li>
76 <li>Last change: {lastchange|rfc822date}</li>
77 </ul>
79 <h2>Changes</h2>
80 <table style="margin-top: 10px;">
81 {shortlog}
82 <tr class="light">
83 <td colspan="4">
84 <a class="list" href="{url}shortlog{sessionvars%urlparameter}">More changes...</a>
85 </td>
86 </tr>
87 </table>
89 <h2>Tags</h2>
90 <table style="margin-top: 10px;">
91 {tags}
92 <tr class="light">
93 <td colspan="3">
94 <a class="list" href="{url}tags{sessionvars%urlparameter}">More tags...</a>
95 </td>
96 </tr>
97 </table>
99 <h2>Branches</h2>
100 <table style="margin-top: 10px;">
101 {branches%branchentry}
102 </table>
104 <!-- End of content -->
105 </div>
107 {footer}