<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">
<jump-container type="dialog">

<Composite name="ReselectDialog" title="Continue Execution" description="Specify how you want to continue the execution">

<InfoText name="Info"><![CDATA[<html>
You have restarted the upgrade. You may now do one of the following:
<ul>
  <li><i>Restart execution from the point it stopped.</i> Repeat the last executed phase from the exact point where it stopped.
  <li><i>Select modules to be executed.</i> Choose another module from a list of all available modules.
</ul>
</html>]]></InfoText>
<InfoText name="Info">The following options are available:</InfoText>
<ExclusiveSelection name="ReselectDialogOption" title="Continue Execution" description="Specify how you want to continue the execution">
  <INPUT>
    <LABEL>Restart execution from the point it stopped</LABEL>
    <VARIABLE>RESTART</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Select modules to be executed</LABEL>
    <VARIABLE>RESELECT</VARIABLE>
  </INPUT>
</ExclusiveSelection>

</Composite>

</jump-container>