<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%-- jsp fragment used on document-list and report pages to be able to delete one or multiple artifacts (doc/report) this mainly contains the javascripts for that, plus a hidden input field contains the artifact ids to select Assumes that there is an combo box with id of "actionCombo", which is disabled before form submit. parameters: param.confirmMessageKey - the key for multi-delete confirm message param.confirmOneMessageKey - the key for one-delete confirm message param.confirmOneDirMessageKey - optional key when deleting one directory --%>