<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> <if> is not defined in Dialog.dtd -->
<jump-container type="dialog">

<Composite name="SelectPackageType" title="Welcome > Select Package Type
" description="">

<InfoText name="DefaultDeploymentText">
<![CDATA[<html>
To apply a Support Package Stack, we recommend that you select the <b>"Support and Enhancement Package Stack"</b> option. Otherwise, your system might become inconsistent.
For step by step description of the update procedure, see respective Support Package Stack Guide.
</html>]]>
</InfoText>

<InfoText name="InboxLocation">
<![CDATA[<html>The Inbox directory is $(INBOX_LOCATION). </html>]]>
</InfoText>

<InfoText name="selectPackageType">
<![CDATA[<html><b>
Select a package type to apply</b></html>]]>
</InfoText>

<ExclusiveSelection name="TestExclusiveSelection">
  <INPUT>
    <LABEL>Support and Enhancement Package #Stack</LABEL>
    <VARIABLE>Stack</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Java Support Package Manager (#JSPM)</LABEL>
    <VARIABLE>JSPM</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Single Support Packages and #Patches (advanced user only)</LABEL>
    <VARIABLE>SP</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Hot #Fixes</LABEL>
    <VARIABLE>PATCH</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Ne#w Software Components</LABEL>
    <VARIABLE>NEW_SC</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Business Packa#ges (advanced user only)</LABEL>
    <VARIABLE>BUSINESS_PACK</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>#Additional Usage Type Installation (advanced user only)</LABEL>
    <VARIABLE>ADDITIONAL_USAGE</VARIABLE>
  </INPUT> 
<!-- not for customer use -->  
<choose>
<when test="$(SHOW_INHOUSE_UPDATE) == true">
  <INPUT>
    <LABEL>Inhouse update (inhouse use)</LABEL>
    <VARIABLE>INHOUSE_UPDATE</VARIABLE>
  </INPUT>
</when>
</choose>

<!-- not for any use except prototype demonstrations -->
<choose>
<when test="$(SHOW_ROLLING_PATCH) == true">
  <INPUT>
    <LABEL>Rolling Patch (prototype)</LABEL>
    <VARIABLE>ROLLING_PATCH</VARIABLE>
  </INPUT>
</when>
</choose>

<!-- EDEN tests -->  
<choose>
<when test="$(SHOW_ADDITIONAL_FE) == true">
  <INPUT>
    <LABEL>Install Additional Functional #Units (advanced user only)</LABEL>
    <VARIABLE>ADDITIONAL_FE</VARIABLE>
  </INPUT>
</when>
</choose>

</ExclusiveSelection>


<InfoText name="NWDIRole">
$NWDI_ROLE_MESSAGE
</InfoText>


<!-- Table for showing tree nodes in the deployed components tab -->
<TabDialog name="SelectPackageType" 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="Next"> 	
	<BUTTON name="Back" enabled="false">#Back</BUTTON>
	<BUTTON name="Next" enabled="true">#Next</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
