Current File : /home/aventura/www/site/wp-content/plugins/w3-total-cache/inc/options/common/header.php |
<?php
namespace W3TC;
if ( !defined( 'W3TC' ) )
die();
$config = Dispatcher::config();
$page = Util_Admin::get_current_page();
$licensing_visible = ( ( !Util_Environment::is_wpmu() || is_network_admin() ) &&
!ini_get( 'w3tc.license_key' ) &&
get_transient( 'w3tc_license_status' ) != 'host_valid' );
?>
<?php do_action( 'w3tc-dashboard-head' ) ?>
<div class="wrap" id="w3tc">
<h2 class="logo"><?php _e( 'W3 Total Cache <span>by W3 EDGE <sup>®</sup></span>', 'w3-total-cache' ); ?></h2>
<?php if ( !Util_Environment::is_w3tc_pro( $config ) ): ?>
<?php include W3TC_INC_OPTIONS_DIR . '/edd/buy.php' ?>
<?php endif ?>
<?php
switch ( $page ) {
case 'w3tc_general':
$anchors = array(
array( 'id' => 'general', 'text' => __( 'General', 'w3-total-cache' ) ),
array( 'id' => 'page_cache', 'text' => __( 'Page Cache', 'w3-total-cache' ) ),
array( 'id' => 'minify', 'text' => 'Minify' ),
array( 'id' => 'system_opcache', 'text' => __( 'Opcode Cache', 'w3-total-cache' ) ),
array( 'id' => 'database_cache', 'text' => __( 'Database Cache', 'w3-total-cache' ) ),
array( 'id' => 'object_cache', 'text' => __( 'Object Cache', 'w3-total-cache' ) ) );
if ( Util_Environment::is_w3tc_pro( $config ) )
$anchors[] = array( 'id' => 'fragment_cache', 'text' => __( 'Fragment Cache', 'w3-total-cache' ) );
$anchors = array_merge( $anchors, array(
array( 'id' => 'browser_cache', 'text' => __( 'Browser Cache', 'w3-total-cache' ) ),
array( 'id' => 'cdn', 'text' => __( '<abbr title="Content Delivery Network">CDN</abbr>', 'w3-total-cache' ) ),
array( 'id' => 'reverse_proxy', 'text' => __( 'Reverse Proxy', 'w3-total-cache' ) ) ) );
if ( Util_Environment::is_w3tc_pro() )
$anchors[] = array( 'id' => 'amazon_sns', 'text' => __( 'Amazon <abbr title="Simple Notification Service">SNS</abbr>', 'w3-total-cache' ) );
$anchors[] = array( 'id' => 'monitoring', 'text' => __( 'Monitoring', 'w3-total-cache' ) );
if ( $licensing_visible )
array( 'id' => 'licensing', 'text' => __( 'Licensing', 'w3-total-cache' ) );
$link_attrs = array_merge( $anchors, $custom_areas, array(
array( 'id' => 'miscellaneous', 'text' => __( 'Miscellaneous', 'w3-total-cache' ) ),
array( 'id' => 'debug', 'text' => __( 'Debug', 'w3-total-cache' ) ),
array( 'id' => 'settings', 'text' => __( 'Import / Export Settings', 'w3-total-cache' ) )
) );
$links = array();
foreach ( $link_attrs as $link ) {
$links[] = "<a href=\"#{$link['id']}\">{$link['text']}</a>";
}
$links[] = '<a href="#" class="button-self-test">Compatibility Test</a>';
?>
<p id="w3tc-options-menu">
<?php echo implode( ' | ', $links ); ?>
</p>
<?php
break;
?>
<?php
case 'w3tc_pgcache':
?>
<p id="w3tc-options-menu">
Jump to:
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#general"><?php _e( 'General', 'w3-total-cache' ); ?></a> |
<a href="#mirrors"><?php _e( 'Mirrors', 'w3-total-cache' ); ?></a> |
<a href="#advanced"><?php _e( 'Advanced', 'w3-total-cache' ); ?></a> |
<a href="#cache_preload"><?php _e( 'Cache Preload', 'w3-total-cache' ); ?></a> |
<a href="#purge_policy"><?php _e( 'Purge Policy', 'w3-total-cache' ); ?></a> |
<a href="#notes"><?php _e( 'Note(s)', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_minify':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#general"><?php _e( 'General', 'w3-total-cache' ); ?></a> |
<a href="#html_xml"><?php _e( '<acronym title="Hypertext Markup Language">HTML</acronym> & <acronym title="eXtensible Markup Language">XML</acronym>', 'w3-total-cache' ); ?></a> |
<a href="#js"><?php _e( '<acronym title="JavaScript">JS</acronym>', 'w3-total-cache' ); ?></a> |
<a href="#css"><?php _e( '<acronym title="Cascading Style Sheet">CSS</acronym>', 'w3-total-cache' ); ?></a> |
<a href="#advanced"><?php _e( 'Advanced', 'w3-total-cache' ); ?></a> |
<a href="#notes"><?php _e( 'Note(s)', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_dbcache':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#general"><?php _e( 'General', 'w3-total-cache' ); ?></a> |
<a href="#advanced"><?php _e( 'Advanced', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_objectcache':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#advanced"><?php _e( 'Advanced', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_browsercache':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#general"><?php _e( 'General', 'w3-total-cache' ); ?></a> |
<a href="#css_js"><?php _e( '<acronym title="Cascading Style Sheet">CSS</acronym> & <acronym title="JavaScript">JS</acronym>', 'w3-total-cache' ); ?></a> |
<a href="#html_xml"><?php _e( '<acronym title="Hypertext Markup Language">HTML</acronym> & <acronym title="eXtensible Markup Language">XML</acronym>', 'w3-total-cache' ); ?></a> |
<a href="#media"><?php _e( 'Media', 'w3-total-cache' ); ?></a> |
<a href="#security"><?php _e( 'Security Headers', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_mobile':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#manage"><?php _e( 'Manage User Agent Groups', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
case 'w3tc_referrer':
?>
<p id="w3tc-options-menu">
<?php _e( 'Jump to: ', 'w3-total-cache' ); ?>
<a href="#toplevel_page_w3tc_general"><?php _e( 'Main Menu', 'w3-total-cache' ); ?></a> |
<a href="#manage"><?php _e( 'Manage Referrer Groups', 'w3-total-cache' ); ?></a>
</p>
<?php
break;
?>
<?php
}
?>