Added login request

This commit is contained in:
Nedim Uka
2018-06-20 18:03:43 +02:00
parent 4e52521fae
commit 593b445a21
4716 changed files with 1218265 additions and 57 deletions

View File

@@ -0,0 +1,18 @@
<div class="wrap">
<div id="message" class="updated jetpack-message jp-connect" style="display:block !important;">
<div class="jetpack-wrap-container">
<div class="jetpack-text-container">
<h1><?php _e( 'Get started with Jetpack Multisite', 'jetpack' ); ?></h1>
<p>
<?php _e( 'Get started managing your Multisite install of Jetpack by connecting.', 'jetpack' ) ?>
</p>
</div>
<div class="jetpack-install-container">
<p class="submit"><a href="<?php echo esc_url( $data['url'] ); ?>" class="button-connector" id="wpcom-connect"><?php _e( 'Connect to WordPress.com', 'jetpack' ); ?></a></p>
<p class="jetpack-install-blurb">
<?php jetpack_render_tos_blurb(); ?>
</p>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,5 @@
<?php if ( isset( $_GET['jetpack-notice'] ) && 'dismiss' == $_GET['jetpack-notice'] ) : ?>
<div id="message" class="error">
<p><?php _e( 'Jetpack is network activated and notices can not be dismissed.', 'jetpack' ); ?></p>
</div>
<?php endif; ?>

View File

@@ -0,0 +1,9 @@
<div id="message" class="updated jetpack-message jp-connect" style="display:block !important;">
<div class="jetpack-wrap-container">
<div class="jetpack-text-container">
<h2>
<?php echo $data['notice']; ?>
</h2>
</div>
</div>
</div>

View File

@@ -0,0 +1,30 @@
<div id="survey" class="jp-survey">
<div class="jp-survey-container">
<div class="jp-survey-text">
<h4><?php _e( 'Have feedback on Jetpack?', 'jetpack' ); ?></h4>
<br />
<?php _e( 'Answer a short survey to let us know how we&#8217;re doing and what to add in the future.', 'jetpack' ); ?>
</div>
<div class="jp-survey-button-container">
<p class="submit">
<a id="jp-survey-button" class="button-primary" target="_blank" rel="noopener noreferrer" href="https://jetpack.com/survey/?rel=<?php echo esc_attr( JETPACK__VERSION ); ?>">
<?php _e( 'Take Survey', 'jetpack' ); ?>
</a>
</p>
</div>
</div>
</div>
<div id="jp-footer">
<p class="automattic"><?php _e( 'An <span>Automattic</span> Airline', 'jetpack' ) ?></p>
<p class="small">
<a href="https://jetpack.com/" target="_blank" rel="noopener noreferrer">Jetpack <?php echo esc_html( JETPACK__VERSION ); ?></a> |
<a href="https://automattic.com/privacy/" target="_blank" rel="noopener noreferrer"><?php _e( 'Privacy Policy', 'jetpack' ); ?></a> |
<a href="https://wordpress.com/tos/" target="_blank" rel="noopener noreferrer"><?php _e( 'Terms of Service', 'jetpack' ); ?></a> |
<?php if ( current_user_can( 'manage_options' ) ) : ?>
<a href="<?php echo Jetpack::admin_url( array( 'page' => 'jetpack-debugger' ) ); ?>"><?php _e( 'Debug', 'jetpack' ); ?></a> |
<?php endif; ?>
<a href="https://jetpack.com/support/" target="_blank" rel="noopener noreferrer"><?php _e( 'Support', 'jetpack' ); ?></a>
</p>
</div>
</div>

View File

@@ -0,0 +1,14 @@
<div class="wrap" id="jetpack-settings">
<div id="jp-header"<?php if ( $data['is_connected'] ) : ?> class="small"<?php endif; ?>>
<div id="jp-clouds">
<h3><?php _e( 'Jetpack by WordPress.com', 'jetpack' ) ?></h3>
</div>
</div>
<h2 style="display: none"></h2> <!-- For WP JS message relocation -->
<?php
Jetpack::init()->load_view( 'admin/network-activated-notice.php' );
/** This action is already documented in views/admin/admin-page.php */
do_action( 'jetpack_notices' );

View File

