#!/usr/local/bin/perl # many_form.cgi # Display a form for creating many users from a text file require './user-lib.pl'; &header($text{'many_title'}, ""); print "
\n"; print "

$text{'many_desc'}\n"; if (&passfiles_type() == 1) { print "

$text{'many_desc1'}

\n"; } elsif (&passfiles_type() == 2) { print "

$text{'many_desc2'}

\n"; } else { print "

$text{'many_desc0'}

\n"; } print "$text{'many_descafter'}\n"; print "$text{'many_descpass'}

\n"; print "

\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "\n"; print "
$text{'many_file'}
$text{'many_local'} ",&file_chooser_button("local"), "
$text{'many_makehome'} $text{'yes'}\n"; print " $text{'no'}
$text{'many_copy'} $text{'yes'}\n"; print " $text{'no'}
\n"; print "
\n"; &footer("", $text{'index_return'});