<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> -->
<jump-container type="dialog">

<choose>
<when test="$(UF_DialogToShowVariable) == UpToDate">
<Composite name="UpdatesFoundOnSMP" title="System is up to date" description="">

<InfoText name="message">$(UF_INFO_MESSAGE)</InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Next"> 	
	<BUTTON name="Back" enabled="true">#Back</BUTTON>
	<BUTTON name="Next" enabled="false">#Next</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<when test="$(UF_DialogToShowVariable) == SMPError">
<Composite name="UpdatesFoundOnSMP" title="Unable to get updates from Service Marketplace" description="">

<InfoText name="ErrorInfo">
<![CDATA[<html><em>$(UF_ERROR_MESSAGE)</em></html>]]>
</InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Next"> 	
	<BUTTON name="Back" enabled="true">#Back</BUTTON>
	<BUTTON name="Next" enabled="true">#Retry</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<when test="$(UF_DialogToShowVariable) == UpdatesFound">
<Composite name="UpdatesFoundOnSMP" title="Updates found on service marketplace">

<choose>
<when test="$(UF_JSPM_UPDATE_FOUND) == true">
<InfoText name="message"><![CDATA[<html>JSPM update found. <br>
You have to apply this update, restart JSPM and check again for updates on service marketplace.</html>]]>
</InfoText>
</when>
</choose>

<TableInput name="ComponentsTable">
  <DISPLAY>    
    <ColumnName heading="Component" editable="false">Component</ColumnName>	
    <ColumnName heading="Description" editable="false">Description</ColumnName>	
    <ColumnName heading="Support Package" editable="false">SupportPackage</ColumnName>	
    <ColumnName heading="Patch" editable="false">Patch</ColumnName>	
  </DISPLAY>
  <VARIABLE>UF_COMPONENTS</VARIABLE>
</TableInput>

<NavigationButtonGroup name="NavigationButtonGroup" default="Next"> 
	<BUTTON name="Back" enabled="true">#Back</BUTTON>
	<BUTTON name="Next" enabled="true">#Next</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>
</choose>

</jump-container>
