����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.128.95.177 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/oma/cli/ |
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:output method="xml" indent="no"/> <xsl:strip-space elements="*"/> <xsl:template match="*"> <xsl:choose> <xsl:when test="/OMA/SMStatus='0'"><xsl:call-template name="success"/></xsl:when> <xsl:otherwise> <xsl:call-template name="failure"> <xsl:with-param name="ErrorMsgID"><xsl:value-of select="SMStatus"/></xsl:with-param> </xsl:call-template> </xsl:otherwise> </xsl:choose> </xsl:template> <xsl:template name="failure"> <xsl:param name="ErrorMsgID" /> <DataArea> <xsl:choose> <xsl:when test="$ErrorMsgID='261'"><xsl:text>Error! Configuration file is missing.</xsl:text></xsl:when> <xsl:when test="$ErrorMsgID='263'"><xsl:text>Error! Configuration key is missing.</xsl:text></xsl:when> <xsl:when test="$ErrorMsgID='271'"><xsl:text>Error! Value incorrect.</xsl:text></xsl:when> <xsl:otherwise><xsl:text>Error occured!</xsl:text></xsl:otherwise> </xsl:choose> </DataArea> </xsl:template> <xsl:template name="success"> <DataArea> <ListData> <xsl:choose> <xsl:when test="/OMA/OMA/MsgPrefFormat='1'"> <Data> <xsl:attribute name="display">Event Message Format</xsl:attribute> <xsl:attribute name="value">Enhanced</xsl:attribute> </Data> </xsl:when> <xsl:when test="/OMA/OMA/MsgPrefFormat='0'"> <Data> <xsl:attribute name="display">Event Message Format</xsl:attribute> <xsl:attribute name="value">traditional</xsl:attribute> </Data> </xsl:when> </xsl:choose> </ListData> </DataArea> </xsl:template> </xsl:stylesheet>