<%= $url = "$selfurl?session=$session_id;action="; $heading2 = $lnp ? "Port-In Number" : "Setup phone number"; ''; %> <%= include('header', $heading2) %> <%= sub lnp_textfield { my ($name,$label) = (shift,shift); qq!$label!; } if($error) { $OUT .= qq!
$error
!; } %>
<%= if($lnp) { $OUT .= "" . qq!! . lnp_textfield(phonenum,"Phone Number") . lnp_textfield("lnp_desired_due_date","Requested Port-In Date") . lnp_textfield("lnp_other_provider","Current Provider") . lnp_textfield("lnp_other_provider_account","Current Provider's Account #") . "
"; } else { didselector('field' => 'phonenum', 'svcpart' => $svcpart, 'bulknum' => $numavail, ); } %>

<%= include('footer') %>