Files
%foreach my $file (sort @files){
% $file =~ s/$dir\///;
% next if $file eq 'index.html';
% my $name = $file;
% $name =~ s/\.html//;
<%$name%>
%}
<& /stats.html:about_box &>
Links
Netdisco.org - The home of Netdisco.
SNMP::Info - A Key component of Netdisco.
<%init>
my $dir = $m->current_comp->source_dir();
my @files = glob("$dir/*.html");
my $path = $netdisco::CONFIG{webpath};
%init>
%# $Id: index.html,v 1.6 2003/05/28 22:45:10 maxbaker Exp $
%# vim:syntax=mason