<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="ConfirmComponents" title="Component List" description="Review the list of target release components">

<InfoText name="Info"><![CDATA[<html>
<b>Target Release Components</b>
</html>]]></InfoText>
<TableInput name="Components">
  <DISPLAY>
    <ColumnName heading="Vendor" editable="false">VENDOR</ColumnName>
    <ColumnName heading="Component" editable="false">APPLICATION_PACKAGE</ColumnName>
    <ColumnName heading="Release" editable="false">RELEASE</ColumnName>
    <ColumnName heading="Support Package" editable="false">SUPPORT_PACKAGE_LEVEL</ColumnName>
    <ColumnName heading="Patch" editable="false">PATCH_LEVEL</ColumnName>
    <ColumnName heading="Provider" editable="false">PROVIDER</ColumnName>
    <ColumnName heading="Operation">OPERATION</ColumnName>
  </DISPLAY>
  <VARIABLE>COMPONENTS</VARIABLE>
</TableInput>

<if test="'$(COMP_COUNT)' &gt; '0'">
<InfoText name="Info"><![CDATA[<html>
<![CDATA[<html>
$(COMP_COUNT) components found on the system cannot be handled automatically by the $(/ProcedureName). <b><a href=$(INFO_DOC)>More Details ...</a></b>
</html>]]></InfoText>
</if>
<if test="'$(COMP_COUNT)' &gt; '0'">
<InfoText name="Info2"><![CDATA[<html>
<![CDATA[<html>
The operation for these components has been set to <i>scan inbox</i>. To update these components, you can provide a deployment archive with the target release version of the component in your EPS inbox directory <b>$(INBOX)</b>, select the <i>Rebuild</i> radio button, and then choose <i>Continue</i>. If you do not have a new version of a component and you are sure that it is compatible with the new release, you can change the operation to <i>Remove</i>.
</html>]]></InfoText>
</if>
<InfoText name="Info">The following options are available:</InfoText>
<ExclusiveSelection name="ConfirmOption">
  <INPUT>
    <LABEL>Continue the $(/ProcedureName); the displayed component list is correct and complete</LABEL>
    <VARIABLE>CORRECT</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Rebuild the component list after scanning the EPS inbox directory</LABEL>
    <VARIABLE>REBUILD</VARIABLE>
  </INPUT>
</ExclusiveSelection>

<InfoText name="ExtraInfo"><![CDATA[<html>
<b>Additional Information</b><br>
For more information, see &quot;Making Entries for Module Configuration&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>OKAY</VARIABLE>
</OKCancel>

</Composite>

<eliminators>
  <CustomEliminator name="ConfirmComponentsDialogEliminator">
    <argument name="compCountFieldName" value="COMP_COUNT"/>
    <EliminatorClass>com.sap.sdt.j2ee.tools.dialog.elim.ConfirmComponentsDialogEliminator</EliminatorClass>
  </CustomEliminator>
</eliminators>

</jump-container>
