overleaf/services/web/app/views/project/new.jade

20 lines
438 B
Text
Raw Normal View History

2014-02-12 05:23:40 -05:00
.container
.page-header
h1 New File
.row
.span12.columns
form#newFile(enctype='multipart/form-data', method='post')
fieldset
.clearfix
label(for='xlInput') Name
.input
input.xlarge(type='text', name='name')
.clearfix
label(for='xlInput') Upload File
.input
input#file_upload.input-file(type='file', name='image')
.actions
Button.primary.btn(type='submit') Save