<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:script language="vbscript"><![CDATA[
Function DoSize(intSize)
      If intSize <> "" AND (VarType(intSize) = 2 OR VarType(intSize) = 3) then
         If intSize <= 1024 then
            tmpSize = FormatNumber(intSize, 1) & " bytes"
         ElseIf intSize > 1024 and intSize <= 1024^2 then
            tmpSize = FormatNumber(intSize/1024, 1) & " kb"
         ElseIf intSize > 1024^2 and intSize <= 1024^3 then
            tmpSize = FormatNumber(intSize/1024^2, 1) & " mb"
         Else
            tmpSize = FormatNumber(intSize/1024^3, 1) & " gb"
         End If
         DoSize = intSize & "(" & tmpSize & ")"
      Else
         DoSize = intSize
      End If

   End Function
]]></xsl:script>
<xsl:template match="/">

<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/default.css" />
<link rel="stylesheet" type="text/css" href="../css/systemdetailsdetail.css" />
<title>IBM Access Support - Detailed System Information</title>
<script language="JScript">
 popupWin();
 	function popupWin()
{
	 appWidth = 826
	 appHeight = 601
	 popWinWidth= appWidth/2
	 popWinHeight= 50
	 screenWidth=screen.availWidth
	 screenHeight=screen.availHeight 
	
	 popWinX = ((screenWidth - appWidth)/2 )+(appWidth-popWinWidth)/2
	 popWinY = ((screenHeight - appHeight)/2 )+(appHeight-popWinHeight)/2

	var x =window.open("",null,"height=10,width=500,left=250,top=300,location=no,menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no");
	var popBody=x.document.body;
	popBody.bgColor="blue"
	popBody.innerHTML = "<DIV><B><CENTER>Please Wait While Loading....</CENTER></B></DIV>"
    

	 
  	

document.onreadystatechange=fnStartInit

function fnStartInit()
{
	 

   if (document.readyState=="complete")
   {
	x.close()
   }
}}
</script>
<script language="vbscript">
strDisplayIt = "Click to display list of selections under this category"
strHideIt = "Click to close list of selections"

Sub CheckKey()
   If window.event.keyCode = 13  Then 'If user pressed the enter key
	If window.event.srcElement.id = "ExAll" Then 
		ExpandAll()
	Else
  		ShowChild
   End If
End If
End Sub


Sub ShowChild()
  If window.event.srcElement.id = "parent" Then
  intParentIndexOf = window.event.srcElement.sourceIndex
  Set oChildOfParent = window.document.all(intParentIndexOf + 1) 
  If oChildofParent.style.display = "none" Then
    oChildOfParent.style.display = ""
    window.event.srcElement.style.listStyleImage = "url(uparrow.gif)"
    window.event.srcElement.title = strHideIt
  Else
    oChildOfParent.style.display = "none"
    window.event.srcElement.style.listStyleImage = "url(diagarrow.gif)"
    window.event.srcElement.title = strDisplayIt
  End If
  Set oChildOfParent = Nothing
End If
End Sub

</script>
</head>

<body onClick="ShowChild()"  onkeypress="CheckKey()"    >

<object id="ctlegatherer"   classid="clsid:74ffe28d-2378-11d5-990c-006094235084" 
  codebase="../install/ibmegath.cab#version=1,0,0,12" style="display: none; ">
<embed type="application/x-support.com-ibmbios-plugin"  name="ctlegatherer"></embed>
</object>


<script language="vbscript">



Sub ExpandAll()
window.open "..\content\systemdetailsdetailexpand.html", "oDetailFile", "width=610,height=509,"
End Sub



</script>








<div class="title"><span style="background:777777; color:ffffff; font-size:24px; width:100%">Advanced System Details</span></div>
<div id="display" style="height:100%; overflow: visible; width: 100%;">


<ul>
<xsl:for-each select="EG_GATHERED_DATA/EG_SYSTEM_SUMMARY">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX="2">System Summary<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX="2">Computer Name: <xsl:value-of select="EG_COMPUTER_NAME" /></li>
<li class="item" title="" TABINDEX="2">Computer Model: <xsl:value-of select="EG_COMPUTER_MODEL" /></li>
<li class="item" title="" TABINDEX="2">Serial Number: <xsl:value-of select="EG_SERIAL_NUMBER" /></li>
<li class="item" title="" TABINDEX="2">Computer OEM: <xsl:value-of select="EG_COMPUTER_OEM" /></li>
<li class="item" title="" TABINDEX="2">OS Name: <xsl:value-of select="EG_OS_NAME" /></li>
<li class="item" title="" TABINDEX="2">OS Type: <xsl:value-of select="EG_OS_TYPE" /></li>
<li class="item" title="" TABINDEX="2">OS Version: <xsl:value-of select="EG_OS_VERSION" /></li>
<li class="item" title="" TABINDEX="2">OS OEM: <xsl:value-of select="EG_OS_OEM" /></li>
</ul></li>
</xsl:for-each>

<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Logical Drives<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_LOGICAL_DISK_DRIVES/EG_LOGICAL_DRIVE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_TYPE" /> (<xsl:value-of select="EG_DRIVE_LETTER" />:)<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Type: <xsl:value-of select="EG_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">Capacity: <xsl:value-of select="EG_CAPACITY" /></li>
<li class="item" title="" TABINDEX= "2">Free Space: <xsl:value-of select="EG_FREE_SPACE" /></li>
<li class="item" title="" TABINDEX= "2">Volume Label: <xsl:value-of select="EG_VOLUME_LABEL" /></li>
<li class="item" title="" TABINDEX= "2">File System: <xsl:value-of select="EG_FILE_SYSTEM" /></li>
</ul></li>
</xsl:for-each>
</ul></li>


<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Display Settings<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_DISPLAY_INFORMATION/EG_DISPLAY_SETTINGS">
<li class="item" title="" TABINDEX= "2">Horizontal Resolution: <xsl:value-of select="EG_HORIZONTAL_RESOLUTION" /></li>
<li class="item" title="" TABINDEX= "2">Vertical Resolution: <xsl:value-of select="EG_VERTICAL_RESOLUTION" /></li>
<li class="item" title="" TABINDEX= "2">Bits per pixel: <xsl:value-of select="EG_BITS_PER_PIXEL" /></li>
<li class="item" title="" TABINDEX= "2">Frequency: <xsl:value-of select="EG_FREQUENCY" /></li>
<li class="item" title="" TABINDEX= "2">Adapter: <xsl:value-of select="EG_CHIP_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">Chip Type: <xsl:value-of select="EG_DAC_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">BIOS: <xsl:value-of select="EG_BIOS_STRING" /></li>
</xsl:for-each>
</ul></li>



<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">SCSI/IDE Devices<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_SCSI_AND_IDE_DEVICES/EG_SCSI_OR_IDE_DEVICE">
 <li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_BUS"/> <xsl:value-of select="EG_PORT"/> (<xsl:value-of select="EG_DEVICE_TYPE" />)<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Device Name: <xsl:value-of select="EG_DEVICE_NAME" /></li>
<li class="item" title="" TABINDEX= "2"><xsl:value-of select="EG_TARGET_ID" /></li>
<li class="item" title="" TABINDEX= "2"><xsl:value-of select="EG_LUN" /></li>
</ul></li>
</xsl:for-each>
</ul></li>


<xsl:for-each select="EG_GATHERED_DATA/EG_BIOS_INFORMATION">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">BIOS Information<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Vendor: <xsl:value-of select="EG_VENDOR" /></li>
<li class="item" title="" TABINDEX= "2">Version: <xsl:value-of select="EG_VERSION" /></li>
<li class="item" title="" TABINDEX= "2">Release Date: <xsl:value-of select="EG_RELEASE_DATE" /></li>
</ul></li>
</xsl:for-each>

<xsl:for-each select="EG_GATHERED_DATA/EG_BASEBOARD_INFORMATION/EG_MOTHERBOARD_INSTANCE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Motherboard Information<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Serial Number: <xsl:value-of select="EG_SERIAL_NUMBER" /></li>
</ul></li>
</xsl:for-each>

<xsl:for-each select="EG_GATHERED_DATA/EG_PROCESSOR_INFORMATION/EG_PROCESSOR_INSTANCE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Processor Information<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Manufacturer: <xsl:value-of select="EG_MANUFACTURER" /></li>
<li class="item" title="" TABINDEX= "2">Version: <xsl:value-of select="EG_VERSION" /></li>
<li class="item" title="" TABINDEX= "2">Current Speed: <xsl:value-of select="EG_CURRENT_SPEED" /></li>
</ul></li>
</xsl:for-each>

<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Memory Information<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Memory Utilization: <xsl:value-of select="EG_GATHERED_DATA/EG_MEMORY_STATISTICS/EG_MEMORY_UTILIZATION" />%</li>
<li class="item" title="" TABINDEX= "2">Total Physical Memory: <xsl:value-of select="EG_GATHERED_DATA/EG_MEMORY_STATISTICS/EG_TOTAL_PHYSICAL_MEMORY" /></li>
<li class="item" title="" TABINDEX= "2">Available Physical Memory: <xsl:value-of select="EG_GATHERED_DATA/EG_MEMORY_STATISTICS/EG_FREE_MEMORY" /></li>
<xsl:for-each select="EG_GATHERED_DATA/EG_PHYSICAL_MEMORY_ARRAY_INFORMATION/EG_MEMORY_ARRAY_INSTANCE">
<li class="item" title="" TABINDEX= "2">Location: <xsl:value-of select="EG_LOCATION" /></li>
<li class="item" title="" TABINDEX= "2">Error Correction: <xsl:value-of select="EG_ERROR_CORRECTION" /></li>
<li class="item" title="" TABINDEX= "2">Memory Devices: <xsl:value-of select="EG_MEMORY_DEVICES" /></li>
</xsl:for-each>

<xsl:for-each select="EG_GATHERED_DATA/EG_MEMORY_MODULE_INFORMATION/EG_MEMORY_MODULE_INSTANCE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_SOCKET" /><ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Socket: <xsl:value-of select="EG_SOCKET" /></li>
<li class="item" title="" TABINDEX= "2">Type: <xsl:value-of select="EG_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">Installed Size: <xsl:value-of select="EG_INSTALLED_SIZE" /></li>
<li class="item" title="" TABINDEX= "2">Enabled Size: <xsl:value-of select="EG_ENABLED_SIZE" /></li>
</ul></li>
</xsl:for-each>



</ul></li>



<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Port Connector Information<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_PORT_CONNECTOR_INFORMATION/EG_CONNECTOR_INSTANCE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_EXTERNAL_DESIGNATOR" /><ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Port Type: <xsl:value-of select="EG_PORT_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">Internal Designator: <xsl:value-of select="EG_INTERNAL_DESIGNATOR" /></li>
<li class="item" title="" TABINDEX= "2">External Designator: <xsl:value-of select="EG_EXTERNAL_DESIGNATOR" /></li>
</ul></li>
</xsl:for-each>
</ul></li>

<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Adapter Slot Information<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_ADAPTER_SLOT_INFORMATION/EG_SLOT_INSTANCE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_SOCKET_DESIGNATION" /><ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Type: <xsl:value-of select="EG_TYPE" /></li>
<li class="item" title="" TABINDEX= "2">In Use: <xsl:value-of select="EG_IN_USE" /></li>
</ul></li>
</xsl:for-each>
</ul></li>


<xsl:for-each select="EG_GATHERED_DATA/EG_PCI_DEVICE_INFORMATION/EG_PCI_DEVICE_ID">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">PCI Device Information<ul id="child" style="display: none;">
<li class="item" title="" TABINDEX= "2">Bus: <xsl:value-of select="EG_BUS" /></li>
<li class="item" title="" TABINDEX= "2">Device: <xsl:value-of select="EG_DEVICE" /></li>
<li class="item" title="" TABINDEX= "2">Function: <xsl:value-of select="EG_FUNCTION" /></li>
<li class="item" title="" TABINDEX= "2">Vendor: <xsl:value-of select="EG_VENDOR" /></li>
<li class="item" title="" TABINDEX= "2">Device ID: <xsl:value-of select="EG_DEVICE_ID" /></li>
<li class="item" title="" TABINDEX= "2">Class: <xsl:value-of select="EG_CLASS" /></li>
<li class="item" title="" TABINDEX= "2">Sub Class: <xsl:value-of select="EG_SUB_CLASS" /></li>
</ul></li>
</xsl:for-each>

<li id="parent" title="Click to display list of selections under this category" TABINDEX= "2">Software<ul id="child" style="display: none;">

<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Device Drivers<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_DEVICE_DRIVER_INFORMATION/EG_DEVICE_DRIVER_FILE">
<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2"><xsl:value-of select="EG_FILENAME" /><ul id="child" style="display: none;">
<li class="item" title="">Date Created: <xsl:value-of select="EG_TIMESTAMP" /></li>
<li class="item" title="" TABINDEX= "2">Version: <xsl:value-of select="EG_VERSION" /></li>
<li class="item" title="" TABINDEX= "2">File Size: <xsl:value-of select="EG_FILE_SIZE" /> bytes</li>
</ul></li>
</xsl:for-each>
</ul></li>

<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">IBM Software<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_INSTALLED_IBM_SOFTWARE/EG_SOFTWARE_PACKAGE">
<li class="item" title="" TABINDEX= "2"><xsl:value-of select="." /></li>
</xsl:for-each>
</ul></li>


<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Installed Software<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_INSTALLED_SOFTWARE/EG_SOFTWARE_PACKAGE">
<li class="item" title="" TABINDEX= "2"><xsl:value-of select="." /></li>
</xsl:for-each>
</ul></li>


<li id="parent"  title="Click to display list of selections under this category" TABINDEX= "2">Microsoft Software<ul id="child" style="display: none;">
<xsl:for-each select="EG_GATHERED_DATA/EG_INSTALLED_MICROSOFT_SOFTWARE/EG_SOFTWARE_PACKAGE">
<li class="item" title="" TABINDEX= "2"><xsl:value-of select="." /></li>
</xsl:for-each>
</ul></li>
</ul></li>

</ul>


</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

