<%-- /******************************************************************************* * Copyright (c) 2012-2013 University of Stuttgart. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and the Apache License 2.0 which both accompany this distribution, * and are available at http://www.eclipse.org/legal/epl-v10.html * and http://www.apache.org/licenses/LICENSE-2.0 * * Contributors: * Oliver Kopp - initial API and implementation and/or initial documentation * Yves Schubert - switch to bootstrap 3 *******************************************************************************/ --%> <%@tag description="Global Wrapper" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@attribute name="title" required="true" description="title of the dialog"%> <%@attribute name="text" required="true" description="text to show before upload box"%> <%@attribute name="URL" required="true" description="URL to post to"%> <%@attribute name="type" required="true" description="PUT|POST"%> <%@attribute name="additionalDropZone" required="false" description="jQuery selector for an additional dropzone"%> <%@attribute name="id" required="true" description="id to form basis for ...Diag: id of diag; ...Form: id of input field used for file upload; ...Img: Image to refresh"%> <%@attribute name="accept" description="if not null/'': list of accepted MIME file types"%> <%@attribute name="resize" description="if not null/'': enables image resizing. Currently not supported"%>