����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.116.49.6 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/common/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <!-- This is the XSL to render the xsl page to set controller auto configure behavior. The associated web plugin is the ControllerExecWebPlugin. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <!-- Include some common templates created by SS --> <xsl:import href="Utils.xsl"/> <xsl:template match="OMA"> <!--xsl:call-template name="scripts"/--> <DataArea printable="false" email="false" validate="true" Refresh="false" exportdata="false" onLoad="false"> <xsl:attribute name="submit">./SubmitForm?plugin=com.dell.sm.webplugins.ControllerExecWebPlugin&ControllerOID=<xsl:value-of select="ControllerOID"/>&ControllerName=<xsl:value-of select="ControllerName"/>&OrigUrl=<xsl:value-of select="OrigUrl"/>&Action=<xsl:value-of select="Action"/>&help=cnprin&</xsl:attribute> <xsl:attribute name="submitdisplay"><xsl:value-of select="$strApply"/></xsl:attribute> <xsl:variable name="dfltBkPg">./DataArea?plugin=com.dell.sm.webplugins.ControllerInfoWebPlugin&ControllerOID=<xsl:value-of select="ControllerOID"/>&ControllerName=<xsl:value-of select="ControllerName"/>&help=cnprin</xsl:variable > <xsl:attribute name="backpagedisplayfull"><xsl:value-of select="$strPrevPage"/></xsl:attribute> <xsl:attribute name="backpagetarget"><xsl:call-template name="BackPage"><xsl:with-param name="defaultBackPage" select="$dfltBkPg"/></xsl:call-template></xsl:attribute> <PageTitle> <xsl:attribute name="display"> <xsl:value-of select="$strTitlePart1"/> <xsl:value-of select="$strFor"/> <xsl:value-of select="ControllerName"/> <xsl:value-of select="$strTitlePart2"/> </xsl:attribute> </PageTitle> <xsl:call-template name="CtrlAutoConfigureBehavior"/> </DataArea> </xsl:template> <xsl:template name="CtrlAutoConfigureBehavior"> <ComboData> <ListData> <Data name="currentvalue" editable="false" type="ustring" align="right"> <xsl:attribute name="display"> <xsl:value-of select="$strCurrentAutoConfigureBehavior"/> </xsl:attribute> <xsl:attribute name="value"> <xsl:call-template name="GetAutoconfigureBehavior"> <xsl:with-param name="autoconfigvalue"> <xsl:value-of select="AutoconfigureBehavior"/> </xsl:with-param> </xsl:call-template> </xsl:attribute> </Data> </ListData> <TableData> <SubHeader> <xsl:attribute name="display"> <xsl:value-of select="$strNewAutoConfigureBehavior"/> </xsl:attribute> </SubHeader> <xsl:if test="substring(AttributesMask1, 17, 1) = '1' and AutoconfigureBehavior != '6'"> <Row> <Data name="behavior" type="radio" align="left"> <xsl:attribute name="value"> <xsl:value-of select="$strNonRAIDDisk"/> </xsl:attribute> <xsl:attribute name="returnvalue"> <xsl:value-of select="$strRetValNonRaidDisk"/> </xsl:attribute> </Data> </Row> </xsl:if> <xsl:if test="substring(AttributesMask1, 18, 1) = '1' and AutoconfigureBehavior != '2'"> <Row> <Data name="behavior" type="radio" align="left"> <xsl:attribute name="value"> <xsl:value-of select="$strRAID0"/> </xsl:attribute> <xsl:attribute name="returnvalue"> <xsl:value-of select="$strRetValRaid0"/> </xsl:attribute> </Data> </Row> </xsl:if> <xsl:if test="substring(AttributesMask1, 28, 1) = '1' and AutoconfigureBehavior != '0'"> <Row> <Data name="behavior" type="radio" align="left"> <xsl:attribute name="value"> <xsl:value-of select="$strOff"/> </xsl:attribute> <xsl:attribute name="returnvalue"> <xsl:value-of select="$strRetValOff"/> </xsl:attribute> </Data> </Row> </xsl:if> </TableData> </ComboData> <script language="javascript"> function validate() { var RadioArray = document.getElementsByName("behavior"); for(var i=0;i<RadioArray.length;i++) { if(RadioArray [i].checked) { disableButtons("submit","back" ,""); return true; } } alert("<xsl:value-of select="$strNoSelectionError"/>"); return false; } </script> </xsl:template> </xsl:stylesheet>