Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html
- head
- title=title
- link(href='//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css', rel='stylesheet')
- body
- //- nav.navbar.navbar-default.navbar-static-top
- div.container
- div.jumbotron
- div.foo
- each value, key in somedata
- if key == 'id'
- h1 #{value}
- else
- form(action='http://127.0.0.1:8081/process_get', method='GET')
- label.col-sm-2.control-label(for='formGroupInputLarge') #{key}:
- |
- .col-sm-10
- input#formGroupInputLarge.form-control(type='text', name='#{key}', value='#{value}')
- //- div.bar(style='margin-top:75px')
- div.bar(style='margin-top:75px')
- //- p Changes will be pushed immedaiatly
- //- button(type='submit') Submit
- button.btn.btn-default.btn-lg(type='button')
- span.glyphicon.glyphicon-refresh(ariea-hidden='true')
- | Refresh
- button.btn.btn-primary.btn-lg(type='submit')
- span
- | Submit
- .alert.alert-success.alert-dismissible.fade.in(role='alert')
- a.close(href='#', data-dismiss='alert', aria-label='Close') ×
- |
- strong Success!
- | Indicates a successful or positive action.
Advertisement
Add Comment
Please, Sign In to add comment