slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/bookmarks.tmpl @ rev 280

hg: new style finished :-) And now with Hg bookmarks support! Hope you will like it
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 22:14:25 2017 +0100 (2017-03-01)
parents
children 8a5d1dfcf3c0
line source
1 {header}
2 <title>{repo|escape}: Bookmarks</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
6 href="{url|urlescape}rss-bookmarks" 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 <a href="{url}branches{sessionvars%urlparameter}">Branches</a> -
38 Changeset: <span class="value">{node|short}</span>
39 <br />
40 <span id="repo-desc">Coded with &hearts; and KISS principle</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 </form>
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> bookmarks</h2>
56 <div id="bookmarks">
57 <table>
58 {entries%bookmarkentry}
59 </table>
60 </div>
62 <!-- End of content -->
63 </div>
65 {footer}