[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: create_account_success.php,v 1.30 2003/06/05 23:27:00 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 require ('includes/application_top.php'); 14 15 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT_SUCCESS); 16 17 $breadcrumb->add(NAVBAR_TITLE_1); 18 $breadcrumb->add(NAVBAR_TITLE_2); 19 20 if (sizeof($navigation->snapshot) > 0) { 21 $origin_href = tep_href_link($navigation->snapshot['page'], tep_array_to_string($navigation->snapshot['get'], array(tep_session_name())), $navigation->snapshot['mode']); 22 $navigation->clear_snapshot(); 23 } else { 24 $origin_href = tep_href_link(FILENAME_DEFAULT); 25 } 26 ?> 27 <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> 28 <html <?php echo HTML_PARAMS; ?>> 29 <head> 30 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> 31 <title><?php echo TITLE; ?></title> 32 <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> 33 <link rel="stylesheet" type="text/css" href="stylesheet.css"> 34 </head> 35 <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> 36 <!-- header //--> 37 <?php require(DIR_WS_INCLUDES . 'header.php'); ?> 38 <!-- header_eof //--> 39 40 <!-- body //--> 41 <table border="0" width="100%" cellspacing="3" cellpadding="3"> 42 <tr> 43 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> 44 <!-- left_navigation //--> 45 <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> 46 <!-- left_navigation_eof //--> 47 </table></td> 48 <!-- body_text //--> 49 <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> 50 <tr> 51 <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> 52 <tr> 53 <td><?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE); ?></td> 54 <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> 55 <tr> 56 <td class="pageHeading" align="center"><?php echo HEADING_TITLE; ?></td> 57 </tr> 58 <tr> 59 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 60 </tr> 61 <tr> 62 <td class="main"><?php echo TEXT_ACCOUNT_CREATED; ?></td> 63 </tr> 64 </table></td> 65 </tr> 66 </table></td> 67 </tr> 68 <tr> 69 <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> 70 </tr> 71 <tr> 72 <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> 73 <tr class="infoBoxContents"> 74 <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> 75 <tr> 76 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 77 <td align="right"><?php echo '<a href="' . $origin_href . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> 78 <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> 79 </tr> 80 </table></td> 81 </tr> 82 </table></td> 83 </tr> 84 </table></td> 85 <!-- body_text_eof //--> 86 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> 87 <!-- right_navigation //--> 88 <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> 89 <!-- right_navigation_eof //--> 90 </table></td> 91 </tr> 92 </table> 93 <!-- body_eof //--> 94 95 <!-- footer //--> 96 <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> 97 <!-- footer_eof //--> 98 <br> 99 </body> 100 </html> 101 <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |