Esempio n. 1
0
}
?>
<div id="w3tc-edge-mode">
    <div class="w3tc-overlay-logo"></div>
    <header>
    </header>
    <div class="content">
    <p><strong><?php 
_e('You can now keep up-to-date on all of the web performance optimization (WPO) techniques that will make your website as fast as possible without having to worry about new features breaking your website when you update!', 'w3-total-cache');
?>
</strong></p>
    <p><?php 
_e('Enable "edge mode" to opt-in to pre-release features or simply close this window to opt-in to bug fixes, security fixes and settings updates only.', 'w3-total-cache');
?>
</p>
    </div>
    <div class="footer">
        <?php 
$wp_url = w3_admin_url('admin.php?page=' . $page . '&w3tc_edge_mode_enable');
echo w3tc_action_button(__('Enable Edge Mode', 'w3-total-cache'), $wp_url, "btn w3tc-size image btn-default palette-turquoise");
?>
        <?php 
wp_nonce_field('w3tc');
?>
        <input type="button" class="button-cancel btn w3tc-size btn-default outset palette-light-grey" value="<?php 
_e('Cancel', 'w3-total-cache');
?>
">
    </div>
</div>
Esempio n. 2
0
                    </label>
                </li>
                <li>
                    <label>Send a tweet:<br />
                        <?php 
$tweet_url = 'http://twitter.com/home/?status=I use W3 Total Cache you should too, via @w3edge';
echo w3tc_action_button(__('Tell Your Friends', 'w3-total-cache'), $tweet_url, "btn w3tc-size image btn-default palette-twitter");
?>
                    </label>
                </li>
                <li>
                    <label>
                        Login to wordpress.org to give us a great rating:<br>
                        <?php 
$wp_url = 'http://wordpress.org/support/view/plugin-reviews/w3-total-cache';
echo w3tc_action_button(__('Login & Rate Us', 'w3-total-cache'), $wp_url, "btn w3tc-size image btn-default palette-wordpress");
?>
                    </label>
                </li>
            </ul>
            <p>
            <label class="w3tc_signup_email" for="email">You can also sign up for our newsletter:<br />
                <input id="email" name="email" type="text" class="form-control w3tc-size" value="<?php 
esc_attr_e($email);
?>
"></label><br />
            <input type="checkbox" name="signmeup" id="signmeup" class="css-checkbox" value="1" checked="checked" /><label for="signmeup" class="css-label"> <?php 
_e('Yes, sign me up.', 'w3-total-cache');
?>
 </label>
            </p>