##// END OF EJS Templates
hgweb: Search templates in templatepath/style/map, too, using a common function....
hgweb: Search templates in templatepath/style/map, too, using a common function. This allows for web templates to be self-contained in a directory, which makes copying and modifying them easier.

File last commit:

r3273:46188b95 default
r3276:db9d2a62 default
Show More
shortlog.tmpl
36 lines | 910 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: shortlog</title>
<link rel="alternate" type="application/rss+xml"
href="#url#rss-log" title="RSS feed for #repo|escape#">
</head>
<body>
<div class="buttons">
<a href="#url#log/#rev#{getentries}">changelog</a>
<a href="#url#tags{getentries}">tags</a>
<a href="#url#file/#node|short#/{getentries}">manifest</a>
#archives%archiveentry#
<a type="application/rss+xml" href="#url#rss-log">rss</a>
</div>
<h2>shortlog for #repo|escape#</h2>
<form action="#url#log">
<p>
<label for="search1">search:</label>
<input name="rev" id="search1" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#entries%shortlogentry#
<form action="#url#log">
<p>
<label for="search2">search:</label>
<input name="rev" id="search2" type="text" size="30">
navigate: <small class="navigate">#changenav%navshortentry#</small>
</p>
</form>
#footer#