Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_hikashop/views/user/tmpl/registration.php
Назад
<?php /** * @package HikaShop for Joomla! * @version 2.2.3 * @author hikashop.com * @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php if(HIKASHOP_RESPONSIVE) { echo $this->loadTemplate('bootstrap'); return; } if($this->display_method==1){ $this->simplified_registration=explode(',',$this->simplified_registration); if(in_array('2',$this->simplified_registration)){ $registration=2; } if(in_array('0',$this->simplified_registration)){ $registration=0; } if(in_array('1',$this->simplified_registration)){ $registration=1; } if(in_array('3',$this->simplified_registration)){ $registration=3; } $this->simplified_registration = $registration; } ?> <table cellpadding="0" cellspacing="0" border="0" class="hikashop_contentpane"> <?php if(!$this->simplified_registration){ ?> <tr class="hikashop_registration_name_line" id="hikashop_registration_name_line"> <td class="key"> <label id="namemsg" for="register_name"> <?php echo JText::_( 'HIKA_USER_NAME' ); ?> </label> </td> <td> <input type="text" name="data[register][name]" id="register_name" value="<?php echo $this->escape($this->mainUser->get( 'name' ));?>" class="inputbox required" maxlength="50" /> * </td> </tr> <tr class="hikashop_registration_username_line" id="hikashop_registration_username_line"> <td class="key"> <label id="usernamemsg" for="register_username"> <?php echo JText::_( 'HIKA_USERNAME' ); ?> </label> </td> <td> <input type="text" id="register_username" name="data[register][username]" value="<?php echo $this->escape($this->mainUser->get( 'username' ));?>" class="inputbox required validate-username" maxlength="25" /> * </td> </tr> <?php }?> <tr class="hikashop_registration_email_line"> <td class="key"> <label id="emailmsg" for="register_email"> <?php echo JText::_( 'HIKA_EMAIL' ); ?> </label> </td> <td> <input type="text" id="register_email" name="data[register][email]" value="<?php echo $this->escape($this->mainUser->get( 'email' ));?>" class="inputbox required validate-email" maxlength="100" /> * </td> </tr> <?php if($this->config->get('show_email_confirmation_field',0)){ ?> <tr class="hikashop_registration_email_confirm_line"> <td class="key"> <label id="email_confirm_msg" for="register_email_confirm"> <?php echo JText::_( 'HIKA_EMAIL_CONFIRM' ); ?> </label> </td> <td> <input type="text" id="register_email_confirm" name="data[register][email_confirm]" value="<?php echo $this->escape($this->mainUser->get( 'email' ));?>" class="inputbox required validate-email" maxlength="100" onchange="if(this.value!=document.getElementById('register_email').value){alert('<?php echo JText::_('THE_CONFIRMATION_EMAIL_DIFFERS_FROM_THE_EMAIL_YOUR_ENTERED',true); ?>'); this.value = '';}" /> * </td> </tr> <?php } if(!$this->simplified_registration || $this->simplified_registration == 3){ ?> <tr class="hikashop_registration_password_line" id="hikashop_registration_password_line"> <td class="key"> <label id="pwmsg" for="password"> <?php echo JText::_( 'HIKA_PASSWORD' ); ?> </label> </td> <td> <input class="inputbox required validate-password" type="password" id="register_password" name="data[register][password]" value="" /> * </td> </tr> <tr class="hikashop_registration_password2_line" id="hikashop_registration_password2_line"> <td class="key"> <label id="pw2msg" for="register_password2"> <?php echo JText::_( 'HIKA_VERIFY_PASSWORD' ); ?> </label> </td> <td> <input class="inputbox required validate-passverify" type="password" id="register_password2" name="data[register][password2]" value="" /> * </td> </tr> <?php }?> <?php $this->setLayout('custom_fields'); $this->type = 'user'; echo $this->loadTemplate(); if($this->config->get('affiliate_registration',0)){ ?> <tr class="hikashop_registration_affiliate_line"> <td colspan="2"> <input class="hikashop_affiliate_checkbox" id="hikashop_affiliate_checkbox" type="checkbox" name="hikashop_affiliate_checkbox" value="1" <?php echo $this->affiliate_checked; ?> /> <label for="hikashop_affiliate_checkbox"> <?php $affiliate_terms = $this->config->get('affiliate_terms',0); $label = JText::_('BECOME_A_PARTNER'); if(!empty($affiliate_terms)){?> <span class="hikashop_affiliate_terms_span_link" id="hikashop_affiliate_terms_span_link"> <a class="hikashop_affiliate_terms_link" id="hikashop_affiliate_terms_link" target="_blank" href="<?php echo JRoute::_('index.php?option=com_content&view=article&id='.$affiliate_terms); ?>"><?php echo $label; ?></a> </span><?php }else{ echo $label; } ?> </label> </td> </tr> <?php } ?> <tr class="hikashop_registration_address_info_line"> <td colspan="2" height="40"> <h3 class="hikashop_registration_address_info_title"><?php echo JText::_( 'ADDRESS_INFORMATION' ); ?></h3> </td> </tr> <?php $this->type = 'address'; echo $this->loadTemplate(); ?> <tr class="hikashop_registration_required_info_line"> <td colspan="2" height="40"> <?php echo JText::_( 'HIKA_REGISTER_REQUIRED' ); ?> </td> </tr> </table> <input type="hidden" name="data[register][id]" value="<?php echo (int)$this->mainUser->get( 'id' );?>" /> <input type="hidden" name="data[register][gid]" value="<?php echo (int)$this->mainUser->get( 'gid' );?>" /> <?php if(empty($this->form_name)){ $this->form_name = 'hikashop_checkout_form'; } $registerButtonName=JText::_('HIKA_REGISTER'); if($this->simplified_registration==2){ $registerButtonName=JText::_('HIKA_NEXT'); } echo $this->cartClass->displayButton($registerButtonName,'register',$this->params,hikashop_currentUrl(),' hikashopSubmitForm(\''.$this->form_name.'\'); return false;','id="hikashop_register_form_button"'); $button = $this->config->get('button_style','normal'); if ($button=='css') echo '<input type="submit" style="position: absolute; left: -9999px; width: 1px; height: 1px;"/></input>';
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка