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

Error: bad address: 'slitaz.pro'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 23 12:46:36 2016 +0300 (2016-09-23)
parents ae38bd81aa6d
children c3dc62cce4a7
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://pro.slitaz.org/">Pro</a>
20 <a href="http://bugs.slitaz.org">Bugs</a>
21 <span>Hg</span>
22 <a href="http://cook.slitaz.org/">Cook</a>
23 </div>
24 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
25 </div>
27 <!-- Block -->
28 <div id="block">
29 <!-- Navigation -->
30 <div id="block_nav">
31 <h4>Navigation</h4>
32 <div class="right_box">
33 <ul>
34 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
35 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">Browse</a></li>
36 </ul>
37 </div>
38 <div class="left_box">
39 <ul>
40 <li>Summary</li>
41 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
42 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
43 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
44 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
45 </ul>
46 </div>
47 </div>
48 <!-- Information/image -->
49 <div id="block_info">
50 <h4>Project: {repo|escape}</h4>
51 <p>
52 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
53 </p>
54 <div id="tarball">
55 <ul>
56 <li>Download tarball:</li>
57 {archives%archiveentry}
58 </ul>
59 </div>
60 <h4>Search</h4>
61 <form class="search" action="{url}log">
62 {sessionvars%hiddenformentry}
63 <p><input name="rev" id="search1" type="text" /></p>
64 <!-- <div id="hint">find changesets by author, revision,
65 files, or words in the commit message</div> -->
66 </form>
67 </div>
68 </div>
71 <div id="content">
73 <h2>Repository Overview</h2>
75 <ul style="list-style-type: square;">
76 <li>Repo: {repo|escape} - {desc}</li>
77 <li>Owner: {owner|obfuscate}</li>
78 <li>Last change: {lastchange|rfc822date}</li>
79 </ul>
81 <h2>Changes</h2>
82 <table style="margin-top: 10px;">
83 {shortlog}
84 <tr class="light">
85 <td colspan="4">
86 <a class="list" href="{url}shortlog{sessionvars%urlparameter}">More changes...</a>
87 </td>
88 </tr>
89 </table>
91 <h2>Tags</h2>
92 <table style="margin-top: 10px;">
93 {tags}
94 <tr class="light">
95 <td colspan="3">
96 <a class="list" href="{url}tags{sessionvars%urlparameter}">More tags...</a>
97 </td>
98 </tr>
99 </table>
101 <h2>Branches</h2>
102 <table style="margin-top: 10px;">
103 {branches%branchentry}
104 </table>
106 <!-- End of content -->
107 </div>
109 {footer}