<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> -->
<jump-container type="dialog">

<choose>

<!-- Dialog after finishing deployment of support packages -->
<when test="$(DialogToShowVariable) == Finish">
<Composite name="Finish" title="Support Packages > Completed
" description="Deployment of support packages has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE_LOCATION) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of development components -->
<when test="$(DialogToShowVariable) == FinishPatch">
<Composite name="Finish" title="Hot Fixes > Completed
" description="Deployment of hot fixes has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Version" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Version" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of support package stack -->
<when test="$(DialogToShowVariable) == FinishStack">
<Composite name="Finish" title="Support Package Stacks > Completed
" description="Deployment of support package stack has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</when>

<!-- Dialog after finishing deployment of JSPM -->
<when test="$(DialogToShowVariable) == FinishJSPM">
<Composite name="Finish" title="JSPM > Completed
" description="Deployment of the new JSPM version has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</when>

<!-- Dialog after finishing deployment of rolling patch -->
<when test="$(DialogToShowVariable) == FinishRollingPatch">
<Composite name="Finish" title="Rolling Patch > Completed
" description="Deployment of the new hotfix version has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Counter"  editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Counter"  editable="true">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</when>


<!-- Dialog after finishing deployment of new support packages -->
<when test="$(DialogToShowVariable) == FinishNewSC">
<Composite name="Finish" title="New Software Components > Completed
" description="Deployment of software components has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of business packages -->
<when test="$(DialogToShowVariable) == FinishBusinessPackages">
<Composite name="Finish" title="Business Packages > Completed
" description="Deployment of business packages has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of support packages -->
<when test="$(DialogToShowVariable) == FinishError">
<Composite name="Finish" title="Support Packages > Error During Deployment
" description="Error during deployment of support packages">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of development component -->
<when test="$(DialogToShowVariable) == FinishErrorPatch">
<Composite name="Finish" title="Hot Fixes > Error During Deployment
" description="Error during deployment of hot fixes">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Version" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Version" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of new support packages -->
<when test="$(DialogToShowVariable) == FinishErrorNewSC">
<Composite name="Finish" title="New Software Components > Error During Deployment
" description="Error during deployment of software components">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of support package stack -->
<when test="$(DialogToShowVariable) == FinishErrorStack">
<Composite name="Finish" title="Support Package Stacks > Error During Deployment
" description="Error during deployment of support package stack">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of JSPM -->
<when test="$(DialogToShowVariable) == FinishErrorJSPM">
<Composite name="Finish" title="JSPM > Error During Deployment
" description="Error during deployment of the new JSPM version">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of hotfix -->
<when test="$(DialogToShowVariable) == FinishErrorRollingPatch">
<Composite name="Finish" title="Rolling Patch > Error During Deployment
" description="Error during deployment of the new hotfix version">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Counter"  editable="false">CurrentSP</ColumnName>
 	  <ColumnName heading="Target Counter"  editable="true">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of business packages -->
<when test="$(DialogToShowVariable) == FinishErrorBusinessPackages">
<Composite name="Finish" title="Business Packages > Error During Deployment
" description="Error during deployment of business packages">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of support packages and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestart">
<Composite name="Finish" title="Support Packages > JSPM Restart
" description="JSPM has been updated. For the update to take effect, restart JSPM. If there are still support packages in status NOT DEPLOYED, JSPM will proceed with their deployment when you start it again.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of  new support packages and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartNewSC">
<Composite name="Finish" title="New Software Components > JSPM Restart
" description="Deployment of software components has not finished. Restart JSPM and proceed with the deployment.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of development component and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartPatch">
<Composite name="Finish" title="Hot Fixes > JSPM Restart
" description="Deployment of hot fixes has not finished. Restart JSPM and proceed with the deployment.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Version" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Version" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of support package stack and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartStack">
<Composite name="Finish" title="Support Package Stacks > JSPM Restart
" description="JSPM has been updated. For the update to take effect, restart JSPM. If there are still components in status NOT DEPLOYED, JSPM will proceed with their deployment when you start it again.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of JSPM and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartJSPM">
<Composite name="Finish" title="JSPM > JSPM Restart
" description="JSPM has been updated. For the update to take effect, restart JSPM.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of rolling patch and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartRollingPatch">
<Composite name="Finish" title="Rolling Patch > JSPM Restart
" description="JSPM has been updated. For the update to take effect, restart JSPM.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Counter"  editable="false">CurrentSP</ColumnName>
 	  <ColumnName heading="Target Counter"  editable="true">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of business packages and restart is needed -->
<when test="$(DialogToShowVariable) == FinishRestartBusinessPackages">
<Composite name="Finish" title="Business Packages > JSPM Restart
" description="JSPM has been updated. For the update to take effect, restart JSPM. If there are still components in status NOT DEPLOYED, JSPM will proceed with their deployment when you start it again.">

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="false">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing deployment of new usage types -->
<when test="$(DialogToShowVariable) == FinishAdditionalUT">
<Composite name="Finish" title="Install Additional Usage Type > Completed
" description="Deployment of software components has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>To view some statistics for your patch procedure and to send your feedback to SAP, open the following <a href="$(EVALUATION_FILE)"  title="$(EVALUATION_FILE)">Evaluation Form</a>.
<br>You can find the Evaluation Form in the $(EVALUATION_FILE) file. </html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of new usage types -->
<when test="$(DialogToShowVariable) == FinishErrorAdditionalUT">
<Composite name="Finish" title="Install Additional Usage Type > Error During Deployment
" description="Error during deployment of software components">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>


<!-- Dialog after finishing deployment of new fucntional elements -->
<when test="$(DialogToShowVariable) == FinishAdditionalFE">
<Composite name="Finish" title="Install Additional Functional Units > Completed
" description="Deployment of software components has finished">

<if test="$(HAS_OVERALL_DEPLOY_MESSAGES) == true">
  <InfoText name="step"><![CDATA[<html>$(OVERALL_DEPLOY_MESSAGES)</html>]]></InfoText>
</if>

<choose>
<when test="$(SHOW_EVALUATION_FILE) == true">
<InfoText name="Evaluation">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<TableInput name="TestObjectTableInput">
  <HEADING>Deployment of software components has finished</HEADING>
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Current Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Finish" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <HEADING>Select software components to deploy</HEADING>
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>


<NavigationButtonGroup name="NavigationButtonGroup" default="ExitTool"> 		
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
    <BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>

<!-- Dialog after finishing with error deployment of new fucntional elements -->
<when test="$(DialogToShowVariable) == FinishErrorAdditionalFE">
<Composite name="Finish" title="Install Additional Functional Units > Error During Deployment
" description="Error during deployment of software components">

<choose>
<when test="$(SHOW_LOG_ANALYZER_FILE) == true">
<InfoText name="LogAnalyzer">
<![CDATA[<html>File with found errors and possible solutions have been generated. Open the following <a href="$(LOG_ANALYZER_FILE)"  title="$(LOG_ANALYZER_FILE)">Log Analyzer</a> file to investigate the problem.</html>]]>
</InfoText>
</when>
</choose>

<InfoText name="step"><![CDATA[<html> <em>$(OVERALL_DEPLOY_MESSAGES)</em> </html>]]></InfoText>

<TableInput name="TestObjectTableInput">
  <HEADING>Error during deployment</HEADING>
  <DISPLAY>
    <ColumnName heading="Order">Key</ColumnName>
    <ColumnName heading="Vendor/Name" editable="false">Name</ColumnName>
    <ColumnName heading="Old Release.SPLevel.PatchLevel" editable="false">CurrentSP</ColumnName>
    <ColumnName heading="Target Release.SPLevel.PatchLevel" editable="false">TargetSP</ColumnName>
    <ColumnName heading="Status" editable="false">Status</ColumnName>
    <ColumnName heading="Details" editable="false">Details</ColumnName>
  </DISPLAY>
  <VARIABLE>DEPLOY_QUEUE</VARIABLE>
</TableInput>

<InfoText name="Info"><![CDATA[<html>
Error during deployment; proceed in one of the following ways:
<ul>
  <li><i>Resume the deployment.</i> If you have corrected the error, but not by adding new archives in the EPS inbox directory, you can choose Resume to resume the deployment of the components with status "ERROR" and "NOT DEPLOYED".
  <li><i>Start new deployment.</i> If you have corrected the error by adding new archives in the EPS inbox directory, you can choose New Deployment and try to deploy the components with status "ERROR" and "NOT DEPLOYED".
</ul>
</html>]]></InfoText>

<!-- Table for showing tree nodes in the deployed components tab -->
 <TabDialog name="Error" title="Deployed Components" description="Sets table into the deployed components tab">
	<TableInput name="TreeTable">
	  <HEADING>Select software components to deploy</HEADING>
	  <DISPLAY>    
		<ColumnName heading="Vendor/Name" editable="false">TreeNode</ColumnName>
		<ColumnName heading="Release"  editable="false">Key</ColumnName>
		<ColumnName heading="SP Level" editable="false">Key</ColumnName>	
		<ColumnName heading="Counter"  editable="false">Key</ColumnName>
		<ColumnName heading="Provider" editable="false">Key</ColumnName>
		<ColumnName heading="Description" editable="false">Key</ColumnName>
	  </DISPLAY>
	  <VARIABLE>TREE_CONTROL</VARIABLE>
	</TableInput>
 </TabDialog>

<NavigationButtonGroup name="NavigationButtonGroup" default="Resume"> 	
	<BUTTON name="New Deployment" enabled="true">#New Deployment</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>
</when>


</choose>
</jump-container>