Changeset 328
- Timestamp:
- 08/21/2003 05:25:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2login.php
r285 r328 170 170 <title>WordPress > Lost password ?</title> 171 171 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 172 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/ b2.css" type="text/css" />172 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" /> 173 173 <script type="text/javascript"> 174 174 function focusit() { … … 267 267 <title>WordPress > <?php bloginfo('name') ?> > Login form</title> 268 268 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 269 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/ b2.css" type="text/css" />269 <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" /> 270 270 <script type="text/javascript"> 271 271 function focusit() { … … 302 302 <label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br /> 303 303 <label>Password: <input type="password" name="pwd" value="" size="20" tabindex="2" /></label><br /> 304 <input type="submit" name="Submit2" value="OK" class="search" />304 <input type="submit" name="Submit2" value="OK" class="search" tabindex="3" /> 305 305 </form> 306 306
Note: See TracChangeset
for help on using the changeset viewer.