#!/usr/local/bin/perl
do "../web-lib.pl";
&init_config();
do '../ui-lib.pl';
%access = &get_module_acl();
$cron_cmd = "$module_config_directory/sync.pl";
if ($config{'zone_style'}) {
do "$config{'zone_style'}-lib.pl";
}
sub p_link
{
my ( $dest, $text ) = @_;
return "". $text. "";
}
sub p_radio
{
my ( $name, $checked, @list ) = @_;
local ($out, $size, $i);
$size = @list; $i = 0;
do
{
$out .= " " : return "";
}
sub p_select_wdl
{
my ( $name, $selected, @list ) = @_;
local $out = "