diff --git a/src/templates/_macros/_file_uploader.jade b/src/templates/_macros/_file_uploader.jade deleted file mode 100644 index 7bf06d51..00000000 --- a/src/templates/_macros/_file_uploader.jade +++ /dev/null @@ -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 %} diff --git a/src/templates/upload.jade b/src/templates/upload.jade deleted file mode 100644 index 7fd2e517..00000000 --- a/src/templates/upload.jade +++ /dev/null @@ -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 %} diff --git a/src/templates/upload_embed.jade b/src/templates/upload_embed.jade deleted file mode 100644 index bda188b0..00000000 --- a/src/templates/upload_embed.jade +++ /dev/null @@ -1,4 +0,0 @@ - -#node-add-container - | {% include '_macros/_file_uploader_form.html' %} - | {% include '_macros/_file_uploader_javascript.html' %}