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

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

<? include($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_I_i.shared"); ?>
<? include($_SESSION['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($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_II.shared"); ?>










<? $page_message = "ALERT: You have requested to \"cancel\" your last reqest...<br>
<br>
<font color=0099>Please confirm your request below:</font color>";
include($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_IV_sysmsg.shared"); ?>


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



<? include($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_VI_mast_tab.shared"); ?>
<? include($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_VII_i.shared"); ?>

<? $tightfooter_align = "";
include($_SESSION['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($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_VII_iii.shared"); ?>


<? include($_SESSION['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($_SESSION['template']['company']['file_path'] . "shared/TABLE_VIII_colspan.shared"); ?>
<!-- SINCE THE REQUIRED COLSPAN IS SET ABOVE, NOW START ROW CONTENT BELOW: <TR>: -->


    
    
 <? $row_title = "Available \"Cancel\" Options:";
include($_SESSION['template']['company']['file_path'] . "shared/TABLE_VIII_ROW_title.shared"); ?>




<? 
if((!$banned['status']) && (!$_SESSION['gateway']['business']['banned']['status'])) {
  
  $row_title = "WAIT!!";
  $row_example = "<u>If you did NOT want to cancel your last request</u> and would like to return to the last active page, select this option...";
  $row_link = $source;
  $button = "Go Back";
  include($_SESSION['template']['company']['file_path'] . "shared/TABLE_X_ROW_I_menuoption.shared");
  
  
  
  include($_SESSION['template']['company']['file_path'] . "shared/TABLE_VIII_ROW_endline.shared");
  
  include($_SESSION['template']['company']['file_path'] . "shared/TABLE_VIII_ROW_spacer.shared");
  
  
  $row_title = "Start Over/Try Again:";
  $row_example = "If you would like to retain your " . $_SESSION['template']['company']['name'] . " session, but restart from the Main Menu, select this option...";
  $row_link = "cancel2.gate";
  $hidden = "<input type=hidden name=cancel value='startover'>";
  $button = "Start Over";
  include($_SESSION['template']['company']['file_path'] . "shared/TABLE_X_ROW_I_menuoption.shared");
  
  
	if($_SESSION['gateway']['incoming']['customer_return_url']) {
	
  	$row_title = "Return to " . $_SESSION['gateway']['business']['accountname'] . ":";
  	$row_example = "If you would like to cancel this " . $_SESSION['template']['company']['name'] . " session and return to " . $_SESSION['gateway']['business']['accountname'] . ", select this option...";
  	$row_link = $_SESSION['gateway']['incoming']['customer_return_url'];
  	$hidden = "<input type='hidden' name='cancel' value='cancel'><input type='hidden' name='source' value='" . $source . "'>";
  	$button = $_SESSION['gateway']['business']['accountname'];
  	include($_SESSION['template']['company']['file_path'] . "shared/TABLE_X_ROW_I_menuoption.shared"); 
  
	
	
	
	}


} else { # cancled by system for some reason... send'em home.

  $row_title = "Return to " . $_SESSION['gateway']['business']['accountname'] . "...";
  $row_example = "";
  $row_link = "cancel2.gate";
  $hidden = "<input type=hidden name=cancel value='cancel'>";
  $button = $_SESSION['gateway']['business']['accountname'];
  include($_SESSION['template']['company']['file_path'] . "shared/TABLE_X_ROW_I_menuoption.shared");

} ?>





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



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



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

<?
$leftfooter_name = "";
$leftfooter_link = "";
$rightfooter_name = "";
$rightfooter_link = "";
include($_SESSION['template']['company']['file_path'] . "shared/TABLE_VII_ii_tightfooter.shared"); ?>

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


<? include($_SESSION['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=submit name=submit value='Login Now...'>
$right_submit = "";
include($_SESSION['template']['company']['file_path'] . "shared/TABLE_XI_submit.shared"); ?>
<!-- !SUBMIT: INSERT TABLE V. LESS-TRAVELD SUBMIT ABOVE <TR>:  -->

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



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

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


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


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