ブランド

レビュー  [詳細]

商品のレビューはまだありません。
<?php /** * Page Template * * Loaded automatically by index.php?main_page=create_account. * Displays Create Account form. * * @copyright Copyright 2003-2022 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: DrByte 2020 Dec 25 Modified in v1.5.8-alpha $ */ ?> <div class="centerColumn" id="createAcctDefault"> <h1 id="createAcctDefaultHeading"><?php echo HEADING_TITLE; ?></h1> <div style="padding-left:2em"> <?php echo zen_draw_form('createAccountForm', zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'), 'post', 'onsubmit="return check_form(createAccountForm);" id="createAccountForm" class="h-adr"') . zen_draw_hidden_field('action', 'process') . zen_draw_hidden_field('email_pref_html', 'email_format'); ?> <h4 id="createAcctDefaultLoginLink"><?php echo sprintf(TEXT_ORIGIN_LOGIN, zen_href_link(FILENAME_LOGIN, zen_get_all_get_params(['action']), 'SSL')); ?></h4> <?php if (zen_use_YubinBango_check()) { echo PHP_EOL . zen_add_Yubinbango_url(); echo PHP_EOL . '<span class="p-country-name" style="display:none;">Japan</span>' . PHP_EOL; } ?> <fieldset> <legend><?php echo CATEGORY_PERSONAL; ?></legend> <?php require($template->get_template_dir('tpl_modules_create_account.php', DIR_WS_TEMPLATE, $current_page_base, 'templates') . '/tpl_modules_create_account.php'); ?> </fieldset> <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT, BUTTON_SUBMIT_ALT); ?></div> <?php echo '</form>'; ?> </div> </div>
Copyright © 2024 ほーるど市場. Powered by Zen Cart / bigmouse Inc.