| Server IP : 43.130.17.34 / Your IP : 216.73.217.6 Web Server : nginx/1.28.0 System : Linux VM-4-12-opencloudos 6.6.92-34.1.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 25 21:32:13 CST 2025 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,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,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/yespkg.com/wp-content/plugins/bb-plugin/includes/ |
Upload File : |
<form class="fl-builder-settings fl-template-selector">
<div class="fl-lightbox-header">
<h1><?php _e('Layout Templates', 'fl-builder'); ?></h1>
<?php if ( count( $filter_data ) > 1 ) : ?>
<div class="fl-template-category-filter fl-builder-settings-fields">
<select class="fl-template-category-select" name="fl-template-category-select">
<?php foreach ( $filter_data as $slug => $category ) : ?>
<option value="fl-builder-settings-tab-<?php echo $slug; ?>"><?php echo $category; ?></option>
<?php endforeach; ?>
</select>
</div>
<?php endif; ?>
</div>
<div class="fl-builder-settings-fields fl-nanoscroller">
<div class="fl-nanoscroller-content">
<?php if ( true === FL_BUILDER_LITE ) : ?>
<?php if ( FLBuilderModel::has_templates() ) : ?>
<div class="fl-builder-settings-message fl-builder-templates-cta">
<p>Save and reuse your layouts or kick-start your creativity with even more professionally designed templates.</p>
<a class="fl-builder-upgrade-button fl-builder-button" href="<?php echo FLBuilderModel::get_store_url( '', array( 'utm_medium' => 'bb-lite', 'utm_source' => 'builder-ui', 'utm_campaign' => 'templates-cta' ) ); ?>" target="_blank">Learn More <i class="fa fa-external-link-square"></i></a>
</div>
<?php else : ?>
<div class="fl-builder-settings-message fl-builder-templates-cta">
<p>Save and reuse your layouts or kick-start your creativity with dozens of professionally designed templates.</p>
<a class="fl-builder-upgrade-button fl-builder-button" href="<?php echo FLBuilderModel::get_store_url( '', array( 'utm_medium' => 'bb-lite', 'utm_source' => 'builder-ui', 'utm_campaign' => 'templates-cta' ) ); ?>" target="_blank">Learn More <i class="fa fa-external-link-square"></i></a>
</div>
<img class="fl-builder-templates-cta-img" src="<?php echo FL_BUILDER_URL; ?>img/templates-preview.jpg" />
<?php endif; ?>
<?php endif; ?>
<?php $i = 0; foreach ( $templates['categorized'] as $slug => $category ) : ?>
<div id="fl-builder-settings-tab-<?php echo $slug; ?>" class="fl-builder-settings-tab<?php if ( 0 === $i ) echo ' fl-active'; ?>">
<div class="fl-builder-settings-section">
<?php $k = 0; foreach ( $category['templates'] as $template ) : ?>
<div class="fl-template-preview<?php if(($k + 1) % 3 === 0) echo ' fl-last'; ?>" data-id="<?php echo $template['id']; ?>">
<div class="fl-template-image">
<img src="<?php echo $template['image']; ?>" />
</div>
<span><?php echo $template['name']; ?></span>
</div>
<?php $k++; endforeach; ?>
</div>
</div>
<?php $i++; endforeach; ?>
<?php do_action( 'fl_builder_template_selector_content' ); ?>
</div>
</div>
<div class="fl-lightbox-footer">
<span class="fl-builder-settings-cancel fl-builder-button fl-builder-button-large" href="javascript:void(0);" onclick="return false;"><?php _e('Cancel', 'fl-builder'); ?></span>
</div>
</form>