##// END OF EJS Templates
hgweb: add a "web/logoimg" setting to customize the web logo image...
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.

File last commit:

r14046:b24e5a70 default
r14913:44382887 default
Show More
shortlogentry.tmpl
5 lines | 410 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <tr class="parity{parity}">
Benoit Allard
web: Made elapsed time calculation dynamic (javascript)....
r14046 <td class="age">{date|date}</td>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <td class="author">{author|person}</td>
Alexander Solovyov
hgweb: add display of bookmarks for changelog and changeset
r13596 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </tr>