% include("/elements/header.html",
     $title,
     menubar(
       'Main Menu' => $p,
       'View all agents' => $p.'browse/agent.cgi',
     )
   )
%>
% if ($FS::UID::use_confcompat) {
  CONFIGURATION NOT STORED IN DATABASE -- USING COMPATIBILITY MODE
%}
%
% foreach my $section ( qw(required billing username password UI session
%                            shell BIND
%                           ),
%                         '', 'deprecated') { 
  
  
% foreach my $nav_section ( qw(required billing username password UI session
%                                  shell BIND
%                                 ),
%                               '', 'deprecated') { 
% if ( $section eq $nav_section ) { 
      [<% ucfirst($nav_section || 'unclassified') %>]
% } else { 
      [<% ucfirst($nav_section || 'unclassified') %>]
% } 
% } 
  
  <% include('/elements/table.html', '#cccccc' ) %>
  
| no type | 
| 
<% encode_entities(join("\n", $conf->config($i->key, $agentnum) ) ) %>
 | 
| YES' : 'ff0000">NO' %> | 
| <% $conf->exists($i->key, $agentnum) ? $conf->config($i->key, $agentnum) : '' %> | 
| <% $conf->config($i->key, $agentnum) %>: <% &{ $i->option_sub }( $conf->config($i->key, $agentnum) ) %> | 
| unknown type <% $type %> |