#!/usr/local/bin/perl # view_form.cgi # Display options for creating a new view require './bind8-lib.pl'; &ReadParse(); $conf = &get_config(); $access{'views'} == 1 || &error($text{'vcreate_ecannot'}); $access{'ro'} && &error($text{'vcreate_ecannot'}); &ui_print_header(undef, $text{'vcreate_title'}, ""); print "
\n"; &ui_print_footer("", $text{'index_return'});