Guest User

Untitled

a guest
May 14th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <div style="width:70px; float:left;">Username:</div><input type="text" name="name" maxlength="15" class="input" ><br />
  2. <div style="width:70px; float:left;">Password:</div><input type="password" name="password" maxlength="15" class="input" ><br />
  3.  
  4. <input type="hidden" name="submit_check" value="1">
  5. <input type="submit" name="doVote" value="Submit" class="doVote"><br />
  6. <?php getVoteErr($_SESSION['vote_err']); ?>
  7. </form>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
Add Comment
Please, Sign In to add comment