Advertisement
Guest User

Untitled

a guest
Jun 27th, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. <!-- LOGIN /MEMBERSHIP/ -->
  3. <div class="membership">
  4. <div class="membs_title"></div>
  5. <div class="membs_cont">
  6. <form method="post" action="/home/login" id="login_form">
  7. <input type="text" name="username" value="username" onfocus='if (this.value == "username") this.value = "";' onblur='if (!this.value){ this.value = "username"; }'/>
  8. <input type="password" name="password" value="password" onfocus='if (this.value == "password") this.value = "";' onblur='if (!this.value){ this.value = "password"; }' />
  9. <div><a onclick="document.getElementById('login_form').submit()"><img border="none" src="/themes/toxic/images/login_b.png" /></a></div>
  10. </form>
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement