Url.xslt
From Plex-XML
The url.xslt is an xslt file located in the WEB-INF/customized directory. It contains some xslt variables that are used for customization and is included in any xslt file that generates HTML.
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <!-- Servlet name --> <xsl:variable name="vURL">aServlet</xsl:variable> <!-- web/customized directory --> <xsl:variable name="vCustomized">allabout/</xsl:variable> <!-- Application path used for cookies --> <xsl:variable name="vApplicationPath">security</xsl:variable> <!-- Application title for browser --> <xsl:variable name="vTitle">all about software</xsl:variable> <!-- PDF button in grids --> <xsl:variable name="vPDF">true</xsl:variable> <!-- URL for you help file / wiki --> <xsl:variable name="vHelpWikiURL">http://elbe1.allabout.de/PleXMLWiki/index.php/</xsl:variable> </xsl:styleshee
Ansonsten gibt es jetzt im customized/url.xslt eine Variable vDeployFor in der die Values aa oder acti drinstehen können. Damit wird die Anzeige des Einsatzzettel Buttons und die grundsätzliche Überschrift der Anwendung gesteuert.

