����JFIF��x�x����'
| Server IP : 78.140.185.180 / Your IP : 216.73.216.220 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/template/common/ |
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" />
<xsl:strip-space elements="*"/>
<xsl:variable name="IsTitleSystem">
<xsl:choose>
<xsl:when test="/OMA/Summary/Summary/Section/@name='System'">true</xsl:when>
<xsl:when test="/OMA/Summary/Section/@display='System'">true</xsl:when>
<xsl:otherwise>false</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:template match="/OMA">
<DataArea>
<PageTitle>
<xsl:attribute name="display">
<xsl:choose>
<xsl:when test="count(//Section) = 1">
<xsl:choose>
<xsl:when test="//Section/@name = 'Software'"><xsl:value-of select="$strSoftwareSummary"/></xsl:when>
<xsl:otherwise><xsl:value-of select="$strSystemSummary"/></xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="$IsTitleSystem='true'">
<xsl:value-of select="$strSystemSummary1"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$strBladeModuleSummary"/>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</PageTitle>
<CustomButton>
<!--<Data name="PrintAll" display="Print All" href="#" onclick="javascript:printAll ();" /> -->
<Data name="Refresh"><xsl:attribute name="display"><xsl:value-of select="$strRefresh"/></xsl:attribute>
<xsl:attribute name="href">#</xsl:attribute>
<xsl:attribute name="onclick">javascript:location.reload ()</xsl:attribute>
</Data>
</CustomButton>
<SummaryData>
<xsl:apply-templates select="Summary"/>
</SummaryData>
</DataArea>
</xsl:template>
<xsl:template match="Summary">
<xsl:apply-templates />
</xsl:template>
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="SMStatus" />
</xsl:stylesheet>