<? include($template[company][file_path] . "shared/start_HTML.shared"); ?>


<? include($template[company][file_path] . "shared/HEADER.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_I_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_I_ii.shared"); ?>


<!-- NOTE:  cellpadding and cellspacing and TABLE II. must be done -->
<!-- this way in order to enable a ratio/"secured network" at the bottom -->
  

<? include($template[company][file_path] . "shared/start_TABLE_II.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_III_logo.shared"); ?>


<? $page_message = "Please 'Voice Authorize' your transaction...";
$gateway_payment_step = "quickbuy_creditcard_3.gate";
$message_width = "auto";
include($template[company][file_path] . "shared/start_TABLE_IV_sysmsg.shared"); ?>


<? $form_action = "quickbuy_creditcard_3.gate";
include($template[company][file_path] . "shared/start_TABLE_V_form.shared"); ?>
<!-- --------------------INSERT FORM CONTENT BELOW <!TD!>: ------------------------ -->



<? $mastertab_status = "gateway";
include($template[company][file_path] . "shared/start_TABLE_VI_mast_tab.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_i.shared"); ?>
<? include($template[company][file_path] . "shared/start_TABLE_VII_ii.shared"); ?>

<!-- NOTE: the gap between VII_ii and VII_iii allows for a tight 'reqired fields' footer -->

<? include($template[company][file_path] . "shared/start_TABLE_VII_iii.shared"); ?>


<? include($template[company][file_path] . "shared/start_TABLE_VIII_menu.shared"); ?>
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->
<!-- -------------------- INSERT "MAIN MENU" CONTENT BELOW <TR>: ------------------------ -->


<? $TABLE_VIII_colspan = "4";
include($template[company][file_path] . "shared/TABLE_VIII_colspan.shared"); ?>
<!-- SINCE THE REQUIRED COLSPAN IS SET ABOVE, NOW START ROW CONTENT BELOW: <TR>: -->




   
       
<? $title_left = "Credit Card Purchase";
$title_right = "Final Step";

include($template[company][file_path] . "shared/TABLE_VIII_ROW_title.shared"); ?>



<?
$authorization_status = "pending";
$authorization_banner = "";
$authorization_header = "To complete your " . currency1($transaction[requested_value],NULL) . " transaction:";
$authorization_message = "";
include($template[company][file_path] . "shared/TABLE_VIII_ROW_authorization.shared"); ?>





<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<!-- --------------------INSERT "MAIN MENU" CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_VIII_mainmenu.shared"); ?>



<? include($template[company][file_path] . "shared/end_TABLE_VII_iii.shared"); ?>



<?

### TO BE ADDED TO THE javascript:jump()

$tmp_canceled_message = "<font color=777777><u>NOTE:</u>&nbsp;&nbsp;On " . timezone($member[memberid],$old_transaction->requested_datetime,'goodlooking') . " you initiated a purchase of " . currency1($old_transaction->transaction_net_value,$blank) . " using this {$transaction[account][method]} ({$transaction[card_details][display]}) account. Because we never received your one-time voice authorization, that transaction has been permanently canceled from your '$old_account->accountname' <font color=888888>($old_account->emailaddress)</font color> Account.&nbsp;&nbsp;Please review your NEW transaction request below:</font color>";


?>



<?
$leftfooter_name = "Cancel";
$leftfooter_link = "cancel.gate?source=$PHP_SELF";
$rightfooter_name = "";
$rightfooter_link = "";
include($template[company][file_path] . "shared/TABLE_VII_ii_tightfooter.shared"); ?>

<? include($template[company][file_path] . "shared/end_TABLE_VII_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_VII_i.shared"); ?>


<? include($template[company][file_path] . "shared/spacer_TABLE_V_form.shared"); ?>




<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT BELOW <TR>:  -->
<?
$left_submit = "";
$center_submit = "<input type=\"button\" onclick=\"openLightboxWindow('quickbuy_creditcard_1.auth')\" name=\"submit\" value='Voice Authorize Now'>";
$right_submit = "";
include($template[company][file_path] . "shared/TABLE_XI_submit.shared"); ?>
<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT ABOVE <TR>:  -->

<!-- -------------------- INSERT FORM CONTENT ABOVE <TR>: ------------------------ -->
<? include($template[company][file_path] . "shared/end_TABLE_V_form.shared"); ?>

<? include($template[company][file_path] . "shared/end_TABLE_II.shared"); ?>

<!-- NOTE:  insert footers like "ratio"/"Secured Network" falls beween II and I -->
<? include($template[company][file_path] . "shared/TABLE_I_ii_tightfooter.shared"); ?>


<? include($template[company][file_path] . "shared/end_TABLE_I_ii.shared"); ?>
<? include($template[company][file_path] . "shared/end_TABLE_I_i.shared"); ?> 


<? include($template[company][file_path] . "shared/end_HTML.shared"); ?> 
