| 1 |
<div id="advanced-excerpt-sidebar"> |
| 2 |
<div class="inside"> |
| 3 |
|
| 4 |
<div class="author"> |
| 5 |
<img src="http://www.gravatar.com/avatar/e538ca4cb34839d4e5e3ccf20c37c67b?s=128&d" width="64" height="64" /> |
| 6 |
<div class="desc"> |
| 7 |
<h3><?php _e( 'Maintained by', 'advanced-excerpt' ); ?></h3> |
| 8 |
<h2>Brad Touesnard</h2> |
| 9 |
<p> |
| 10 |
<a href="http://profiles.wordpress.org/bradt/" target="_blank"><?php _e( 'Profile', 'advanced-excerpt' ); ?></a> |
| 11 |
|
| 12 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC" target="_blank"><?php _e( 'Donate', 'advanced-excerpt' ); ?></a> |
| 13 |
</p> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
|
| 17 |
<form method="post" action="http://deliciousbrains.createsend.com/t/t/s/tdiull/" target="_blank" class="subscribe"> |
| 18 |
<h2><?php _e( 'WordPress Development and Deployment Strategy', 'advanced-excerpt' ); ?></h2> |
| 19 |
|
| 20 |
<?php $user = wp_get_current_user(); ?> |
| 21 |
|
| 22 |
<p class="interesting"> |
| 23 |
<?php _e( '<strong>Free pro tips</strong> on advanced WordPress development techniques and deployment strategies.', 'advanced-excerpt' ); ?> |
| 24 |
</p> |
| 25 |
|
| 26 |
<div class="field notify-name"> |
| 27 |
<input type="text" name="cm-name" value="<?php echo trim( esc_attr( $user->first_name ) . ' ' . esc_attr( $user->last_name ) ); ?>" placeholder="<?php _e( 'Your Name', 'advanced-excerpt' ); ?>" /> |
| 28 |
</div> |
| 29 |
|
| 30 |
<div class="field notify-email"> |
| 31 |
<input type="email" name="cm-tdiull-tdiull" value="<?php echo esc_attr( $user->user_email ); ?>" placeholder="<?php _e( 'Your Email', 'advanced-excerpt' ); ?>" /> |
| 32 |
</div> |
| 33 |
|
| 34 |
<div class="field submit-button"> |
| 35 |
<input type="submit" class="button" value="<?php _e( 'Subscribe', 'advanced-excerpt' ); ?>" /> |
| 36 |
</div> |
| 37 |
|
| 38 |
<p class="promise"> |
| 39 |
<?php _e( 'I promise I will not use your email for anything else and you can unsubscribe with <span style="white-space: nowrap;">1-click anytime</span>.', 'advanced-excerpt' ); ?> |
| 40 |
</p> |
| 41 |
</form> |
| 42 |
|
| 43 |
</div> |
| 44 |
|
| 45 |
<a class="wpmdb-banner" target="_blank" href="http://deliciousbrains.com/wp-migrate-db-pro/?utm_source=advanced-excerpt&utm_medium=plugin&utm_campaign=advanced-excerpt"><img src="<?php echo plugins_url( 'asset/img/wp-migrate-db-pro.jpg', $this->plugin_file_path ); ?>" width="292" height="292" alt="<?php _e( 'WP Migrate DB Pro — Push and pull your database from one WordPress install to another in 1-click.', 'advanced-excerpt' ); ?>" /></a> |
| 46 |
|
| 47 |
</div> |