#!/usr/local/bin/perl # newfs_form.cgi # Display a form asking for the parameters of a new filesystem require './fdisk-lib.pl'; &ReadParse(); &can_edit_disk($in{'dev'}) || &error($text{'mkfs_ecannot'}); &ui_print_header(undef, $text{'mkfs_title'}, ""); print "
\n"; &ui_print_footer("", $text{'index_return'});