@@ -0,0 +1,87 @@
<?php extract( $data ); ?>
<?php if ( isset( $_GET['updated'] ) && 'true' == $_GET['updated'] ) : ?>
<div class="updated"><?php esc_html_e( 'Jetpack Network Settings Updated!', 'jetpack' ); ?></div>
<?php endif; ?>
<?php if ( isset( $_GET['error'] ) && 'jetpack_protect_whitelist' == $_GET['error'] ) : ?>
<div class="error"><?php esc_html_e( 'One of your IP addresses was not valid.', 'jetpack' ); ?></div>
<?php endif; ?>
<div class="wrap">
<h2><?php _e( 'Network Settings', 'jetpack' ); ?></h2>
<form action="edit.php?action=jetpack-network-settings" method="POST">
<h3><?php _ex( 'Global', 'Affects all sites in a Multisite network.', 'jetpack' ); ?></h3>
<p><?php _e( 'These settings affect all sites on the network.', 'jetpack' ); ?></p>
<?php wp_nonce_field( 'jetpack-network-settings' ); ?>
<table class="form-table">
<?php /*
<tr valign="top">
<th scope="row"><label for="auto-connect">Auto-Connect New Sites</label></th>
<td>
<input type="checkbox" name="auto-connect" id="auto-connect" value="1" <?php checked($options['auto-connect']); ?> />
<label for="auto-connect">Automagically connect all new sites in the network.</label>
</td>
</tr>
/**/ ?>
<tr valign="top">
<th scope="row"><label for="sub-site-override"><?php _e( 'Sub-site override', 'jetpack' ); ?></label></th>
<td>
<input type="checkbox" name="sub-site-connection-override" id="sub-site-override" value="1" <?php checked($options['sub-site-connection-override']); ?> />
<label for="sub-site-override"><?php _e( 'Allow individual site administrators to manage their own connections (connect and disconnect) to <a href="//wordpress.com">WordPress.com</a>', 'jetpack' ); ?></label>
</td>
</tr>
<tr valign="top">
<th scope="row"><label for="sub-site-override"><?php _e( 'Protect whitelist', 'jetpack' ); ?></label></th>
<td>
<p><strong><?php printf( __( 'Your current IP: %s', 'jetpack' ), jetpack_protect_get_ip() ); ?></strong></p>
<textarea name="global-whitelist" style="width: 100%;" rows="8"><?php echo implode( PHP_EOL, $jetpack_protect_whitelist['global'] ); ?></textarea> <br />
<label for="global-whitelist"><?php _e('IPv4 and IPv6 are acceptable. Enter multiple IPs on separate lines. <br />To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1-12.12.12.100', 'jetpack' ); ?></label>
</td>
</tr>
<?php /* Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.
<tr>
<th scope="row"><label for="manage_auto_activated_modules">Manage modules</label></th>
<td>
<input type="checkbox" name="manage_auto_activated_modules" id="manage_auto_activated_modules" onclick="jQuery('#jpms_settings_modules').toggle();" value="1" <?php checked( $options['manage_auto_activated_modules'] ); ?>/>
<label for="manage_auto_activated_modules">Control which modules are auto-activated</label>
</td>
</tr>
/**/ ?>
</table>
<?php /* Remove the toggles for 2.9, re-evaluate how they're done and added for a 3.0 release. They don't feel quite right yet.
<?php
$display_modules = ( 1 == $this->get_option( 'manage_auto_activated_modules' ) )? 'block': 'none';
?>
<div id="jpms_settings_modules" style="display: <?php echo $display_modules; ?>">
<h3><?php _e( 'Modules', 'jetpack' ); ?></h3>
<p><?php _e( 'Modules to be automatically activated when new sites are created.', 'jetpack' ); ?></p>
<table>
<thead>
<!--
<tr>
<td><input type="checkbox"></td>
<td>Only show checked modules on subsites?</td>
</tr>
-->
</thead>
<tbody>
<?php foreach( $modules AS $module ) { ?>
<tr>
<td><input type="checkbox" name="modules[]" value="<?php echo $module['module']; ?>" id="<?php echo $module['module']; ?>" <?php checked( in_array( $module['module'], $options['modules'] ) ); ?>/></td>
<td><label for="<?php echo $module['module']; ?>"><?php echo $module['name']; ?></label></td>
</tr>
<?php } ?>
</tbody>
</table>
</div>
/**/ ?>
<?php submit_button(); ?>
</form>
</div>