✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ webm004.cluster127.gra.hosting.ovh.net ​🇻​♯➤ 6.18.42-ovh-vps-grsec-zfs+ #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 54.36.91.62 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.191
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ _dyuweyrj4,_dyuweyrj4r,dl

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/docteuh/www/Psr/options//fusion-logics.php
<?php
/**
 * Underscore.js template.
 *
 * @since 3.3
 * @package fusion-library
 */

?>
<#
	var fieldId     = 'undefined' === typeof param.param_name ? param.id : param.param_name,
		defaultParam  = 'undefined' === typeof param.default ? '' : param.default,
		option_value  = _.isEmpty( option_value ) ? defaultParam : option_value,
		choices       = 'undefined' === typeof param.choices ? [] : param.choices,
		options       = option_value ? JSON.parse( FusionPageBuilderApp.base64Decode( option_value ) ) : [],
		placeholder   = 'undefined' === typeof param.placeholder ? [] : param.placeholder,
		comparisons   = 'undefined' === typeof param.comparisons ? [] : param.comparisons;

		if ( ! choices.length ) {
			// Filter map to only get form elements.
			formElements = _.filter( FusionPageBuilderApp.collection.models, function( element ) {
				var params = element.get( 'params' );
				if ( 'object' !== typeof params ) {
					return false;
				}
				return element.get( 'element_type' ).includes( 'fusion_form' ) && 'fusion_form_submit' !== element.get( 'element_type' ) && 'fusion_form_image_select_input' !== element.get( 'element_type' ) && ( 'string' === typeof params.label || 'undefined' === typeof params.label ) && 'string' === typeof params.name;
			} );

			_.each( formElements, function( formElement ) {
				var params     = formElement.get( 'params' ),
					inputLabel   = 'string' === typeof params.label && '' !== params.label ? params.label : params.name,
					elementType  = formElement.get( 'element_type' ),
					arrayType    = 'fusion_form_checkbox' === elementType || 'fusion_form_image_select' === elementType ? '[]' : '',
					options      = {};

				if ( ( 'undefined' !== typeof atts && atts.cid !== formElement.get( 'cid' ) ) && ( '' !== params.name || '' !== inputLabel ) ) {
					options = {
						'id' : params.name + arrayType,
						'title' : inputLabel,
						'type' : 'text',
						'comparisons' : comparisons
					};
					choices.push( options );
				}
			} );
		}
		choices.unshift( placeholder );
