templates/monoblue/changelogentry.tmpl
changeset 7111 91b0ada2d94b
child 8235 89bc3946c8f3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/monoblue/changelogentry.tmpl	Thu Oct 09 02:52:22 2008 +0900
@@ -0,0 +1,6 @@
+<h3 class="changelog"><a class="title" href="{url}rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
+<ul class="changelog-entry">
+    <li class="age">#date|age# ago</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#</li>
+</ul>