File manager - Edit - /home/capoccitel/www/administrator/components/com_rsform/layouts/uikit.php
Back
<?php /** * @package RSForm! Pro * @copyright (C) 2007-2014 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <?php if ($showFormTitle) { ?> <h2>{global:formtitle}</h2> <?php } ?> {error} <?php foreach ($fieldsets as $page_num => $fields) { ?> <!-- Do not remove this ID, it is used to identify the page so that the pagination script can work correctly --> <fieldset class="uk-form uk-form-horizontal formContainer" id="rsform_{global:formid}_page_<?php echo $page_num; ?>"> <?php foreach ($fields['visible'] as $field) { // handle special hidden fields if ($this->getProperty($field['data'], 'LAYOUTHIDDEN', false)) { continue; } // retrieve the componentTypeId to check if is free text $componentTypeId = $this->getComponentType($field['data']['componentId'], $formId); $fieldName = $this->getProperty($field['data'], 'NAME'); // detect if the field is a Captcha Field of any sort $captchaField = false; if (in_array($componentTypeId, RSFormProHelper::$captchaFields) && !empty($formOptions->RemoveCaptchaLogged)) { $captchaField = true; } ?> <?php if ($captchaField) { ?> {if {global:userid} == "0"} <?php } ?> <div class="uk-form-row rsform-block rsform-block-<?php echo JFilterOutput::stringURLSafe($fieldName)?>{<?php echo $fieldName; ?>:errorClass}"> <?php if ($componentTypeId != RSFORM_FIELD_FREETEXT) {?> <label class="uk-form-label control-label formControlLabel"<?php echo (!$field['pagebreak'] ? ' data-uk-tooltip="{pos:\'top-left\'}"' : ''); ?><?php if (!$field['pagebreak']) {?> title="{<?php echo $fieldName; ?>:description}" for="<?php echo $fieldName; ?>"<?php } ?>><?php if ($field['pagebreak']) { ?> <?php } else { ?>{<?php echo $fieldName; ?>:caption}<?php echo ($field['required'] ? '<strong class="formRequired">'.$requiredMarker.'</strong>' : ''); } ?></label> <div class="uk-form-controls formControls"> <?php } ?> {<?php echo $fieldName; ?>:body}<?php if (!$field['pagebreak'] && $componentTypeId != RSFORM_FIELD_FREETEXT) { ?> <span class="formValidation">{<?php echo $fieldName; ?>:validation}</span><?php } else { echo "\n"; } ?> <?php if ($componentTypeId != RSFORM_FIELD_FREETEXT) {?> </div> <?php } ?> </div> <?php if ($captchaField) { ?> {/if} <?php } ?> <?php } if (!empty($fields['hidden'])) { foreach ($fields['hidden'] as $field) { $fieldName = $this->getProperty($field['data'], 'NAME'); ?> {<?php echo $fieldName; ?>:body} <?php } } ?> </fieldset> <?php }
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings