<%@ page language="java" %> <% String rzmodule = "revize_document_center";%> <%@ include file="/util/setup_editform_header.jsp"%> <%@ include file="/plugins/_editforms_/v2/includes/bootstrap.jsp"%> <% formTitle = "Edit a Document"; // Leave history blank to omit button headerClass = "col-md-8 col-md-offset-2"; moduleName = rzmodule; String parentRecordID = rz.fetch(moduleName,"placement"); if (parentRecordID.indexOf("in-category-") == 0) { parentRecordID = parentRecordID.replaceAll("in-category-",""); } else { out.print("This record does not appear to have a valid parent."); } %> <%@ include file="/plugins/_editforms_/v2/includes/header.jsp"%>
<%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-top.jsp"%>
<%rz.fetch(moduleName,"header","raw","_recordid="+parentRecordID);%>
<%rz.fetch(moduleName, "seq");%> <%rz.fetch(moduleName, "document_header");%> <%rz.fetch(moduleName, "content");%> <%rz.fetch(moduleName, "document_external_url");%> <% rz.fetch( moduleName, "document_file", "file,edit,location=,extensions="); %> <% rz.fetch(moduleName,"document_type_flag"); %>
<%@ include file="/plugins/_editforms_/v2/includes/editform-buttons-bottom.jsp"%>
<%@ include file="/plugins/_editforms_/v2/includes/scripts.jsp"%> <%-- Custom Scripts can be added here after the standard scripts --%> <%@ include file="/plugins/_editforms_/v2/includes/footer.jsp"%>