Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
7525b5fb
Commit
7525b5fb
authored
Oct 15, 2015
by
Fabian-Andree Heidemann
Browse files
[filebrowser] missing files for commit:d22454aaa104
parent
a4e5e1dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/html/openDialog.html
0 → 100644
View file @
7525b5fb
<div><span></span>
<div>
<button
type=
"button"
id=
"cancel"
title=
"Cancel"
class=
"btn btn-danger"
><i
class=
"glyphicon glyphicon-remove"
></i><span>
Cancel
</span></button>
<button
type=
"button"
id=
"codeeditor"
title=
"Open with code editor"
class=
"btn btn-primary"
><i
class=
"glyphicon glyphicon-pencil"
></i><span>
Code Editor
</span></button>
<button
type=
"button"
id=
"download"
title=
"Download"
class=
"btn btn-primary"
><i
class=
"glyphicon glyphicon-download"
></i><span>
Downlaod
</span></button>
</div>
</div>
\ No newline at end of file
vispa/extensions/file/static/html/openDialog.jade
0 → 100644
View file @
7525b5fb
div
span
div
button.btn.btn-danger(type="button", id="cancel", title="Cancel")
i.glyphicon.glyphicon-remove
span Cancel
button.btn.btn-primary(type="button", id="codeeditor", title="Open with code editor")
i.glyphicon.glyphicon-pencil
span Code Editor
button.btn.btn-primary(type="button", id="download", title="Download")
i.glyphicon.glyphicon-download
span Downlaod
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment