##// END OF EJS Templates
Added managment pages....
Added managment pages. + fixed routing bug done a lot in templates

File last commit:

r31:2963f289 default
r44:d924b931 default
Show More
changelogentry.tmpl
7 lines | 515 B | application/x-cheetah | CheetahLexer
## -*- coding: utf-8 -*-
<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<ul class="changelog-entry">
<li class="age">{date|age}</li>
<li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
<li class="description">{desc|strip|escape|addbreaks|nonempty}</li>
</ul>