<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> -->
<jump-container type="dialog">

<Composite name="BrokenDeployment" title="Broken Deployment" description="Previously broken deployment has been detected.">
<InfoText name="step"><![CDATA[<html><em>$(OVERALL_DEPLOY_MESSAGES)</em></html>]]></InfoText>

<TableInput name="RedeployTheQueue">
  <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>BROKEN_DEPLOYMENT</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="BrokenDeployment" 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="$(ENABLE_NEW_DEPLOYMENT)">#New Deployment</BUTTON>
	<BUTTON name="Resume" enabled="true">#Resume</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Exit</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
