Update verbage and links
[buildfarm-server.git] / templates / history.tt
index d0510e699b0e76d4ca921b5360f661d1e82cc88a..a54bce4dfdaaf600f6818ce8f9b049dfc9b69ce2 100644 (file)
@@ -1,12 +1,19 @@
+[%#
+
+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 %]>