Diff

filelogentry.tmpl @ 0:2f78b9100113 draft

Init.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Mon, 10 Jul 2023 23:41:04 +0700
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filelogentry.tmpl	Mon Jul 10 23:41:04 2023 +0700
@@ -0,0 +1,9 @@
+ <tr>
+  <td class="description">
+   <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
+   {alltags}{rename%filelogrename}
+  </td>
+  <td class="author">{author|person}</td>
+  <td class="age">{date|rfc822date}</td>
+ </tr>
+ {if(patch, '<tr><td colspan="3">{diff}</td></tr>')}