<?xml version="1.0" ?> 

<jump-container type="dialog">

<Composite name="PPMSActionSelectionDialog" title="Select PPMS Action">
<!-- Place for operation message -->
<if test="'$(HAS_MESSAGE)' == 'true'">
  <InfoText name="Info1">
    <![CDATA[<html>
      <h3>$(OP_MESSAGE)</h3>
    </html>]]>
  </InfoText>
</if>

<InfoText name="Info2">
<if test="'$(HAS_PPMS_DATA)' == 'true'">
<![CDATA[<html>
You have PPMS data on your system. You should clean it, before detecting PPMS data again.
</html>]]>
</if>
<if test="'$(HAS_PPMS_DATA)' == 'false'">
<![CDATA[<html>
You do not have PPMS data on your system. You can start with detection of PPMS data.
</html>]]>
</if>
</InfoText>

<InfoText name="selectPPMSAction">
<![CDATA[<html><b>
Select an action that you want to execute on PPMS data on your system</b></html>]]>
</InfoText>

<ExclusiveSelection name="PPMSActionSelection">
  <INPUT>
    <LABEL>Detect PPMS Products (detects PPMS data from installed components on your system) </LABEL>
    <VARIABLE>DETECT</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Clean PPMS Products (deletes current PPMS data from your system)</LABEL>
    <VARIABLE>CLEAN</VARIABLE>
  </INPUT>
</ExclusiveSelection>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
Here you can modify PPMS products and instances that are recorded on your system. You can start with &quot;Detect PPMS Products&quot; radio button in case that you do not have recorded PPMS data.<br>
You should use option &quot;Clean PPMS Products&quot; first, if you have already available PPMS configuration.<br>
</html>]]></InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <BUTTON name="Cancel" enabled="true">Cance#l</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>