%@page import="java.util.TreeMap"%> <%@page import="java.util.Map"%> <%@page import="org.xdams.utility.TrasformXslt20"%> <%@page import="org.xdams.utility.TitleManager"%> <%@page import="org.xdams.xml.builder.XMLBuilder"%> <%@page import="it.highwaytech.db.HierPath"%> <%@page import="org.xdams.utility.request.MyRequest"%> <%@page import="org.xdams.workflow.bean.WorkFlowBean"%> <%@page import="org.xdams.page.view.bean.ViewBean"%> <%@page import="org.xdams.user.bean.UserBean"%> <%@page import="org.xdams.conf.master.ConfBean"%> <%@taglib uri="/WEB-INF/xDamsJSTL.tld" prefix="xDamsJSTL"%> <%@taglib uri="http://www.springframework.org/tags" prefix="spring"%> <% ConfBean confBean = (ConfBean)request.getAttribute("confBean"); UserBean userBean = (UserBean)request.getAttribute("userBean"); ViewBean viewBean = (ViewBean)request.getAttribute("viewBean"); WorkFlowBean workFlowBean = (WorkFlowBean)request.getAttribute("workFlowBean"); String pos = MyRequest.getParameter("pos",request); String selId = MyRequest.getParameter("selId",request); String theArch = workFlowBean.getAlias(); int docNumber = viewBean.getPhysDoc(); int docFather = viewBean.getDocFather(); int docSon = viewBean.getDocSon(); int docUpperBrother = viewBean.getDocUpperBrother(); int docLowerBrother = viewBean.getDocLowerBrother(); int treePos = viewBean.getTreePos(); HierPath laGerarchia = viewBean.getHierPath(); String imagePath=null; boolean flagInventario = false; if(docFather!=docNumber){flagInventario=true;} XMLBuilder theXML = viewBean.getXmlBuilder(); XMLBuilder theXMLconf = confBean.getTheXMLConfPresentation(); XMLBuilder theXMLconfTitle = confBean.getTheXMLConfTitle(); XMLBuilder theXMLValControllati = confBean.getTheXMLValControllati(); XMLBuilder theXMLconfEditing = confBean.getTheXMLConfEditing(); XMLBuilder theXMLConfMedia = confBean.getTheXMLConfMedia(); TitleManager titleManager = new TitleManager(theXMLconfTitle); String ilTitolo = titleManager.defaultParsedTitle(viewBean.getTitle(),"defaultTitle"); String ilTitoloEncoded = java.net.URLEncoder.encode(ilTitolo,"ISO-8859-1"); String elementoPath=""; String extraFunction=""; %>