PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
modules
/
admin
/
templates
<div class="qodef-admin-page"> <form method="post" id="qode_framework_ajax_form" data-options-name="<?php echo esc_attr( $options_name ); ?>"> <div class="qodef-admin-header"> <div class="qodef-header-left"> <div class="qodef-header-left-inner"> <div class="qodef-logo-holder"> <a href="https://qodeinteractive.com" target="_blank"> <img src="<?php echo esc_url( QODE_FRAMEWORK_INC_URL_PATH . '/common/modules/admin/assets/img/logo-qode-interactive.png' ); ?>" alt="<?php esc_attr_e( 'Admin Qode Interactive image', 'qode-framework' ); ?>"/> </a> </div> <div class="qodef-help-center-holder"> <a href="https://helpcenter.qodeinteractive.com" target="_blank"> <img class="qodef-help-image" src="<?php echo esc_url( QODE_FRAMEWORK_INC_URL_PATH . '/common/modules/admin/assets/img/help-center-icon.png' ); ?>" alt="<?php echo esc_attr__( 'Help Center Icon image', 'qode-framework' ); ?>"/> <span class="qodef-help-text"><?php esc_html_e( 'Support Center', 'qode-framework' ); ?></span> </a> </div> <div class="qodef-search-holder"> <?php qode_framework_svg_icon( 'search', 'qodef-search-icon' ); ?> <input class="qodef-search-field qodef-input" value="" placeholder="<?php esc_attr_e( 'Search Options', 'qode-framework' ); ?>"> <?php qode_framework_svg_icon( 'spinner', 'qodef-search-loading qodef-hidden' ); ?> </div> </div> </div> <div class="qodef-header-right"> <div class="qodef-header-right-inner"> <div class="qodef-save-success"> <p class="qodef-field-description"><?php esc_html_e( 'Successfully saved!', 'qode-framework' ); ?></p> </div> <div class="qodef-save-reset-loading"><?php qode_framework_svg_icon( 'spinner', 'qodef-save-reset-loading-spinner' ); ?></div> <div class="qodef-form-save-holder"> <input type="submit" class="qodef-btn qodef-btn-solid qodef-save-reset-button" name="qodef_save" value="<?php esc_attr_e( 'Save Changes', 'qode-framework' ); ?>"/> </div> <div class="qodef-form-reset-holder"> <input onclick="return confirm('<?php esc_html_e( 'Are you sure? You will reset all options to default values. This will also apply on already imported demo.', 'qode-framework' ); ?>');" type="submit" class="qodef-btn qodef-btn-outlined qodef-save-reset-button" name="qodef_reset" value="<?php esc_attr_e( 'Reset All', 'qode-framework' ); ?>"/> </div> </div> </div> </div> <div class="qodef-admin-content"> <?php $options->render_navigation(); ?> <?php $options->render_content(); ?> </div> <?php wp_nonce_field( 'qode_framework_ajax_save_nonce', 'qode_framework_ajax_save_nonce' ); ?> </form> </div>
[-] holder.php
[edit]
[+]
..
[-] navigation.php
[edit]
[-] content.php
[edit]