Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <div id="admin_forms">
  2. <p><label for="id_building">Building:</label> <select name="building" id="id_building">
  3. <option value="" selected="selected">---------</option>
  4. <option value="Ford">Ford</option>
  5. <option value="Waller">Waller</option>
  6. </select></p><p><label for="id_room">Room:</label> <select name="room" id="id_room">
  7. <option value="" selected="selected">---------</option>
  8. <option value="Goudy">Ford Goudy</option>
  9. <option value="102">Waller 102</option>
  10. </select></p><p><label for="id_room_other">Room other:</label> <input id="id_room_other" type="text" name="room_other" maxlength="70"></p><button type="submit" name="AddLocationForm_submit"> Submit </button><p><label for="id_name">Name:</label> <input id="id_name" type="text" name="name" maxlength="70"></p><button type="submit" name="AddBuildingForm_submit"> Submit </button><p><label for="id_file">File:</label> <input type="file" name="file" id="id_file"></p><button type="submit" name="AddLocationsFromFileForm_submit"> Submit </button><table class="testclass">
  11.  
  12.  
  13. <tbody><tr>
  14. <form action="" method="post" id="AddLocationForm"></form>
  15.  
  16.  
  17.  
  18.  
  19.  
  20. </tr>
  21.  
  22. <tr>
  23. <form action="" method="post" id="AddBuildingForm"></form>
  24.  
  25.  
  26.  
  27. </tr>
  28.  
  29. <tr>
  30. <form action="" method="post" id="AddLocationsFromFileForm"></form>
  31.  
  32.  
  33.  
  34. </tr>
  35.  
  36.  
  37. </tbody></table>
  38. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement