slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/branches.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 35f40719ec56
line source
1 {header}
2 <title>{repo|escape}: branches</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
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 <ul>
33 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
34 <li><a href="{url}shortlog{sessionvars%urlparameter}">Changelog</a></li>
35 <li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
36 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
37 <li>Branches</li>
38 </ul>
39 </div>
40 <!-- Information/image -->
41 <div id="block_info">
42 <h4>Project: {repo|escape}</h4>
43 <p>
44 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
45 </p>
46 <p>
47 Use: --branch to clone only the specified branch
48 </p>
49 <h4>Search</h4>
50 <form class="search" action="{url}log">
51 {sessionvars%hiddenformentry}
52 <p><input name="rev" id="search1" type="text" /></p>
53 <!-- <div id="hint">find changesets by author, revision,
54 files, or words in the commit message</div> -->
55 </form>
56 </div>
57 </div>
59 <!-- Content -->
60 <div id="content">
62 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> branches</h2>
64 <table class="bigtable">
65 <tr>
66 <th>branch</th>
67 <th>node</th>
68 </tr>
69 {entries%branchentry}
70 </table>
72 <!-- End of content -->
73 </div>
75 {footer}