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

slitaz-mercurial-style: more work and first stage finished (testing localy)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 19:12:07 2017 +0100 (2017-03-01)
parents c3dc62cce4a7
children 1a4681ce84ef
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/">Home</a>
15 <a href="http://scn.slitaz.org/">Community</a>
16 <a href="http://doc.slitaz.org/">Doc</a>
17 <a href="http://forum.slitaz.org/">Forum</a>
18 <a href="http://irc.slitaz.org/">IRC</a>
19 <a href="http://bugs.slitaz.org">Bugs</a>
20 <span>Hg</span>
21 <a href="http://cook.slitaz.org/">Cook</a>
22 </div>
23 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
24 </div>
26 <!-- Navigation -->
27 <nav id="nav" role="navigation" tabindex="0">
28 <ul>
29 <li><a class="nav2" href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
30 <li><a class="nav1" href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
31 <li><a class="nav2" href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
32 <li><a class="nav1" href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
33 <li><a class="nav2" href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
34 </ul>
35 <p>
36 Repo: <span class="repo">{repo|escape}</span> &#8594;
37 Download: <a href="/{repo|escape}/archive/tip.tar.bz2">bz2</a> -
38 Last change: {lastchange|age}
39 <br />
40 <span id="repo-desc">{desc}</span>
41 </p>
42 </nav>
44 <div id="hgsearch">
45 <form class="search" action="{url}log">
46 {sessionvars%hiddenformentry}
47 <input name="rev" id="search1" type="text" placeholder="Search" />
48 <!-- <div id="hint">find changesets by author, revision,
49 files, or words</div> -->
50 </form>
51 </div>
53 <div id="content">
55 <h2>Repository Overview</h2>
57 <pre>
58 Changeset : <span class="value">{node|short}</span>
59 repo owner : {owner|obfuscate}
60 <a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a>
61 </pre>
63 <h3>Changes</h3>
64 <table style="margin-top: 10px;">
65 {shortlog}
66 <tr class="light">
67 <td colspan="4">
68 <a class="list" href="{url}shortlog{sessionvars%urlparameter}">More changes...</a>
69 </td>
70 </tr>
71 </table>
73 <h3>Tags</h3>
74 <table style="margin-top: 10px;">
75 {tags}
76 <tr class="light">
77 <td colspan="3">
78 <a class="list" href="{url}tags{sessionvars%urlparameter}">More tags...</a>
79 </td>
80 </tr>
81 </table>
83 <h3>Branches</h3>
84 <table style="margin-top: 10px;">
85 {branches%branchentry}
86 </table>
88 <!-- End of content -->
89 </div>
91 {footer}