Changeset 2195
- Timestamp:
- 06/16/2009 05:01:00 AM (17 years ago)
- Location:
- trunk/bb-templates/kakumei
- Files:
-
- 2 edited
-
header.php (modified) (1 diff)
-
login-form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-templates/kakumei/header.php
r2194 r2195 30 30 <?php if ( bb_get_option('description') ) : ?><p class="description"><?php bb_option('description'); ?></p><?php endif; ?> 31 31 32 <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?> 32 <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?> 33 33 34 <div class="search"> 34 <?php search_form(); ?>35 <?php search_form(); ?> 35 36 </div> 36 37 </div> -
trunk/bb-templates/kakumei/login-form.php
r2177 r2195 1 1 <form class="login" method="post" action="<?php bb_uri( 'bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ); ?>"> 2 <p><?php printf( 2 <p> 3 <?php 4 printf( 3 5 __( '<a href="%1$s">Register</a> or log in - <a href="%2$s">lost password?</a>' ), 4 6 bb_get_uri( 'register.php', null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_USER_FORMS ), 5 bb_get_uri( 'bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ) ); ?></p> 7 bb_get_uri( 'bb-login.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_USER_FORMS ) 8 ); 9 ?> 10 11 </p> 6 12 <div> 7 <label><?php _e('Username'); ?><br /> 13 <label> 14 <?php _e('Username'); ?><br /> 8 15 <input name="user_login" type="text" id="quick_user_login" size="13" maxlength="40" value="<?php if (!is_bool($user_login)) echo $user_login; ?>" tabindex="1" /> 9 16 </label> 10 <label><?php _e( 'Password' ); ?><br /> 17 <label> 18 <?php _e( 'Password' ); ?><br /> 11 19 <input name="password" type="password" id="quick_password" size="13" maxlength="40" tabindex="2" /> 12 20 </label> 13 21 <input name="re" type="hidden" value="<?php echo $re; ?>" /> 14 22 <?php wp_referer_field(); ?> 23 15 24 <input type="submit" name="Submit" class="submit" value="<?php echo esc_attr__( 'Log in »' ); ?>" tabindex="4" /> 16 25 </div> … … 19 28 <input name="remember" type="checkbox" id="quick_remember" value="1" tabindex="3"<?php echo $remember_checked; ?> /> 20 29 <?php _e('Remember me'); ?> 30 21 31 </label> 22 32 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)