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