#!/usr/local/bin/perl # index.cgi # Display the help search form require './help-lib.pl'; &ui_print_header(undef, $text{'index_title'}, "", "intro", 0, 1); print "
\n"; print "\n"; print "\n"; print "
$text{'index_header'}
\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "
$text{'index_terms'}
$text{'index_mods'} $text{'index_all'}\n"; print "  $text{'index_sel'}
\n"; print "   
", "\n", "
\n"; &ui_print_footer("/", $text{'index'});