<?xml version="1.0" ?> 
<!DOCTYPE jump-container SYSTEM "Dialog.dtd">

<jump-container type="dialog">

<Composite name="RetryActionPassword" title="Wrong Action Password" description="Specify how you want to continue after entering a wrong password">

<InfoText name="Info"><![CDATA[<html>
The password you have entered for the <i>$(ACTION)</i>  phase is wrong. You must enter a valid password to continue the execution. 
</html>]]></InfoText>
<InfoText name="Info">What do you want to do?</InfoText>

<ExclusiveSelection name="WrongPasswordOption">
  <INPUT>
    <LABEL>Retry password</LABEL>
    <VARIABLE>RETRY</VARIABLE>
  </INPUT>
  <INPUT>
    <LABEL>Exit program</LABEL>
    <VARIABLE>EXIT</VARIABLE>
  </INPUT>
</ExclusiveSelection>

<NavigationButtonGroup name="Buttons" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <VARIABLE>BUTTON</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>