%doc> Cable management stuff... %doc> % % <%args> $id => undef; $start_id => undef; $end_id => undef; $cable_sort => undef; $edit => undef; $page_type => undef; $submit_site => undef; $backbone_srch => undef; $backbone_id_srch => undef; $site_srch => undef; %args> % % <%flags> %flags> % % <%attr> title => 'Cable Plant' section => 'Plant' %attr> % % <%init> my $DEBUG = 0; my $MAX_SELECTION = 500; my %cssitem = (0 => "formtablec1", 1 => "formtablec2"); my $o = undef; my $name; $end_id = 0 if ($end_id == -1); $start_id = 0 if ($start_id == -1); if ($id) { $o = Site->retrieve($id); $name = $o->name; } else { $name = "Search"; } $backbone_srch = "%" . $backbone_srch . "%" if ($backbone_srch); $site_srch = "%" . $site_srch . "%" if ($site_srch); # For table building modules: my (@field_headers, @cell_data, @headers, @rows); %init>
", Dumper(%ARGS), "
", Dumper(%ARGS), "