%doc> Present the user with a subnet block view to choose an IP address Inserts the option in the calling window select tag %doc> <%args> $subnet # Subnet ID $select_id # Caller select tag id %args> <%init> $m->clear_buffer; my $o = Ipblock->retrieve($subnet); %init>
% my $js_prefix = $r->dir_config('NetdotPath') . "java_script"; % for my $script ( qw(dynamic_list select jsrsClient) ){ % }