����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 13.58.173.156 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/sm/template/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" omit-xml-declaration="yes"/> <xsl:strip-space elements="*"/> <xsl:template match="/OMA"> <Summary> <Section name="Storage Services"> <xsl:attribute name="display">Storage Controller Firmware</xsl:attribute> <xsl:apply-templates/> </Section> </Summary> </xsl:template> <xsl:template match="DCStorageObject"> <ListData> <xsl:attribute name="display"></xsl:attribute> <Data columnspacing="true" name="ControllerName" editable="false" type="ustring"> <xsl:attribute name="display">Name</xsl:attribute> <xsl:attribute name="value"><xsl:value-of select="Name"/></xsl:attribute> </Data> <Data columnspacing="true" name="Version" editable="false" type="ustring"> <xsl:attribute name="display">Version</xsl:attribute> <xsl:attribute name="value"> <xsl:choose> <xsl:when test="FirmwareVer"> <xsl:value-of select="FirmwareVer"/> </xsl:when> <xsl:otherwise>N/A</xsl:otherwise> </xsl:choose> </xsl:attribute> </Data> <!-- <Data columnspacing="true" name="Updateable" editable="false" type="ustring"> <xsl:attribute name="display">Updateable</xsl:attribute> <xsl:attribute name="value">N/A</xsl:attribute> </Data> --> </ListData> </xsl:template> </xsl:stylesheet>