Mercurial > hg-evolve-web
diff templates/paper-extended/stack.tmpl @ 4:5401fa8a11d4 draft tip
feat: add /stack command
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sun, 01 Jun 2025 22:23:41 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/paper-extended/stack.tmpl Sun Jun 01 22:23:41 2025 +0200 @@ -0,0 +1,54 @@ +{header} +<title>{repo|escape}: branches</title> +<link rel="alternate" type="application/atom+xml" + href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches" /> +<link rel="alternate" type="application/rss+xml" + href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches" /> +</head> +<body> + +<div class="container"> +<div class="menu"> +<div class="logo"> +<a href="{logourl}"> +<img src="{staticurl|urlescape}{logoimg}" alt="mercurial" /></a> +</div> +<ul> +<li><a href="{url|urlescape}shortlog{sessionvars%urlparameter}">log</a></li> +<li><a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a></li> +<li><a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a></li> +<li class="active">branches</li> +<li><a href="{url|urlescape}topics{sessionvars%urlparameter}">topics</a></li> +</ul> +<ul> + <li><a href="{url|urlescape}help{sessionvars%urlparameter}">help</a></li> +</ul> +<div class="atom-logo"> +<a href="{url|urlescape}atom-branches" title="subscribe to atom feed"> +<img class="atom-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="atom feed" /> +</a> +</div> +</div> + +<div class="main"> +<h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2> +<h3>branches</h3> + +{searchform} + +<table class="bigtable"> +<thead> +<tr> + <th>branch</th> + <th>node</th> +</tr> +</thead> +<tbody class="stripes2"> +{entries % shortlogentry} +</tbody> +</table> +</div> +</div> + +{footer} +