#>
<div class="fusion-builder-option-logics fusion-option-{{ fieldId }}">
	<# if ( choices.length ) { #>
		<a href="#" class="fusion-builder-add-sortable-child"><span class="fusiona-plus"></span><span class="add-sortable-child-text">{{ fusionBuilderText.add_new_logic }}</span></a>
		<div class="options-grid">
			<ul class="fusion-logics">
				<# _.each( options, function( option ) {
					var operator = option.operator,
						value	= option.value,
						hasOr = 'or' === operator ? 'has-or' : '',
						field	= option.field,
						additionals = 'undefined' !== typeof option.additionals ? option.additionals: null,
						comparison = option.comparison.split( ' ' ).join( '-' ).toLowerCase(),
						currentChoice = choices.find( ( { id } ) => id === field );

						// return eaerly if option no longer exists.
						if ( 'undefined' === typeof currentChoice ) {
							return;
						}

						const description = currentChoice.description || '';
				#>
					<li class="fusion-logic {{hasOr}}" aria-label-or="{{fusionBuilderText.logic_separator_text}}">
						<div class="fusion-logic-controller-head">
							<div class="logic-edit">
								<a href="#" class="fusion-sortable-edit" tabIndex="-1" aria-label="<?php esc_attr_e( 'Move Row', 'fusion-builder' ); ?>">
									<span class="fusiona-pen"></span>
								</a>
							</div>
							<h4 class="logic-title">{{currentChoice.title}}</h4>
							<div class="logic-remove">
								<a href="#" class="fusion-sortable-remove" tabIndex="-1" aria-label="<?php esc_attr_e( 'Remove Row', 'fusion-builder' ); ?>">
									<span class="fusiona-trash-o"></span>
								</a>
							</div>
						</div>
						<div class="fusion-logic-controller-content">
							<# if ( description ) { #> 
								<div class="logic-description description">{{{ description }}}</div>
							<# } #> 
						<div class="logic-field">
							<div class="logic-field-wrapper">
								<# if ( 'undefined' !== typeof FusionApp ) { #>
									<div class="fusion-select-wrapper">
										<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-dont-update fusion-logic-choices fusion-hide-from-atts">
										<# _.each( choices, function( choice, key ) { #>
											<#
												choiceName    = 'object' === typeof choice.title ? choice.title[0] : choice.title;
												choiceValue   = Number.isInteger( choice.id ) ? parseInt( choice.id ) : choice.id;
												isPlaceholder = 'placeholder' === choice.id ? 'disabled selected hidden' : '';
											#>
											<option value="{{ choiceValue }}" {{isPlaceholder}} {{ typeof( choiceValue ) !== 'undefined' && field === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
										<# }); #>
										</select>
										<span class="fusiona-arrow-down"></span>
									</div>

								<# } else { #>
								<div class="select_arrow"></div>
								<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-choices fusion-select-field<# if ( skipDebounce ) { #> fusion-skip-debounce<# } #><?php echo ( is_rtl() ) ? ' fusion-select-field-rtl' : ''; ?>"<?php echo ( is_rtl() ) ? ' data-dir="rtl"' : ''; ?>>
								<# _.each( choices, function( choice, key ) { #>
									<#
									choiceName    = 'object' === typeof choice.title ? choice.title[0] : choice.title;
									choiceValue   = Number.isInteger( choice.id ) ? parseInt( choice.id ) : choice.id;
									isPlaceholder = 'placeholder' === choice.id ? 'disabled selected hidden' : '';
									#>
									<option value="{{ choiceValue }}" {{isPlaceholder}} {{ typeof( choiceValue ) !== 'undefined' && field === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
								<# }); #>
								</select>

								<# } #>
							</div>
							<# if ( null !== additionals ) { #>
								<div class="logic-additionals">
									<# if ( 'text' === currentChoice.additionals.type ) { #>
										<input type="text" value="{{ additionals }}" placeholder="{{currentChoice.additionals.placeholder}}" class="fusion-hide-from-atts fusion-logic-additionals-field" />
									<# } else if ( 'select' === currentChoice.additionals.type ) { #>
										<# if ( 'undefined' !== typeof FusionApp ) { #>
											<div class="fusion-select-wrapper">
												<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-dont-update fusion-logic-option fusion-hide-from-atts">
													<# _.each( currentChoice.additionals.options, function( choiceName, choiceValue ) {
														choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
														choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
													#>
													<option value="{{ choiceValue }}" {{ typeof( additionals ) !== 'undefined' && additionals === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
													<# }); #>
												</select>
												<span class="fusiona-arrow-down"></span>
											</div>
											<# } else { #>
												<div class="select_arrow"></div>
												<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-additionals-field fusion-select-field<# if ( skipDebounce ) { #> fusion-skip-debounce<# } #><?php echo ( is_rtl() ) ? ' fusion-select-field-rtl' : ''; ?>"<?php echo ( is_rtl() ) ? ' data-dir="rtl"' : ''; ?>>
													<# _.each( currentChoice.additionals.options, function( choiceName, choiceValue ) { #>
														<#
														choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
														choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
														#>
														<option value="{{ choiceValue }}" {{ typeof( additionals ) !== 'undefined' && additionals === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
													<# }); #>
												</select>
											<# }
										} #>
								</div>
							<# } #>
						</div>
						<div class="fusion-logic-controller">
							<div class="logic-comparison-dropdown">
								<select class="logic-comparison-selection fusion-hide-from-atts">
									<# _.each( currentChoice.comparisons, function( comparisonName, comparisonValue ) { #>
										<#
											isSelected    = comparison === comparisonValue ? 'selected="selected"' : '';
										#>
										<option value="{{comparisonValue}}" {{isSelected}}>{{comparisonName}}</option>
									<# }); #>
								</select>
							</div>
						</div>
						<div class="logic-value">
							<div class="logic-value-field">
								<# if ( 'text' === currentChoice.type ) { #>
										<input type="text" value="{{ value }}" class="fusion-hide-from-atts fusion-logic-option" />
									<# } else if ( 'select' === currentChoice.type ) { #>
										<# if ( 'undefined' !== typeof FusionApp ) { #>
											<div class="fusion-select-wrapper">
												<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-dont-update fusion-logic-option fusion-hide-from-atts">
												<# _.each( currentChoice.options, function( choiceName, choiceValue ) { #>
													<#
														choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
														choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
													#>
													<option value="{{ choiceValue }}" {{ typeof( value ) !== 'undefined' && value === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
												<# }); #>
												</select>
												<span class="fusiona-arrow-down"></span>
											</div>
										<# } else { #>
										<div class="select_arrow"></div>
										<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-option fusion-select-field<# if ( skipDebounce ) { #> fusion-skip-debounce<# } #><?php echo ( is_rtl() ) ? ' fusion-select-field-rtl' : ''; ?>"<?php echo ( is_rtl() ) ? ' data-dir="rtl"' : ''; ?>>
										<# _.each( currentChoice.options, function( choiceName, choiceValue ) { #>
											<#
												choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
												choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
											#>
											<option value="{{ choiceValue }}" {{ typeof( choiceValue ) !== 'undefined' && value === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
										<# }); #>
										</select>
										<# }
									} #>
								</div>
						</div>
						<div class="logic-operator">
							<span class="fusion-sortable-operator {{operator}}" tabIndex="-1" aria-label-and="<?php esc_attr_e( 'AND', 'fusion-builder' ); ?>" aria-label-or="<?php esc_attr_e( 'OR', 'fusion-builder' ); ?>"></span>
						</div>
						</div>
					</li>
				<# } ); #>
			</ul>
			<input class="logic-values skip-update" type="hidden" id="{{ param.param_name }}" name="{{ param.param_name }}" value="{{ option_value }}">
		</div>
		<div class="fusion-logic-template" style="display:none;" >
			<div class="fusion-logic-controller-head">
				<div class="logic-edit">
					<a href="#" class="fusion-sortable-edit" tabIndex="-1" aria-label="<?php esc_attr_e( 'Move Row', 'fusion-builder' ); ?>">
						<span class="fusiona-pen"></span>
					</a>
				</div>
				<h4 class="logic-title">{{ typeof( choices[0] ) === 'object' ?  choices[0].title : '' }}</h4>
				<div class="logic-remove">
					<a href="#" class="fusion-sortable-remove" tabIndex="-1" aria-label="<?php esc_attr_e( 'Remove Row', 'fusion-builder' ); ?>">
						<span class="fusiona-trash-o"></span>
					</a>
				</div>
			</div>
			<div class="fusion-logic-controller-content" style="display:block">
			<div class="logic-field">
				<div class="logic-field-wrapper">
					<# if ( 'undefined' !== typeof FusionApp ) { #>
					<div class="fusion-select-wrapper">
						<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-choices fusion-dont-update">
						<# _.each( choices, function( choice, key ) { #>
							<#
								isPlaceholder = 'placeholder' === choice.id ? 'disabled selected hidden' : '';
							#>
							<option value="{{ choice.id }}" {{isPlaceholder}} {{ typeof( value ) !== 'undefined' && field === choice.id ?  ' selected="selected"' : '' }}>{{ choice.title }}</option>
						<# }); #>
						</select>
						<span class="fusiona-arrow-down"></span>
					</div>
					<# } else { #>
					<div class="select_arrow"></div>
					<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-choices fusion-select-field fusion-skip-init<# if ( skipDebounce ) { #> fusion-skip-debounce<# } #><?php echo ( is_rtl() ) ? ' fusion-select-field-rtl' : ''; ?>"<?php echo ( is_rtl() ) ? ' data-dir="rtl"' : ''; ?>>
					<# _.each( choices, function( choice, key ) { #>
						<#
							isPlaceholder = 'placeholder' === choice.id ? 'disabled selected hidden' : '';
						#>
						<option value="{{ choice.id }}" {{isPlaceholder}} {{ typeof( value ) !== 'undefined' && field === choice.id ?  ' selected="selected"' : '' }}>{{ choice.title }}</option>
					<# }); #>
					</select>
					<# } #>
				</div>
			</div>

			<div class="fusion-logic-controller">
				<div class="logic-comparison-dropdown">
					<select class="logic-comparison-selection fusion-hide-from-atts">
						<# if ( 'object' === typeof choices[0] ) {
							_.each( choices[0]['comparisons'], function( comparisonName, comparisonValue ) { #>
								<#
									isSelected    = 'equal' === comparisonValue ? 'active' : '';
								#>
								<option value="{{comparisonValue}}" {{isSelected}}>{{comparisonName}}</option>
							<# });
						}  #>
					</select>
				</div>

			</div>
			<div class="logic-value">
				<div class="logic-value-field">
					<# if ( 'object' === typeof choices[0] ) {
						if ( 'text' === choices[0]['type'] ) { #>
							<input type="text" value="" disabled placeholder="{{fusionBuilderText.condition_value}}" class="fusion-hide-from-atts fusion-logic-option" />
						<# } else if ( 'select' === choices[0]['type'] ) { #>
							<# if ( 'undefined' !== typeof FusionApp ) { #>
								<div class="fusion-select-wrapper">
									<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-dont-update fusion-logic-option fusion-hide-from-atts">
									<# _.each( choices[0]['options'], function( choiceName, choiceValue ) { #>
										<#
											choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
											choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
										#>
										<option value="{{ choiceValue }}" {{ typeof( value ) !== 'undefined' && field === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
									<# }); #>
									</select>
									<span class="fusiona-arrow-down"></span>
								</div>
							<# } else { #>
							<div class="select_arrow"></div>
							<select id="{{ fieldId }}" name="{{ fieldId }}" class="fusion-hide-from-atts fusion-logic-option fusion-select-field<# if ( skipDebounce ) { #> fusion-skip-debounce<# } #><?php echo ( is_rtl() ) ? ' fusion-select-field-rtl' : ''; ?>"<?php echo ( is_rtl() ) ? ' data-dir="rtl"' : ''; ?>>
							<# _.each( choices[0]['options'], function( choiceName, choiceValue ) { #>
								<#
									choiceName  = 'object' === typeof choiceName ? choiceName[0] : choiceName;
									choiceValue = Number.isInteger( choiceValue ) ? parseInt( choiceValue ) : choiceValue;
								#>
								<option value="{{ choiceValue }}" {{ typeof( choiceValue ) !== 'undefined' && field === choiceValue ?  ' selected="selected"' : '' }} >{{ choiceName }}</option>
							<# }); #>
							</select>
							<# }
						}
					} #>
				</div>
			</div>
			<div class="logic-operator">
				<span href="#" class="fusion-sortable-operator and" tabIndex="-1" aria-label-and="<?php esc_attr_e( 'AND', 'fusion-builder' ); ?>" aria-label-or="<?php esc_attr_e( 'OR', 'fusion-builder' ); ?>"></span>
			</div>
		</div>
		</div>
		<div class="fusion-logics-all-choices" style="display:none">{{JSON.stringify( choices )}}</div>
	<# } else { #>
		<div class="no-fields">{{fusionBuilderText.no_logic_field}}</div>
	<# } #>
</div>


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
27 Sep 2026 9.41 AM
docteuh / users
0755
ajax-select.php
3.89 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
button.php
0.392 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
checkbox-button-set.php
1.539 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
code.php
0.865 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
color-palette.php
2.72 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
colorpicker.php
0.608 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
colorpickeralpha.php
0.607 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
column-width.php
2.818 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
connected-sortable.php
1.807 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
date-time-picker.php
2.34 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
dimension.php
7.535 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
export.php
2.803 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
form-options.php
4.26 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
fusion-logics.php
15.965 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
hubspot-consent-map.php
0.455 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
hubspot-map.php
0.44 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
iconpicker.php
1.393 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
import.php
5.236 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
info.php
0.221 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
layout-conditions.php
1.451 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
link-selector-object.php
0.96 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
link-selector.php
0.783 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
mailchimp-map.php
0.444 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
multiple-select.php
4.621 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
multiple-upload.php
0.438 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
nominatim-search.php
1.004 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
radio-button-set.php
2.422 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
range.php
1.839 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
raw-text.php
0.379 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
raw-textarea.php
0.322 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
repeater.php
0.751 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
select.php
3.985 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
sortable-text.php
1.878 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
sortable.php
0.639 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
switch.php
0.683 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
textarea.php
0.356 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
textfield.php
0.417 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
tinymce.php
0.351 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
toggle.php
1.079 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
typography-sets.php
0.544 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
typography.php
11.63 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
upload-id.php
1.306 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
upload-images.php
1.245 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
upload-object.php
1.369 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
upload.php
1.515 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
uploadattachment.php
0.523 KB
20 Nov 2023 7.12 PM
docteuh / users
0644
uploadfile.php
1.196 KB
20 Nov 2023 7.12 PM
docteuh / users
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF