-%# $Id: found.mc,v 1.27 2007-02-22 11:49:46 mike Exp $
+%# $Id: found.mc,v 1.28 2007-04-26 13:57:17 mike Exp $
<%once>
sub print_navlink {
my($params, $cond, $caption, $skip) = @_;
<tr class="thleft">
<th>#</th>
<th>Title</th>
- <th>Reliability</th>
+ <th>Reliability <& /help/link.mc, help => "info/reliability" &>
+ </th>
<th>Host</th>
<th>Port</th>
<th>DB</th>
-%# $Id: full.mc,v 1.25 2007-04-18 12:06:25 mike Exp $
+%# $Id: full.mc,v 1.26 2007-04-26 14:00:33 mike Exp $
<%args>
$id
</%args>
[ "Implementation ID" => "i:status/i:implementationId" ],
[ "Implementation Name" => "i:status/i:implementationName" ],
[ "Implementation Version" => "i:status/i:implementationVersion" ],
- [ "Reliability" => \&calc_reliability, $xc ],
+ [ "Reliability/reliability" => \&calc_reliability, $xc ],
[ "Services" => \&calc_init_options, $xc ],
[ "Bib-1 Use attributes" => \&calc_ap, $xc, "bib-1" ],
[ "Dan-1 Use attributes" => \&calc_ap, $xc, "dan-1" ],
if ($data) {
</%perl>
<tr>
- <th><% xml_encode($caption) %></th>
+% $caption =~ s/\/(.*)//;
+% my $help = $1;
+ <th><% xml_encode($caption) %><%
+ !defined $help ? "" : $m->comp("/help/link.mc", help =>"info/$help")
+ %></th>
<td><% xml_encode($data) %></td>
</tr>
% }