Mercurial > hg-stable
comparison mercurial/templates/paper/changeset.tmpl @ 14913:44382887d012
hgweb: add a "web/logoimg" setting to customize the web logo image
This change complements the existing web/logourl setting, and lets the user
customize the logo image that is shown on many of the hg server pages.
If this setting is not set, hglogo.png is used.
author | Angel Ezquerra <angel.ezquerra@gmail.com> |
---|---|
date | Thu, 21 Jul 2011 15:10:16 +0200 |
parents | 4aef71839337 |
children | fe9d36a6853e |
comparison
equal
deleted
inserted
replaced
14912:ec46a7da9f2c | 14913:44382887d012 |
---|---|
4 <body> | 4 <body> |
5 <div class="container"> | 5 <div class="container"> |
6 <div class="menu"> | 6 <div class="menu"> |
7 <div class="logo"> | 7 <div class="logo"> |
8 <a href="{logourl}"> | 8 <a href="{logourl}"> |
9 <img src="{staticurl}hglogo.png" alt="mercurial" /></a> | 9 <img src="{staticurl}{logoimg}" alt="mercurial" /></a> |
10 </div> | 10 </div> |
11 <ul> | 11 <ul> |
12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> | 12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> |
13 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> | 13 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> |
14 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> | 14 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |