<?xml version="1.0" ?> 

<jump-container type="dialog">

<Composite name="PPMSProductsDialog" title="Select Available PPMS Products">
<InfoText name="Heading">
<![CDATA[<html>
<head>
  <style type="text/css">body {padding: 10px}table {width:100%;}h3 {background-color:#dde8ef}td {padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 0px}div {margin-bottom: 5px; margin-top: 5px}.label {background-color: #dde8ef; width:40%;}.line {background-color: #dde8ef; font-size:1pt; padding:1px; margin-bottom: 2px}</style>
</head>
</html>]]>
</InfoText>

<if test="'$(HAS_OPTIONAL_PRODUCTS)' == 'true'">
<InfoText name="optionalTable">
<![CDATA[<html>
<b>Optional PPMS Products</b><br>
The PPMS detection tool was not able to determine if listed products below are installed as separate products or only some of their components exists in the system.
Select the checkbox if the product is installed and uncheck it if only some of its components are available.
</html>]]>
</InfoText>

<TableInput name="optionalProducts">
    <HEADING>Select available products:</HEADING>
    <DISPLAY>    
      <ColumnName heading="Product" editable="false">Product</ColumnName>
      <ColumnName heading="Description" editable="false">Description</ColumnName> 
      <ColumnName heading="Version" editable="false">Version</ColumnName> 
      <ColumnName heading="Available" editable="true">Available</ColumnName>   
    </DISPLAY>
    <VARIABLE>OPTIONAL_PRODUCTS</VARIABLE>
</TableInput>
</if>

<InfoText name="detectedTable">
<![CDATA[<html>
<b>Detected PPMS Products</b><br>
PPMS products listed below are installed on your system.
</html>]]>
</InfoText>

<if test="'$(HAS_AVAILABLE_PRODUCTS)' == 'true'">
<TableInput name="availableProducts">
    <HEADING>List with detected products:</HEADING>
    <DISPLAY>
      <ColumnName heading="Product" editable="false">Product</ColumnName>
      <ColumnName heading="Description" editable="false">Description</ColumnName> 
      <ColumnName heading="Version" editable="false">Version</ColumnName>    
    </DISPLAY>
    <VARIABLE>AVAILABLE_PRODUCTS</VARIABLE>
 </TableInput>
</if>

<NavigationButtonGroup name="NavigationButtonGroup" default="Continue"> 
  <BUTTON name="Back" enabled="true">#Back</BUTTON>
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <BUTTON name="Cancel" enabled="true">Cance#l</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>