<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">

<jump-container type="dialog">

<Composite name ="ExtractRom" title="DVD Mount Points" description="Enter the mount points for all required $(/ProcedureName) DVDs">

<InfoText name="DVDInfo"><![CDATA[<html>
<b>DVD Mount Points</b><br>
The packages required to execute the $(/ProcedureName) will be extracted from the DVDs and stored in the $(/ProcedureName) directory. 
<ul>
  <li>If you have only one DVD drive, enter the active DVD mount point and choose <i>Continue</i> to start the DVD extraction. Repeat the process until all required packages have been extracted.
  <li>If you have multiple DVD drives, you can insert all DVDs and enter the mount points at the same time.
</ul>
</html>]]></InfoText>

<TableInput name="DVDMountPointTable">
  <DISPLAY>
    <ColumnName heading="DVD Type" editable="false">TYPE</ColumnName>
    <ColumnName heading="Description" editable="false">DESCRIPTION</ColumnName>
    <ColumnName heading="Mount Point" editable="true">MOUNT_POINT</ColumnName>
  </DISPLAY>
  <VARIABLE>DVD_MOUNT_POINTS</VARIABLE>
</TableInput>

<InfoText name="CDInfo"><![CDATA[<html>
<b>DVD Subdirectory Status</b><br>
The following DVD subdirectories are configured for extraction. The status of the extractions is shown below.
</html>]]></InfoText>

<TableInput name="CDMountPointTable">
  <DISPLAY>
    <ColumnName heading="CD Type" editable="false">TYPE</ColumnName>
    <ColumnName heading="Description" editable="false">DESCRIPTION</ColumnName>
    <ColumnName heading="Subdirectory" editable="false">MOUNT_POINT</ColumnName>
    <ColumnName heading="Extracted" editable="false">EXTRACTED</ColumnName>
  </DISPLAY>
  <VARIABLE>CD_MOUNT_POINTS</VARIABLE>
</TableInput>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
For more information, see &quot;Making Basic Entries for the Java System $(/ProcedureName)&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>OKAY</VARIABLE>
</OKCancel>

</Composite>
</jump-container>