Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. .modal.fade#landslide-submit-modal{:role => "dialog", :tabindex => "-1"}
  2. .modal-dialog{:role => "document"}
  3. .modal-content
  4. .modal-header
  5. %button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
  6. %span{"aria-hidden" => "true"} ×
  7. %h4.modal-title Submit a new landslide
  8. .modal-body#landslide-modal-content
  9. %form#landslideForm
  10. .form-group.row
  11. %label.col-sm-2.col-form-label{for: "textinput"}Date
  12. .col-sm-10
  13. %input#date.form-control{:type => "Date"}
  14. .form-group.row
  15. %label.col-sm-2.col-form-label{for: "textinput"}Continent
  16. .col-sm-10
  17. %input#continent.form-control{:type => "Continent"}
  18. .form-group.row
  19. %label.col-sm-2.col-form-label{for: "textinput"}Country
  20. .col-sm-10
  21. %input#country.form-control{:type => "Country"}
  22. .form-group.row
  23. %label.col-sm-2.col-form-label{for: "textinput"}Location
  24. .col-sm-10
  25. %input#location.form-control{:type => "Location"}
  26. .form-group.row
  27. %label.col-sm-2.col-form-label{for: "textinput"}Type
  28. .col-sm-10
  29. %input#type.form-control{:type => "Type"}
  30. .form-group.row
  31. %label.col-sm-2.col-form-label{for: "textinput"}Admin level
  32. .col-sm-10
  33. %input#adminLevel.form-control{:type => "Admin level"}
  34. .form-group.row
  35. %label.col-sm-2.col-form-label{for: "textinput"}Lattitude
  36. .col-sm-10
  37. %input#lattitude.form-control{:type => "Lattitude"}
  38. .form-group.row
  39. %label.col-sm-2.col-form-label{for: "textinput"}Longitude
  40. .col-sm-10
  41. %input#longitude.form-control{:type => "Longitude"}
  42. .form-group.row
  43. %label.col-sm-2.col-form-label{for: "textinput"}Mapped
  44. .col-sm-10
  45. %input#mapped.form-control{:type => "Mapped"}
  46. .form-group.row
  47. %label.col-sm-2.col-form-label{for: "textinput"}Spatial Area
  48. .col-sm-10
  49. %input#spatialArea.form-control{:type => "Spatial Area"}
  50. .form-group.row
  51. %label.col-sm-2.col-form-label{for: "textinput"}Fatalities
  52. .col-sm-10
  53. %input#fatalities.form-control{:type => "Fatalities"}
  54. .form-group.row
  55. %label.col-sm-2.col-form-label{for: "textinput"}Injuries
  56. .col-sm-10
  57. %input#injuries.form-control{:type => "Injuries"}
  58. .form-group.row
  59. %label.col-sm-2.col-form-label{for: "textinput"}Trigger
  60. .col-sm-10
  61. %input#trigger.form-control{:type => "Trigger"}
  62. .form-group.row
  63. %label.col-sm-2.col-form-label{for: "textinput"}Notes
  64. .col-sm-10
  65. %textarea#notes.form-control{:type => "Notes"}
  66. .modal-footer
  67. %button.btn.btn-default{"data-dismiss" => "modal", :type => "button"} Submit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement