$prompt) { if ($end_row) { $start_row = false; echo "\n"; } if (($i % 2) == 0) { $start_row = true; $end_row = false; echo "
\n". "
 
"; } $id=uniqid(); echo "
". " ".$obj->$field.''. "\n
"; $i++; if (($i % 2) == 0) { $end_row = true; } } if ($start_row) echo "\n
"; } function display_pending_form() { $str .= "
\n"; $str .= "
"; $str .= <<

Account Validation Pending

END_START_DIV3; $str .= '

Trial Transtion Trasmission In Progress

'; $str .= '

You be able to enter the trial amounts in this space when they are ready.

'; $str .= "
"; $str .= "
"; $str .= <<

Three small amounts (each less than $1.00) are now being transmitted to the bank account number you provided. It can take about four business days for the transactions to appear in your account.

When these 3 amounts are listed in your bank account, enter all three to validate your agreement. Use the 0.00 format for your entries (10 cents would be entered as 0.10).

Contact your bank (or check on-line) for these recent transactions.

END_INS; $str .= " "; return $str; } function build_summary_table($summary_data) { $id=uniqid('tbl_'); $str = ''; $str .= "\n"; $str .= "\n"; foreach($summary_data as $obj) { $str .= "". "\n"; } $str .= '
Target Payment DateAmountPayment TypeStatusMedia Source
$obj->duedate$$obj->payment$obj->payment_type$obj->payment_status$obj->custom_tracking
'; $str .= << var oTable = jQuery('#$id').dataTable( { "bJQueryUI": true, "sPaginationType": "full_numbers", "sDom": '<"H"RlCfr>t<"F"ip>', "oColVis": { "sSize": "css" } } ); END_IT; return $str; } function build_payment_table($payment_data) { $id=uniqid('tbl_'); $str = ''; $str .= "\n"; $str .= "\n"; foreach($payment_data as $obj) { $str .= "". "\n"; } $str .= '
Settlement DateAmountPayment TypeMedia Source
$obj->complete_date$$obj->payment$obj->payment_type$obj->custom_tracking
'; $str .= << var oTable = jQuery('#$id').dataTable( { "bJQueryUI": true, "sPaginationType": "full_numbers", "sDom": '<"H"RlCfr>t<"F"ip>', "oColVis": { "sSize": "css" } } ); END_IT; return $str; } ?>