%doc> -- Add Host form -- %doc> % <%attr> title => 'Add Host' %attr> % % %####################################################################### %# %# Args section %# %####################################################################### <%args> $add_host_block $user => $ui->get_current_user($r) $zone_id => undef $hostname => undef $aliases => undef $expiration => undef $cpu => undef $other_cpu => undef $os => undef $other_os => undef $site_id => undef $site_name => undef $room_id => undef $room_number => undef $ethernet => undef $submit => undef $contact_name => undef $contact_email => undef $contact_phone => undef %args> % % % %####################################################################### %# %# INIT section %# %####################################################################### % <%init> my $DEBUG = 0; print '%ARGS is
', Dumper(%ARGS), '