#!/usr/local/bin/perl # digest_form.cgi # Display a form for creating a new disgest list require './majordomo-lib.pl'; %access = &get_module_acl(); $access{'create'} || &error($text{'cdigest_ecannot'}); &ui_print_header(undef, $text{'cdigest_title'}, ""); $lists = "\n"; $old = &text('cdigest_old', ""); $lines = &text('cdigest_lines', ""); print <
$text{'cdigest_header'}
$text{'cdigest_name'}
$text{'cdigest_list'} $lists
$text{'cdigest_owner'}
$text{'cdigest_password'}
$text{'cdigest_desc'}
$text{'cdigest_info'}
$text{'cdigest_footer'}
$text{'cdigest_when'} $old
$lines
EOF &ui_print_footer("", $text{'index_return'});