fire-ide
Version:
Web-based Integrated Development Environment for fire.js
39 lines (38 loc) • 910 B
text/jade
div.wrapper
div.title
h2 fire.js IDE
div.buttons
a.btn.run(href='/run') Run
a.btn.deploy(href='/deploy') Deploy
div.delete-file-dialog(title='Delete File')
p
|Are you sure you want to delete the file
span.filename
| ?
div.columns
div.col1
div.files
div.topbar
span.path $PATH
div.buttons
a.btn.back(href='/back-fs') Back
ul
div.buttons
a.btn.refresh(href='/refresh-fs') Refresh
a.btn.create(href='/create-fs') Create
div.create-file-dialog(title='New File')
form
fieldset
label(for='file-name') Name
input#file-name(type='text')
label(for='file-type') File Type
select#file-type
div.col2.editorPanel
div.topbar
span.path $PATH
div.buttons
a.btn.save(href='/save') Save
div.editor_placeholder
div.topbar.bottombar
div.buttons
a.btn.delete(href='/back-fs') Delete