Changeset 2077 for trunk/bp-themes/bp-sn-parent/registration/activate.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/registration/activate.php
r1905 r2077 6 6 7 7 <div class="page" id="activate-page"> 8 8 9 9 <div class="register bp_core_widget_welcome"> 10 10 11 11 <?php do_action( 'template_notices' ) ?> 12 12 13 13 <?php if ( bp_account_was_activated() ) : ?> 14 14 15 15 <h2 class="widgettitle"><?php _e( 'Account Activated', 'buddypress' ) ?></h2> 16 16 17 17 <?php do_action( 'bp_before_activate_content' ) ?> 18 18 19 19 <p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ) ?></p> 20 21 20 21 22 22 <?php else : ?> 23 23 24 24 <h2 class="widgettitle"><?php _e( 'Activate your Account', 'buddypress' ) ?></h2> 25 25 26 26 <?php do_action( 'bp_before_activate_content' ) ?> 27 27 28 28 <p><?php _e( 'Please provide a valid activation key.', 'buddypress' ) ?></p> 29 29 30 30 <form action="" method="get" class="standard-form" id="activation-form"> 31 31 32 32 <label for="key"><?php _e( 'Activation Key:', 'buddypress' ) ?></label> 33 33 <input type="text" name="key" id="key" value="" /> 34 34 35 35 <p class="submit"> 36 36 <input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?> →" /> 37 37 </p> 38 38 39 39 </form> 40 40 41 41 <?php endif; ?> 42 42 43 43 <?php do_action( 'bp_after_activate_content' ) ?> 44 44 45 45 </div> 46 46 47 47 </div> 48 48 … … 50 50 51 51 </div> 52 52 53 53 <?php get_sidebar() ?> 54 54
Note: See TracChangeset
for help on using the changeset viewer.