Файловый менеджер - Редактировать - /home/lakoyani/lakoyani.com.fj/entry.tpl.php.tar
Назад
usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/general/entry.tpl.php 0000644 00000002242 14711324342 0022253 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'settings' => __( 'General Settings', 'litespeed-cache' ), 'settings_tuning' => __( 'Tuning', 'litespeed-cache' ), ); if ( $this->_is_network_admin ) { $menu_list = array( 'network_settings' => __( 'General Settings', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache General Settings', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php $this->form_action(); // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/general/$tab.tpl.php"; echo "</div>"; } $this->form_end(); ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/dash/entry.tpl.php 0000644 00000001265 14711324343 0021564 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'dashboard' => __( 'Dashboard', 'litespeed-cache' ), ); if ( $this->_is_network_admin ) { $menu_list = array( 'network_dash' => __( 'Network Dashboard', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Dashboard', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <?php foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/dash/$tab.tpl.php"; echo "</div>"; } ?> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/db_optm/entry.tpl.php 0000644 00000002054 14711324432 0022265 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'manage' => __( 'Manage', 'litespeed-cache' ), ); if ( ! $this->_is_network_admin ) { $menu_list[ 'settings' ] = __( 'DB Optimization Settings', 'litespeed-cache' ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Database Optimization', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/db_optm/$tab.tpl.php"; echo "</div>"; } ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/general/entry.tpl.php 0000644 00000002165 14711324474 0022267 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'settings' => __( 'General Settings', 'litespeed-cache' ), 'settings_tuning' => __( 'Tuning', 'litespeed-cache' ), ); if ( $this->_is_network_admin ) { $menu_list = array( 'network_settings' => __( 'General Settings', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache General Settings', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/general/$tab.tpl.php"; echo "</div>"; } ?> </div> </div> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/page_optm/entry.tpl.php 0000644 00000003300 14711324644 0022612 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'settings_css' => __( 'CSS Settings', 'litespeed-cache' ), 'settings_js' => __( 'JS Settings', 'litespeed-cache' ), 'settings_html' => __( 'HTML Settings', 'litespeed-cache' ), 'settings_media' => __( 'Media Settings', 'litespeed-cache' ), 'settings_media_exc' => __( 'Media Excludes', 'litespeed-cache' ), 'settings_localization' => __( 'Localization', 'litespeed-cache' ), 'settings_tuning' => __( 'Tuning', 'litespeed-cache' ), ); ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Page Optimization', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <div class="litespeed-callout notice notice-warning inline"> <h4><?php echo __( 'NOTICE', 'litespeed-cache' ) ; ?></h4> <p><?php echo __( 'Please test thoroughly when enabling any option in this list. After changing Minify/Combine settings, please do a Purge All action.', 'litespeed-cache' ) ; ?></p> </div> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php $this->form_action() ; // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/page_optm/$tab.tpl.php" ; echo "</div>" ; } $this->form_end() ; ?> </div> </div> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/cache/entry.tpl.php 0000644 00000004172 14711325121 0021701 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'cache' => __( 'Cache', 'litespeed-cache' ), 'ttl' => __( 'TTL', 'litespeed-cache' ), 'purge' => __( 'Purge', 'litespeed-cache' ), 'excludes' => __( 'Excludes', 'litespeed-cache' ), 'esi' => __( 'ESI', 'litespeed-cache' ), ); if ( ! $this->_is_multisite ) { $menu_list[ 'object' ] = __( 'Object', 'litespeed-cache' ); $menu_list[ 'browser' ] = __( 'Browser', 'litespeed-cache' ); } $menu_list[ 'advanced' ] = __( 'Advanced', 'litespeed-cache' ); /** * Generate rules for setting usage * @since 1.6.2 */ global $wp_roles; if ( !isset( $wp_roles ) ) { $wp_roles = new \WP_Roles(); } $roles = array(); foreach ( $wp_roles->roles as $k => $v ) { $roles[ $k ] = $v[ 'name' ]; } ksort( $roles ); ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __('LiteSpeed Cache Settings', 'litespeed-cache'); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; $accesskey_set = array(); foreach ( $menu_list as $tab => $val ) { $accesskey = ''; if ( $i <= 9 ) { $accesskey = "litespeed-accesskey='$i'"; } else { $tmp = strtoupper( substr( $tab, 0, 1 ) ); if ( ! in_array( $tmp, $accesskey_set ) ) { $accesskey_set[] = $tmp; $accesskey = "litespeed-accesskey='$tmp'"; } } echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } do_action( 'litespeed_settings_tab', 'cache' ); ?> </h2> <div class="litespeed-body"> <?php $this->cache_disabled_warning(); ?> <?php $this->form_action(); require LSCWP_DIR . "tpl/inc/check_if_network_disable_all.php"; require LSCWP_DIR . "tpl/cache/more_settings_tip.tpl.php"; // include all tpl for faster UE foreach ( $menu_list as $tab => $val ) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/cache/settings-$tab.tpl.php"; echo "</div>"; } do_action( 'litespeed_settings_content', 'cache' ); $this->form_end(); ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/cache/entry.tpl.php 0000644 00000004172 14711325154 0021711 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'cache' => __( 'Cache', 'litespeed-cache' ), 'ttl' => __( 'TTL', 'litespeed-cache' ), 'purge' => __( 'Purge', 'litespeed-cache' ), 'excludes' => __( 'Excludes', 'litespeed-cache' ), 'esi' => __( 'ESI', 'litespeed-cache' ), ); if ( ! $this->_is_multisite ) { $menu_list[ 'object' ] = __( 'Object', 'litespeed-cache' ); $menu_list[ 'browser' ] = __( 'Browser', 'litespeed-cache' ); } $menu_list[ 'advanced' ] = __( 'Advanced', 'litespeed-cache' ); /** * Generate rules for setting usage * @since 1.6.2 */ global $wp_roles; if ( !isset( $wp_roles ) ) { $wp_roles = new \WP_Roles(); } $roles = array(); foreach ( $wp_roles->roles as $k => $v ) { $roles[ $k ] = $v[ 'name' ]; } ksort( $roles ); ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __('LiteSpeed Cache Settings', 'litespeed-cache'); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; $accesskey_set = array(); foreach ( $menu_list as $tab => $val ) { $accesskey = ''; if ( $i <= 9 ) { $accesskey = "litespeed-accesskey='$i'"; } else { $tmp = strtoupper( substr( $tab, 0, 1 ) ); if ( ! in_array( $tmp, $accesskey_set ) ) { $accesskey_set[] = $tmp; $accesskey = "litespeed-accesskey='$tmp'"; } } echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } do_action( 'litespeed_settings_tab', 'cache' ); ?> </h2> <div class="litespeed-body"> <?php $this->cache_disabled_warning(); ?> <?php $this->form_action(); require LSCWP_DIR . "tpl/inc/check_if_network_disable_all.php"; require LSCWP_DIR . "tpl/cache/more_settings_tip.tpl.php"; // include all tpl for faster UE foreach ( $menu_list as $tab => $val ) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/cache/settings-$tab.tpl.php"; echo "</div>"; } do_action( 'litespeed_settings_content', 'cache' ); $this->form_end(); ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/page_optm/entry.tpl.php 0000644 00000003502 14711325173 0022616 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'settings_css' => __( 'CSS Settings', 'litespeed-cache' ), 'settings_js' => __( 'JS Settings', 'litespeed-cache' ), 'settings_html' => __( 'HTML Settings', 'litespeed-cache' ), 'settings_media' => __( 'Media Settings', 'litespeed-cache' ), 'settings_vpi' => __( 'VPI', 'litespeed-cache' ), 'settings_media_exc' => __( 'Media Excludes', 'litespeed-cache' ), 'settings_localization' => __( 'Localization', 'litespeed-cache' ), 'settings_tuning' => __( 'Tuning', 'litespeed-cache' ), 'settings_tuning_css' => __( 'Tuning', 'litespeed-cache' ) . ' - CSS', ); ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Page Optimization', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <div class="litespeed-callout notice notice-warning inline"> <h4><?php echo __( 'NOTICE', 'litespeed-cache' ) ; ?></h4> <p><?php echo __( 'Please test thoroughly when enabling any option in this list. After changing Minify/Combine settings, please do a Purge All action.', 'litespeed-cache' ) ; ?></p> </div> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php $this->form_action() ; // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/page_optm/$tab.tpl.php" ; echo "</div>" ; } $this->form_end() ; ?> </div> </div> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/cdn/entry.tpl.php 0000644 00000001744 14711325220 0021404 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'settings' => __( 'CDN Settings', 'litespeed-cache' ), 'manage' => __( 'Manage', 'litespeed-cache' ), ) ; ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache CDN', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/cdn/$tab.tpl.php" ; echo "</div>" ; } ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/toolbox/entry.tpl.php 0000644 00000003222 14711325224 0022325 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'purge' => __( 'Purge', 'litespeed-cache' ), ); if ( ! $this->_is_network_admin ) { $menu_list[ 'import_export' ] = __( 'Import / Export', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list[ 'edit_htaccess' ] = __( 'View .htaccess', 'litespeed-cache' ); } if ( ! $this->_is_network_admin ) { $menu_list[ 'heartbeat' ] = __( 'Heartbeat', 'litespeed-cache' ); // todo: will add this to network level later $menu_list[ 'report' ] = __( 'Report', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list[ 'settings-debug' ] = __( 'Debug Settings', 'litespeed-cache' ); $menu_list[ 'log_viewer' ] = __( 'Log View', 'litespeed-cache' ); $menu_list[ 'beta_test' ] = __( 'Beta Test', 'litespeed-cache' ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Toolbox', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/toolbox/$tab.tpl.php"; echo "</div>"; } ?> </div> </div> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/crawler/entry.tpl.php 0000644 00000002514 14711325301 0022273 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'summary' => __( 'Summary', 'litespeed-cache' ), 'map' => __( 'Map', 'litespeed-cache' ), 'blacklist' => __( 'Blacklist', 'litespeed-cache' ), 'settings-general' => __( 'General Settings', 'litespeed-cache' ), 'settings-simulation' => __( 'Simulation Settings', 'litespeed-cache' ), 'settings-sitemap' => __( 'Sitemap Settings', 'litespeed-cache' ), ) ; ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Crawler', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/crawler/$tab.tpl.php" ; echo "</div>" ; } ?> </div> </div> <iframe name="litespeedHiddenIframe" src="" width="0" height="0" frameborder="0"></iframe> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/cdn/entry.tpl.php 0000644 00000002047 14711325371 0021412 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'settings' => __( 'CDN Settings', 'litespeed-cache' ), 'auto_setup' => __( 'QUIC.cloud CDN Setup', 'litespeed-cache' ), 'manage' => __( 'Manage', 'litespeed-cache' ), ) ; ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache CDN', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/cdn/$tab.tpl.php" ; echo "</div>" ; } ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/crawler/entry.tpl.php 0000644 00000002514 14711325460 0022303 0 ustar 00 <?php namespace LiteSpeed ; defined( 'WPINC' ) || exit ; $menu_list = array( 'summary' => __( 'Summary', 'litespeed-cache' ), 'map' => __( 'Map', 'litespeed-cache' ), 'blacklist' => __( 'Blocklist', 'litespeed-cache' ), 'settings-general' => __( 'General Settings', 'litespeed-cache' ), 'settings-simulation' => __( 'Simulation Settings', 'litespeed-cache' ), 'settings-sitemap' => __( 'Sitemap Settings', 'litespeed-cache' ), ) ; ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Crawler', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/crawler/$tab.tpl.php" ; echo "</div>" ; } ?> </div> </div> <iframe name="litespeedHiddenIframe" src="" width="0" height="0" frameborder="0"></iframe> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/toolbox/entry.tpl.php 0000644 00000003222 14711325474 0022332 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'purge' => __( 'Purge', 'litespeed-cache' ), ); if ( ! $this->_is_network_admin ) { $menu_list[ 'import_export' ] = __( 'Import / Export', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list[ 'edit_htaccess' ] = __( 'Edit .htaccess', 'litespeed-cache' ); } if ( ! $this->_is_network_admin ) { $menu_list[ 'heartbeat' ] = __( 'Heartbeat', 'litespeed-cache' ); // todo: will add this to network level later $menu_list[ 'report' ] = __( 'Report', 'litespeed-cache' ); } if ( ! $this->_is_multisite || $this->_is_network_admin ) { $menu_list[ 'settings-debug' ] = __( 'Debug Settings', 'litespeed-cache' ); $menu_list[ 'log_viewer' ] = __( 'Log View', 'litespeed-cache' ); $menu_list[ 'beta_test' ] = __( 'Beta Test', 'litespeed-cache' ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Toolbox', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/toolbox/$tab.tpl.php"; echo "</div>"; } ?> </div> </div> usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/dash/entry.tpl.php 0000644 00000001265 14711325577 0021574 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'dashboard' => __( 'Dashboard', 'litespeed-cache' ), ); if ( $this->_is_network_admin ) { $menu_list = array( 'network_dash' => __( 'Network Dashboard', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Dashboard', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <?php foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; require LSCWP_DIR . "tpl/dash/$tab.tpl.php"; echo "</div>"; } ?> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/img_optm/entry.tpl.php 0000644 00000002250 14711326200 0022445 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'summary' => __( 'Image Optimization Summary', 'litespeed-cache' ), 'settings' => __( 'Image Optimization Settings', 'litespeed-cache' ), ) ; if ( $this->_is_network_admin ) { $menu_list = array( 'network_settings' => __( 'Image Optimization Settings', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Image Optimization', 'litespeed-cache' ) ; ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER ; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1 ; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '' ; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>" ; $i ++ ; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>" ; require LSCWP_DIR . "tpl/img_optm/$tab.tpl.php" ; echo "</div>" ; } ?> </div> </div> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/presets/entry.tpl.php 0000644 00000002147 14711326254 0022335 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'standard' => __( 'Standard Presets', 'litespeed-cache' ), 'import_export' => __( 'Import / Export', 'litespeed-cache' ), ); ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php echo __( 'LiteSpeed Cache Configuration Presets', 'litespeed-cache' ); ?> </h1> <span class="litespeed-desc"> v<?php echo Core::VER; ?> </span> <hr class="wp-header-end"> </div> <div class="litespeed-wrap"> <h2 class="litespeed-header nav-tab-wrapper"> <?php $i = 1; foreach ($menu_list as $tab => $val){ $accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : ''; echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>"; $i ++; } ?> </h2> <div class="litespeed-body"> <?php // include all tpl for faster UE foreach ($menu_list as $tab => $val) { echo "<div data-litespeed-layout='$tab'>"; if ('import_export' === $tab) { require LSCWP_DIR . "tpl/toolbox/$tab.tpl.php"; } else { require LSCWP_DIR . "tpl/presets/$tab.tpl.php"; } echo "</div>"; } ?> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка