<& /elements/header-popup.html &> <%def .checkbox> % my $field = shift; % my $extra = shift || ''; >
% # The option structure is hardcoded. The FCC rules changed enough from % # the original 477 report to the 2013 revision that any data-driven % # mechanism for expressing the original rules would likely fail to % # accommodate the new ones. Therefore, we assume that whatever the FCC % # does NEXT will also require a rewrite of this form, and we'll deal with % # that when it arrives.

<& .checkbox, 'is_consumer' &>

<& .checkbox, 'is_broadband' &>



<& .checkbox, 'is_phone' &>


<& .checkbox, 'phone_longdistance' &>

<& .checkbox, 'is_voip' &>


<& .checkbox, 'voip_lastmile' &>

<& .checkbox, 'is_mobile' &>

<& .checkbox, 'mobile_direct' &>

<& /elements/footer.html &> <%init> my $media_types = FS::part_pkg_fcc_option->media_types; my $technology_labels = FS::part_pkg_fcc_option->technology_labels; my $parent_id = $cgi->param('id');