<%= $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 { if ( $svcnum ) { $OUT .= qq!!; $OUT .= qq!!; $OUT .= qq!
Email
Forward to
!; } else { didselector('field' => 'phonenum', 'svcpart' => $svcpart, 'bulknum' => $numavail, ); } } %>

<%= include('footer') %>