Removed obsolete file upload stuff.
This commit is contained in:
@@ -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 %}
|
@@ -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 %}
|
@@ -1,4 +0,0 @@
|
||||
|
||||
#node-add-container
|
||||
| {% include '_macros/_file_uploader_form.html' %}
|
||||
| {% include '_macros/_file_uploader_javascript.html' %}
|
Reference in New Issue
Block a user