PATH:
home
/
letacommog
/
lenazen
/
wp-content
/
plugins
/
fusion-builder
/
inc
/
templates
<script type="text/template" id="fusion-builder-app-template"> <div id="fusion-loader"><span class="fusion-builder-loader"></span></div> <div id="content-error" title="{{{ fusionBuilderText.content_error_title }}}" style="display:none;"> <p>{{{ fusionBuilderText.content_error_description }}}</p> </div> <div id="fusion_builder_controls"> <ul id="fusion-page-builder-tabs"> <li><a href="javascript:void(0)" class="fusion-builder-button">{{ fusionBuilderText.builder }}</a></li> <li><a href="#" class="fusion-builder-library-dialog">{{ fusionBuilderText.library }}</a></li> </ul> <div class="fusion-page-builder-controls"> <a href="#" class="fusion-builder-layout-buttons fusion-builder-layout-buttons-toggle-containers" title="{{ fusionBuilderText.toggle_all_sections }}"><span class="dashicons-before dashicons-arrow-down"></span></a> <a href="#" class="fusion-builder-layout-buttons fusion-builder-layout-custom-css <?php echo esc_attr( $has_custom_css ); ?>" title="{{ fusionBuilderText.custom_css }}"><span class="fusiona-code"></span></a> <a href="#" class="fusion-builder-layout-buttons fusion-builder-template-buttons-save" title="{{ fusionBuilderText.save_page_layout }}"><span class="fusiona-drive"></span></a> <a href="#" class="fusion-builder-layout-buttons fusion-builder-layout-buttons-clear" title="{{ fusionBuilderText.delete_page_layout }}"><span class="fusiona-trash-o"></span></a> <a href="javascript:void(0)" class="fusion-builder-layout-buttons fusion-builder-layout-buttons-history" title="{{ fusionBuilderText.history }}"> <span class="dashicons dashicons-backup"></span> <ul class="fusion-builder-history-list"> <li class="fusion-empty-history fusion-history-active-state" data-state-id="1"><span class="dashicons dashicons-arrow-right-alt2"></span>{{ fusionBuilderText.empty }}</li> </ul> </a> </div> <div class="fusion-custom-css"> <?php $echo_custom_css = ''; if ( '' != $saved_custom_css ) { $echo_custom_css = $saved_custom_css; } ?> <textarea name="_fusion_builder_custom_css" id="fusion-custom-css-field" placeholder="{{ fusionBuilderText.add_css_code_here }}"><?php echo $echo_custom_css; // WPCS: XSS ok. ?></textarea> </div> </div> <div id="fusion_builder_container"> <?php do_action( 'fusion_builder_before_content' ); ?> </div> <?php do_action( 'fusion_builder_after_content' ); ?> <div id="fusion-builder-layouts"> <?php fusion_builder_display_library_content(); ?> </div> </script>
[+]
..
[-] row.php
[edit]
[-] element.php
[edit]
[-] element-library.php
[edit]
[-] container.php
[edit]
[+]
shortcodes
[-] app.php
[edit]
[-] modal.php
[edit]
[+]
options
[-] multi-element-sortable-child.php
[edit]
[-] column.php
[edit]
[-] nested-column.php
[edit]
[-] column-library.php
[edit]
[+]
custom
[-] nested-column-library.php
[edit]
[-] next-page.php
[edit]
[-] nested-row.php
[edit]
[-] generator-elements.php
[edit]
[-] element-settings.php
[edit]
[-] blank-page.php
[edit]
[+]
previews
[-] context-menu.php
[edit]