URI encode branch parameter.
[buildfarm-server.git] / templates / members.tt
index d55e7a56b1bbc4acbfaf2390d875e6a94d1a5269..b3cdefe37f61c0248e504556b135f0a2eceef732 100644 (file)
@@ -1,9 +1,16 @@
+[%#
+
+Copyright (c) 2003-2010, Andrew Dunstan
+
+See accompanying License file for license details
+
+-%]
 [% WRAPPER 'page.tt' 
-       title = 'PostgreSQL BuildFarm Members'
+       title = 'Exim BuildFarm Members'
        bodyclass = 'members'
        pagebutton = 'members'
 %]
-<h1>PostgreSQL BuildFarm Members</h1>
+<h1>Exim BuildFarm Members</h1>
     <p>Click branch links to see build history. Click the heading links to resort the list. Select members by checkbox and hit the button at the bottom to create a status custom filter.</p>
     <form name="filter" method="GET" action="/cgi-bin/show_status.pl">
     <table cellspacing="0">
@@ -59,7 +66,7 @@
        branch_day = branch_fields.1;
        IF branch_day < 365 ;
     %]<li><a 
-    href="show_history.pl?nm=[% row.name %]&amp;br=[% branch %]"
+    href="show_history.pl?nm=[% row.name %]&amp;br=[% branch | uri %]"
     title="History"
     >[% branch %]</a>&nbsp;([% branch_day %]&nbsp;days&nbsp;ago)</li>[% END; END %]</ul></td>
     </tr>