[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <!-- body_text //--> 2 3 <form name="account_edit" method="post" <?php echo 'action="' . 4 tep_href_link('Order_Info_Process.php', '', 'SSL') 5 . '"'; ?> onSubmit="return check_form(this);"><input type="hidden" name="action" value="process"><table border="0" width="75%" cellspacing="0" cellpadding="0" align="center"> 6 <tr> 7 <td><table border="0" width="75%" cellspacing="0" cellpadding="0"> 8 <!--tr> 9 <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> 10 <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_account.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> 11 </tr//--> 12 </table></td> 13 </tr> 14 <?php 15 if (sizeof($navigation->snapshot) > 0) { 16 ?> 17 <tr> 18 <td class="smallText"><br><?php echo sprintf(TEXT_ORIGIN_LOGIN, tep_href_link(FILENAME_LOGIN, tep_get_all_get_params(), 'SSL')); ?></td> 19 </tr> 20 <?php 21 } 22 ?> 23 <tr> 24 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 25 </tr> 26 <tr> 27 <td> 28 <?php 29 $email_address = tep_db_prepare_input($HTTP_GET_VARS['email_address']); 30 $account['entry_country_id'] = STORE_COUNTRY; 31 32 require (DIR_WS_MODULES . 'Order_Info_Check.php'); 33 ?> 34 </td> 35 </tr> 36 <tr> 37 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 38 </tr> 39 <tr> 40 <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> 41 <tr class="infoBoxContents"> 42 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 43 <tr> 44 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 45 <td align="right" class="main"><br><?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE); ?></td> 46 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 47 </tr> 48 </table></td> 49 </tr> 50 </table></td> 51 </tr> 52 </table></form> 53 <!-- body_text_eof //-->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |