����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:template match="/OMA">
<Reminder>
<xsl:attribute name="submitdisplay">
<xsl:choose>
<xsl:when test="Reminder/@mode='svr'">
<xsl:value-of select="$strRebootSystem"/>
</xsl:when>
<xsl:when test="Reminder/@mode='svc'">
<xsl:value-of select="$strRestartWebserver"/>
</xsl:when>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="submit">
<xsl:choose>
<xsl:when test="Reminder/@mode='svr'">./SubmitForm?plugin=com.dell.hip.webplugins.shtdwnWebPlugin&os=8&action1=1</xsl:when>
<xsl:when test="Reminder/@mode='svc'">./SubmitForm?plugin=com.dell.oma.webplugins.RstServiceWebPlugin</xsl:when>
</xsl:choose>
</xsl:attribute>
<xsl:if test="Reminder/@mode='svr' or Reminder/@mode='svc'">
<xsl:attribute name="LogOutDisplay">
<xsl:value-of select="$strLogOut"/>
</xsl:attribute>
<xsl:attribute name="LogOuthref">
<xsl:choose>
<xsl:when test="Reminder/@mode='svr'">./LogoutServlet?page=Logout&out=true&rstmode=server&CurrentProgram=<xsl:value-of select="Reminder/@currentprog"/></xsl:when>
<xsl:when test="Reminder/@mode='svc'">./LogoutServlet?page=Logout&out=true&rstmode=service&CurrentProgram=<xsl:value-of select="Reminder/@currentprog"/></xsl:when>
</xsl:choose>
</xsl:attribute>
</xsl:if>
<PageTitle>
<xsl:attribute name="display">
<xsl:value-of select="$strReminderForRestart"/>
</xsl:attribute>
</PageTitle>
<PromptText>
<xsl:choose>
<xsl:when test="Reminder/@mode='svr'">
<xsl:value-of select="$strTheServerNeeds"/>
</xsl:when>
<xsl:when test="Reminder/@mode='svc'">
<xsl:value-of select="$strTheServicedaemonNeeds"/>
</xsl:when>
</xsl:choose>
</PromptText>
<HiddenTable>
<Data name="DatypeTag" type="hidden">
<xsl:choose>
<xsl:when test="ShutDownDA = 'dceda' ">
<xsl:attribute name="returnvalue">dceda</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="returnvalue">hipda</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</Data>
</HiddenTable>
<Brand>
<xsl:choose>
<xsl:when test="/OMA/Brand='0'">dell</xsl:when>
<xsl:otherwise>debrand</xsl:otherwise>
</xsl:choose>
</Brand>
</Reminder>
</xsl:template>
<xsl:template match="*"/>
</xsl:stylesheet>