- 5E5C1E016D3A7B1BFD2CF6AB94EBA8E84B1C9947496A2BC8FA6A6F7BCDEEFF58A10D1DCE6706028C6F0A796BFE468007FCCE74A14D4D524D8E858538A075F6D4
+ BB410EE4F18DAD69714FA6E7980E6F4F8C66315CF8F85851B7F6F441CBC97422E2B90A08D0B33313161F1C2BA2DBFB5D36A3F5A3EFD4377C939F14D898948F1D
mp-wp/wp-login.php
(56 . 7)(56 . 7)
57238 </head>
57239 <body class="login">
57240
57241 <div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', 'http://wordpress.org/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Powered by WordPress')); ?>"><?php bloginfo('name'); ?></a></h1>
57242 <div id="login"><h1>MP-WP</h1>
57243 <?php
57244 if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n";
57245
(309 . 7)(309 . 7)
57247 <input type="text" name="user_login" id="user_login" class="input" value="<?php echo attribute_escape($user_login); ?>" size="20" tabindex="10" /></label>
57248 </p>
57249 <?php do_action('lostpassword_form'); ?>
57250 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Get New Password'); ?>" tabindex="100" /></p>
57251 <p class="submit"><input type="submit" name="wp-submit" class="button-primary" id="wp-submit" value="<?php _e('Get New Password'); ?>" tabindex="100" /></p>
57252 </form>
57253
57254 <p id="nav">
(325 . 9)(325 . 6)
57256
57257 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('← Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
57258
57259 <script type="text/javascript">
57260 try{document.getElementById('user_login').focus();}catch(e){}
57261 </script>
57262 </body>
57263 </html>
57264 <?php
(381 . 7)(378 . 7)
57266 </p>
57267 <?php do_action('register_form'); ?>
57268 <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
57269 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Register'); ?>" tabindex="100" /></p>
57270 <p class="submit"><input type="submit" name="wp-submit" class="button-primary" id="wp-submit" value="<?php _e('Register'); ?>" tabindex="100" /></p>
57271 </form>
57272
57273 <p id="nav">
(393 . 9)(390 . 6)
57275
57276 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('← Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
57277
57278 <script type="text/javascript">
57279 try{document.getElementById('user_login').focus();}catch(e){}
57280 </script>
57281 </body>
57282 </html>
57283 <?php
(475 . 7)(469 . 7)
57285 <?php do_action('login_form'); ?>
57286 <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> <?php _e('Remember Me'); ?></label></p>
57287 <p class="submit">
57288 <input type="submit" name="wp-submit" id="wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
57289 <input type="submit" name="wp-submit" class="button-primary" id="wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
57290 <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($redirect_to); ?>" />
57291 <input type="hidden" name="testcookie" value="1" />
57292 </p>
(496 . 18)(490 . 6)
57294
57295 <p id="backtoblog"><a href="<?php bloginfo('url'); ?>/" title="<?php _e('Are you lost?') ?>"><?php printf(__('← Back to %s'), get_bloginfo('title', 'display' )); ?></a></p>
57296
57297 <script type="text/javascript">
57298 <?php if ( $user_login ) { ?>
57299 setTimeout( function(){ try{
57300 d = document.getElementById('user_pass');
57301 d.value = '';
57302 d.focus();
57303 } catch(e){}
57304 }, 200);
57305 <?php } else { ?>
57306 try{document.getElementById('user_login').focus();}catch(e){}
57307 <?php } ?>
57308 </script>
57309 </body>
57310 </html>
57311 <?php