????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.217 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/plugins/fusion-builder/inc/templates/ |
Upload File : |
<script type="text/template" id="fusion-builder-block-module-settings-template">
<div class="fusion-builder-modal-top-container">
<# if ( typeof( fusionAllElements[atts.element_type] ) !== 'undefined' ) { #>
<h2>{{ fusionAllElements[atts.element_type].name }}</h2>
<# }; #>
<div class="fusion-builder-modal-close fusiona-plus2"></div>
<# group_options = {}, group_options['general'] = {}; #>
<!-- Move options to groups -->
<# _.each( fusionAllElements[atts.element_type].params, function(param) { #>
<# if ( typeof( param.group ) !== 'undefined' ) { #>
<# var group_tag = param.group.toLowerCase().replace(/ /g, '-'); #>
<# if ( typeof( group_options[group_tag] ) == 'undefined' ) {
group_options[group_tag] = {};
} #>
<# group_options[group_tag][param.param_name] = param; #>
<# } else { #>
<# group_options['general'][param.param_name] = param; #>
<# }; #>
<# } ); #>
<!-- If there is more than one group found show tabs -->
<# if ( Object.keys(group_options).length > 1 ) { #>
<ul class="fusion-tabs-menu">
<# _.each( group_options, function( options, group) { #>
<li class=""><a href="#{{ group }}">{{ group.replace(/-/g, ' ') }}</a></li>
<# }); #>
</ul>
<# }; #>
</div>
<div class="fusion-builder-modal-bottom-container">
<a href="#" class="fusion-builder-modal-save">
<span>
<# if ( FusionPageBuilderApp.shortcodeGenerator === true && FusionPageBuilderApp.shortcodeGeneratorMultiElementChild !== true ) { #>
{{ fusionBuilderText.insert }}
<# } else { #>
{{ fusionBuilderText.save }}
<# } #>
</span>
</a>
<a href="#" class="fusion-builder-modal-close">
<span>
{{ fusionBuilderText.cancel }}
</span>
</a>
</div>
<# if ( typeof ( atts.multi ) !== 'undefined' && atts.multi == 'multi_element_parent' ) {
advanced_module_class = ' fusion-builder-main-settings-advanced';
} else {
advanced_module_class = '';
} #>
<div class="fusion-builder-main-settings fusion-builder-main-settings-full <# if ( Object.keys(group_options).length > 1 ) { #>has-group-options<# } #>{{ advanced_module_class }}">
<# if ( typeof( fusionAllElements[atts.element_type] ) !== 'undefined' ) { #>
<# if ( _.isObject ( fusionAllElements[atts.element_type].params ) ) { #>
<!-- If there is more than one group found show tabs -->
<# if ( Object.keys(group_options).length > 1 ) { #>
<!-- Show group options -->
<div class="fusion-tabs">
<# _.each( group_options, function( options, group) { #>
<div id="{{ group }}" class="fusion-tab-content">
<?php fusion_element_options_loop( 'options' ); ?>
</div>
<# } ); #>
</div>
<# } else { #>
<?php fusion_element_options_loop( 'fusionAllElements[atts.element_type].params' ); ?>
<# }; #>
<# }; #>
<# } else { #>
{{ atts.element_type }} - Undefined Module
<# }; #>
<!-- Show create new subelement button -->
<# if ( fusionAllElements[atts.element_type].multi !== 'undefined' && fusionAllElements[atts.element_type].multi == 'multi_element_parent' ) { #>
<# element_child = fusionAllElements[atts.element_type].element_child #>
<div class="fusion-builder-option-advanced-module-settings" data-element_type="{{ element_child }}">
<div class="fusion-builder-option-advanced-module-settings-content">
<h3>{{ fusionBuilderText.add_edit_items }}</h3>
<p>{{ fusionBuilderText.sortable_items_info }}</p>
<ul class="fusion-builder-sortable-options"></ul>
<a href="#" class="fusion-builder-add-multi-child"><span class="fusiona-plus"></span> {{ fusionAllElements[element_child].name }}</a>
</div>
</div>
<# }; #>
</div>
</script>