%= include("/elements/header.html",'Routers', menubar('Main Menu'   => $p)) %>
<%
my @router = qsearch('router', {});
my $p2 = popurl(2);
%>
<% if ($cgi->param('error')) { %>
   Error: <%=$cgi->param('error')%>
   
<% } %>
<%
my $hidecustomerrouters = 0;
my $hideurl = '';
if ($cgi->param('hidecustomerrouters') eq '1') {
  $hidecustomerrouters = 1;
  $cgi->param('hidecustomerrouters', 0);
  $hideurl = 'Show customer routers';
} else {
  $hidecustomerrouters = 0;
  $cgi->param('hidecustomerrouters', 1);
  $hideurl = 'Hide customer routers';
}
%>
Add a new router | <%=$hideurl%>
<%=table()%>