Advertisement
bdorris

Service Claim Rendered

Jul 21st, 2012
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1.  
  2. <form action="" method="post"><div style='display:none'><input type='hidden' name='csrfmiddlewaretoken' value='K6sXYTCfLawKmRe8EmPkjp2m0gLCQSkM' /></div>
  3. <div class="fieldWrapper">
  4. <label for="id_distance">Mileage claim:</label>
  5. <input id="id_distance" type="text" name="distance" maxlength="20" />
  6. </div>
  7. <div class="fieldWrapper">
  8. <label for="id_principal_instrument">Principal instrument:</label>
  9. <input id="id_principal_instrument" type="text" name="principal_instrument" maxlength="50" />
  10. </div<
  11. <p><input type="submit" value="Submit request" /></p>
  12. </form>
  13. <div onload="initialize()">
  14. <form action="#" onsubmit="showLocation(); return false;">
  15. <div id="mus-title">Distance Calculator</div><br/>
  16. <p>Enter city, state (e.g. Little Rock, AR)</p>
  17. <p>
  18. Starting city: <input type="text" name="address1" value="city 1" /><br/>
  19. Destination city: <input type="text" name="address2" value="city 2" />
  20. <input type="submit" value="Get mileage" />
  21. </p>
  22. </form>
  23. </div>
  24. <p><i>Please submit a new form for each concert/service week. You will receive an email confirmation
  25. of your submission immediately.</i></p>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement