[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/templates/template_default/templates/ -> tpl_create_account_success_default.php (source)

   1  <?php
   2  /**

   3   * Page Template

   4   *

   5   * Loaded automatically by index.php?main_page=create-account_success.<br />

   6   * Displays confirmation that a new account has been created.

   7   *

   8   * @package templateSystem

   9   * @copyright Copyright 2003-2006 Zen Cart Development Team

  10   * @copyright Portions Copyright 2003 osCommerce

  11   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

  12   * @version $Id: tpl_create_account_success_default.php 4886 2006-11-05 09:01:18Z drbyte $

  13   */
  14  ?>
  15  <div class="centerColumn" id="createAcctSuccess">
  16  <h1 id="createAcctSuccessHeading"><?php echo HEADING_TITLE; ?></h1>
  17  
  18  <div id="createAcctSuccessMainContent" class="content"><?php echo TEXT_ACCOUNT_CREATED; ?></div>
  19  
  20  <fieldset>
  21  <legend><?php echo PRIMARY_ADDRESS_TITLE; ?></legend>
  22  <?php
  23  /**

  24   * Used to loop thru and display address book entries

  25   */
  26    foreach ($addressArray as $addresses) {
  27  ?>
  28  <h3 class="addressBookDefaultName"><?php echo zen_output_string_protected($addresses['firstname'] . ' ' . $addresses['lastname']); ?></h3>
  29  
  30  <address><?php echo zen_address_format($addresses['format_id'], $addresses['address'], true, ' ', '<br />'); ?></address>
  31  
  32  <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'edit=' . $addresses['address_book_id'], 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a> <a href="' . zen_href_link(FILENAME_ADDRESS_BOOK_PROCESS, 'delete=' . $addresses['address_book_id'], 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_DELETE, BUTTON_DELETE_ALT) . '</a>'; ?></div>
  33  <br class="clearBoth">
  34  <?php
  35    }
  36  ?>
  37  </fieldset>
  38  
  39  
  40  <div class="buttonRow forward"><?php echo '<a href="' . $origin_href . '">' . zen_image_button(BUTTON_IMAGE_CONTINUE, BUTTON_CONTINUE_ALT) . '</a>'; ?></div>
  41  </div>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics