File

filelogentry.tmpl @ 2:5ffc6136763b draft

graph.tmpl: use `<h3>` for `breadcrump`.
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Sun, 30 Jul 2023 00:20:24 +0700
parent 0:2f78b9100113
line wrap: on
line source

 <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>')}