Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.53 KB | None | 0 0
  1. <form accept-charset="UTF-8" action="/stands" class="simple_form new_stand" id="new_stand" method="post" novalidate="novalidate"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="4Ece7neBbjNRxMEDN71Kxb74lPayPhPOTwrWDTsZHEs=" /></div>
  2.  
  3.  
  4.   <div class="form-inputs">
  5.     <div class="input select optional"><label class="select optional control-label" for="stand_type">Type</label><select class="select optional" id="stand_type" name="stand[type]"><option value=""></option>
  6. <option value="Microphone">Microphone</option>
  7. <option value="Speaker">Speaker</option></select></div>
  8.     <div class="input decimal optional"><label class="decimal optional control-label" for="stand_height">Height</label><input class="numeric decimal optional" id="stand_height" name="stand[height]" step="any" type="number" /></div>
  9.     <div class="input boolean optional"><input name="stand[boom]" type="hidden" value="0" /><label class="boolean optional control-label checkbox" for="stand_boom"><input class="boolean optional" id="stand_boom" name="stand[boom]" type="checkbox" value="1" />Boom</label></div>
  10.     <div class="input decimal optional"><label class="decimal optional control-label" for="stand_price">Price</label><input class="numeric decimal optional" id="stand_price" name="stand[price]" step="any" type="number" /></div>
  11.   </div>
  12.  
  13.   <div class="form-actions">
  14.     <input class="btn" name="commit" type="submit" value="Create Stand" />
  15.   </div>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement