Removed obsolete file upload stuff.

This commit is contained in:
Sybren A. Stüvel 2017-06-16 14:05:02 +02:00
parent fc4ab9d6ba
commit a19ad751a8
3 changed files with 0 additions and 47 deletions

View File

@ -1,18 +0,0 @@
| {% macro render_file_uploader() %}
#fileUploaderModal.modal.fade(
tabindex="-1", role="dialog", aria-labelledby="fileUploaderModalLabel", aria-hidden="true")
.modal-dialog
.modal-content
.modal-header
button.close(type="button", data-dismiss="modal", aria-label="Close")
span(aria-hidden="true") ×
h4.modal-title Upload file
.modal-body
| {% include '_macros/include _file_uploader_form.html' %}
.modal-footer
button.btn.btn-default(type="button", data-dismiss="modal") Close
| {% endmacro %}

View File

@ -1,25 +0,0 @@
| {% extends 'layout.html' %}
| {% block head %}
| {{ super() }}
// blueimp Gallery styles
link(rel="stylesheet", href="{{ url_for('static_pillar', filename='assets/css/blueimp/blueimp-gallery.min.css') }}")
// CSS to style the file input field as button and adjust the Bootstrap progress bars
link(rel="stylesheet", href="{{ url_for('static_pillar', filename='jquery-file-upload/css/jquery.fileupload.css') }}")
link(rel="stylesheet", href="{{ url_for('static_pillar', filename='jquery-file-upload/css/jquery.fileupload-ui.css') }}")
| {% endblock %}
| {% block body %}
.container
#project-container(style="background-color:white;padding:20px")
| {% include '_macros/_file_uploader_form.html' %}
| {% endblock %}
| {% block footer_scripts %}
| {% include '_macros/_file_uploader_javascript.html' %}
| {% endblock %}

View File

@ -1,4 +0,0 @@
#node-add-container
| {% include '_macros/_file_uploader_form.html' %}
| {% include '_macros/_file_uploader_javascript.html' %}