MercurialWebTheme

Change of themes/mercurialweb/shortlog.tmpl

1:975859cdcf2e
themes/mercurialweb/shortlog.tmpl
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/mercurialweb/shortlog.tmpl	Thu Jun 03 23:33:25 2010 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +{header}
     1.5 +<title>Shortlog: {repo|escape}</title>
     1.6 +</head>
     1.7 +
     1.8 +<body>
     1.9 +
    1.10 +<div id="header">
    1.11 +  <div id="logo"><a href="{url}..{sessionvars%urlparameter}"><img src="{staticurl}mercurial-logo.png" alt="Mercurial logo" /></a></div>
    1.12 +  <div class="controls">
    1.13 +    <ul id="navibar">
    1.14 +    <li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li><li class="current"><span>shortlog</span></li><li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li><li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li><li><a href="{url}files{sessionvars%urlparameter}">files</a></li><li><form id="searchform" action="{url}log">
    1.15 +      <input name="rev" id="searchinput" type="text" size="20" /><span class="hack"> </span>
    1.16 +      </form>
    1.17 +    </li>
    1.18 +    </ul>
    1.19 +  </div>
    1.20 +  <div id="pageline"></div>
    1.21 +</div>
    1.22 +
    1.23 +<table>
    1.24 +  <tbody>
    1.25 +{entries%shortlogentry}
    1.26 +  </tbody>
    1.27 +</table>
    1.28 +
    1.29 +{footer}