1 <h1
><?php
echo htmlentities($page['message_firstline']); ?
></h1
>
3 <div
class="authorinfo">
5 echo htmlentities($page['author_name']);
6 echo ' ['. $page['author_datetime'] .']';
10 <div
class="commitmessage">
12 <?php
echo htmlentities($page['message_full']); ?
>
16 <div
class="filelist">
26 // pathname | patch | blob | history
27 foreach ($page['files'] as $file => $url) {
29 echo "<td><a href=\"#$url\">$file</a></td>";
30 echo "<td>blob | history</td>";
40 <?php
echo $page['diffdata']; ?
>