Advertisement
Guest User

Untitled

a guest
Oct 30th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <div class="columns seven">
  2. <?php get_template_part( 'templates/login' );?>
  3. <div class="searchform">
  4. <form action="<?php echo home_url(); ?>/" method="post" id="searchform">
  5. <fieldset>
  6. <div id="searchbox">
  7. <input class="input" name="s" type="text" id="keywords" value="<?php echo __( 'to search, type and hit enter' , _DEV_ );?>" onfocus="if (this.value == '<?php echo __( 'to search, type and hit enter' , _DEV_ );?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php echo __( 'to search, type and hit enter' , _DEV_ );?>';}">
  8. </div>
  9. <p class="button square">
  10. <input type="submit" name="search" value="<?php echo __( 'Search' , _DEV_ );?>">
  11. </p>
  12. </fieldset>
  13. </form>
  14. </div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement