File manager - Edit - /home/verseaumee/ptitsanes/plugins/user/solidres/components/com_solidres/views/myprofile/tmpl/edit.php
Back
<?php /*------------------------------------------------------------------------ Solidres - Hotel booking extension for Joomla ------------------------------------------------------------------------ @Author Solidres Team @Website http://www.solidres.com @Copyright Copyright (C) 2013 - 2019 Solidres. All Rights Reserved. @License GNU General Public License version 3, or later ------------------------------------------------------------------------*/ /* * This layout file can be overridden by copying to: * * /templates/TEMPLATENAME/html/com_solidres/myprofile/edit.php * * However, occasionally we will need to update template/layout related files and it is the template developers' * responsibility to update the overridden files (if any) to maintain full compatibility with Solidres. * * We do not provide support if any of the overridden files are out of date and are not compatible with Solidres. * * @version 2.8.0 */ defined('_JEXEC') or die; use Joomla\CMS\Toolbar\Toolbar; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Router\Route; HTMLHelper::_('behavior.formvalidation'); $displayData['customer_id'] = $this->form->getValue('id'); ?> <div id="solidres" class="<?php echo SR_UI ?>"> <div class="<?php echo SR_UI_GRID_CONTAINER ?>"> <div class="<?php echo SR_UI_GRID_COL_12 ?>"> <?php echo SRLayoutHelper::render('customer.navbar', $displayData); ?> </div> </div> <div class="<?php echo SR_UI_GRID_CONTAINER ?>"> <div class="<?php echo SR_UI_GRID_COL_12 ?>"> <?php echo Toolbar::getInstance()->render(); ?> </div> </div> <div class="<?php echo SR_UI_GRID_CONTAINER ?>"> <div id="sr_panel_right" class="sr_form_view <?php echo SR_UI_GRID_COL_12 ?>"> <div class="sr-inner"> <script type="text/javascript"> Joomla.submitbutton = function(task) { if (task == 'myprofile.cancel' || document.formvalidator.isValid(document.getElementById('adminForm'))) { Joomla.submitform(task); } } </script> <form enctype="multipart/form-data" action="<?php Route::_('index.php?option=com_solidres&task=myprofile.edit&id=' . $this->form->getValue('id'), false); ?>" method="post" name="adminForm" id="adminForm" class="form-validate form-horizontal"> <ul class="nav nav-tabs"> <li class="active"><a href="#general" data-toggle="tab"><?php echo JText::_('SR_NEW_GENERAL_INFO')?></a></li> <li><a href="#apiKeys" data-toggle="tab"><?php echo JText::_('SR_API_KEYS_LABEL')?></a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="general"> <?php echo $this->loadTemplate('general'); ?> </div> <div class="tab-pane" id="apiKeys"> <?php foreach($this->form->getFieldset('api') as $field): ?> <?php echo $field->renderField(); ?> <?php endforeach; ?> </div> </div> <input type="hidden" name="task" value="" /> <input type="hidden" name="return" value="<?php echo $this->returnPage; ?>" /> <?php echo HTMLHelper::_('form.token'); ?> </form> </div> </div> </div> <?php if ($this->showPoweredByLink) : ?> <div class="<?php echo SR_UI_GRID_CONTAINER ?>"> <div class="<?php echo SR_UI_GRID_COL_12 ?> powered"> <p>Powered by <a href="http://www.solidres.com" target="_blank">Solidres</a></p> </div> </div> <?php endif ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings