����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 216.73.216.150 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/web/skins/modern/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> <xsl:template match="SystemInfo"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="/oma/css/sysinfo.css" rel="stylesheet" type="text/css" /> <title></title> <script language="javascript"> function select () { try { if (parent.ct.g_bModal == false) { var vvid = top.gnv.getVID(); parent.ct.g_bModal = true; parent.ct.location.href='./ComponentTree?refresh=true&vid='+vvid; } } catch (e) { } } </script> </head> <body> <div class="sysinfo_padding"> <div class="sysinfo_container"> <div class="sysinfo_top_left"> </div> <div class="sysinfo_background"> <div class="sysinfo_text"> <div class="sysinfo_hardware_name" id="system_name"> <a href="#" onclick="javascript:select()"> <xsl:attribute name="title"><xsl:value-of select="Server/@name"/></xsl:attribute> <xsl:choose> <xsl:when test="string-length(Server/@name)>15"> <xsl:value-of select="substring(Server/@name, 1, 15)"/>...</xsl:when> <xsl:otherwise> <xsl:value-of select="Server/@name"/> </xsl:otherwise> </xsl:choose> </a> </div> <div class="sysinfo_hardware_type"> <xsl:apply-templates select="System"/> </div> <div class="sysinfo_user"> <xsl:apply-templates select="User"/> </div> </div> </div> <div class="sysinfo_top_right"> </div> <div class="sysinfo_middle_left"> </div> <div class="sysinfo_middle_right"> </div> </div> </div> </body> </html> </xsl:template> <xsl:template match="System"> <xsl:value-of select="ChassisInfo/ChassisProps1/ChassModel" /> </xsl:template> <xsl:template match="User"> <xsl:value-of select="@name" /><br/><xsl:value-of select="@rights" /> </xsl:template> </xsl:stylesheet>