Advertisement
Guest User

Docmarten

a guest
Jun 17th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. <form id="map_addressStart" action="#" onsubmit="setPickup(this.map_pickupInput.value); return false" style="width:360px;">
  3. <div class="item item-input-inset">
  4. <label id="map_itemLabel" class="item-input-wrapper">
  5. <span id="map_pickupSpan">Pickup:</span> <input type="text" id="map_pickupInput">
  6. </label>
  7. <button id="map_setStartButton" type='submit' form='map_addressStart' value='submit' class="button button-small">
  8. Set
  9. </button>
  10. </div>
  11. </form>
  12.  
  13. <div id="map" data-tap-disabled="true"></div>
  14.  
  15. <form id="map_addressEnd" action="#" onsubmit="setDropoff(this.map_dropoffInput.value); return false" style="width:360px;">
  16. <div class="item item-input-inset">
  17. <label id="map_itemLabel" class="item-input-wrapper">
  18. <span id="map_dropoffSpan">Dropoff: </span><input type="text" id="map_dropoffInput">
  19. </label>
  20. <button id="map_setEndButton" type='submit' form='map_addressEnd' value='submit' class="button button-small">
  21. Set
  22. </button>
  23. </div>
  24. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement