+[%#
+
+Copyright (c) 2003-2010, Andrew Dunstan
+
+See accompanying License file for license details
+
+-%]
[%- BLOCK cl %] class="[% SWITCH bgfor -%]
[%- CASE 'OK' %]pass[% CASE 'ContribCheck' %]warn[% CASE [ 'Check' 'InstallCheck' ] %]warnx[% CASE %]fail[% END %]"
[%- END -%]
[% WRAPPER 'page.tt'
- title = 'PostgreSQL BuildFarm History'
+ title = 'Exim BuildFarm History'
bodyclass = 'history'
pagebutton = 'none'
%]
-<h1>PostgreSQL BuildFarm Status History</h1>
+<h1>Exim BuildFarm Status History</h1>
<table cellspacing="0">
<tr><th class="head" colspan="3">System Detail</th></tr>
<tr class="member"><th>Farm member</th><td>[% member %]</td></tr>
<tr><th>Architecture</th><td>[% statrows.0.architecture %]</td></tr>
<tr><th>Owner</th><td>[% statrows.0.owner_email %]</td></tr>
</table>
+[% IF statrows.0.sys_notes %]
+ <br />
+ <table>
+ <tr>
+ <th class="head" rowspan="2">System Notes</th>
+ <th>Date</th>
+ <th>Notes</th>
+ </tr>
+ <tr>
+ <td>[% statrows.0.sys_notes_date %]</td>
+ <td>[% statrows.0.sys_notes %]</td>
+ </tr>
+ </table>
+[% END %]
<h3>Branch: [% branch %][% IF statrows.size >= hm %] (last [% hm %] entries shown)[% END %]</h3>
[% BLOCK stdet %]
<tr [% PROCESS cl bgfor=row.stage %]>