mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-23 06:44:31 +00:00
Landing page for turbo
git-svn-id: https://develop.svn.wordpress.org/trunk@9042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -90,66 +90,6 @@ if ( 'index.php' == $pagenow ) {
|
||||
<img id="logo50" src="images/logo50.png" alt="" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?><span id="breadcrumb"><?php echo $breadcrumb ?></span></h1>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ( ! $is_opera ) {
|
||||
?>
|
||||
<div id="gears-info-box" class="info-box" style="display:none;">
|
||||
<img src="images/gear.png" title="Gear" alt="" class="gears-img" />
|
||||
<div id="gears-msg1">
|
||||
<h3 class="info-box-title"><?php _e('Speed up WordPress'); ?></h3>
|
||||
<p><?php _e('WordPress now has support for Gears, which adds new features to your web browser.'); ?><br />
|
||||
<a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p>
|
||||
<p><?php _e('After you install and enable Gears, most of WordPress’ images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>
|
||||
<p><strong><?php _e('Don’t install on a public or shared computer.'); ?></strong></p> <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button>
|
||||
<button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
|
||||
</div>
|
||||
|
||||
<div id="gears-msg2" style="display:none;">
|
||||
<h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
|
||||
<p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p>
|
||||
<p><?php _e('To enable it click the button below.'); ?></p>
|
||||
<p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
|
||||
<div class="submit"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button>
|
||||
<button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
|
||||
</div>
|
||||
|
||||
<div id="gears-msg3" style="display:none;">
|
||||
<h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
|
||||
<p><?php
|
||||
|
||||
if ( $is_chrome )
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from your browser’s Options, Under the Hood menu.');
|
||||
elseif ( $is_safari )
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
|
||||
else
|
||||
_e('Gears is installed and enabled on this computer. You can disable it from your browser’s Tools menu.');
|
||||
|
||||
?></p>
|
||||
<p><?php _e('If there are any errors try disabling Gears, reloading the page, and re-enabling Gears.'); ?></p>
|
||||
<p><?php _e('Local storage status:'); ?> <span id="gears-wait"><span style="color:#f00;"><?php _e('Updating files:'); ?></span> <span id="gears-upd-number"></span></span></p>
|
||||
<div class="submit"><button class="button" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Close'); ?></button></div>
|
||||
</div>
|
||||
|
||||
<div id="gears-msg4" style="display:none;">
|
||||
<h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
|
||||
<p><?php _e('This web site is denied to use Gears.'); ?></p>
|
||||
<p><?php
|
||||
|
||||
if ( $is_chrome )
|
||||
_e('To allow it, change the Gears settings from your browser’s Options, Under the Hood menu and reload this page.');
|
||||
elseif ( $is_safari )
|
||||
_e('To allow it, change the Gears settings from the Safari menu and reload this page.');
|
||||
else
|
||||
_e('To allow it, change the Gears settings from your browser’s Tools menu and reload this page.');
|
||||
|
||||
?></p>
|
||||
<p><strong><?php _e('However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>
|
||||
<div class="submit"><button class="button" onclick="document.getElementById('gears-info-box').style.display='none';"><?php _e('Cancel'); ?></button></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s">%2$s</a>!'), 'profile.php', $user_identity) ?> <a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p></div>
|
||||
<?php
|
||||
require(ABSPATH . 'wp-admin/menu-header.php');
|
||||
|
||||
Reference in New Issue
Block a user