wok-6.x diff slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl @ rev 4465

Up: slitaz-mercurial-style (2.0)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Nov 08 23:30:24 2009 +0100 (2009-11-08)
parents
children 5e5a67e17e5a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/branches.tmpl	Sun Nov 08 23:30:24 2009 +0100
     1.3 @@ -0,0 +1,56 @@
     1.4 +{header}
     1.5 +<title>{repo|escape}: branches</title>
     1.6 +<link rel="alternate" type="application/atom+xml"
     1.7 +   href="{url}atom-tags" title="Atom feed for {repo|escape}: branches" />
     1.8 +<link rel="alternate" type="application/rss+xml"
     1.9 +   href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" />
    1.10 +</head>
    1.11 +<body>
    1.12 +
    1.13 +<!-- Header -->
    1.14 +<div id="header">
    1.15 +    <a href="http://hg.slitaz.org/"><img id="logo"
    1.16 +    src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org"
    1.17 +    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    1.18 +    <p id="titre">#!/Hg/repos</p>
    1.19 +</div>
    1.20 +
    1.21 +<div class="container">
    1.22 +<div id="nav">
    1.23 +
    1.24 +<div class="nav_box">
    1.25 +<h4>Navigation</h4>
    1.26 +<ul>
    1.27 +	<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    1.28 +	<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    1.29 +	<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.30 +	<li class="active">branches</li>
    1.31 +</ul>
    1.32 +</div>
    1.33 +
    1.34 +<div class="nav_box">
    1.35 +<h4>Search</h4>
    1.36 +<form class="search" action="{url}log">
    1.37 +{sessionvars%hiddenformentry}
    1.38 +<p><input name="rev" id="search1" type="text" /></p>
    1.39 +<div id="hint">find changesets by author, revision,
    1.40 +files, or words in the commit message</div>
    1.41 +</form>
    1.42 +</div>
    1.43 +</div>
    1.44 +
    1.45 +<div class="main">
    1.46 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
    1.47 +<h3>branches</h3>
    1.48 +
    1.49 +<table class="bigtable">
    1.50 +<tr>
    1.51 + <th>branch</th>
    1.52 + <th>node</th>
    1.53 +</tr>
    1.54 +{entries%branchentry}
    1.55 +</table>
    1.56 +</div>
    1.57 +</div>
    1.58 +
    1.59 +{footer}