Advertisement
Guest User

comment_form snippet

a guest
Jul 12th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <p>
  2. <input type="text" name="author" id="author" value="Name" onfocus="this.value=''; this.onfocus=null;"size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /></p>
  3.  
  4. <p><input type="text" name="email" id="email" value="Mail (will not be published)" onfocus="this.value=''; this.onfocus=null;" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /></p>
  5.  
  6. <p>
  7. <input type="text" name="url" id="url" value="Website" onfocus="this.value=''; this.onfocus=null;" size="22" tabindex="3" <?php if ($req) echo "aria-required='false'"; ?> /></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement