<?xml version="1.0" ?> 
<!-- <!DOCTYPE jump-container SYSTEM "Dialog.dtd"> <if> is not defined in Dialog.dtd -->
<jump-container type="dialog">

<Composite name="ArchiveSource" title="Welcome > Select Archives Source" description="">
<InfoText name="selectArchivesSource">
<![CDATA[<html><b>
Select archives location</b></html>]]>
</InfoText>
<ExclusiveSelection name="ArchiveSourceChoice">
<INPUT>
  <LABEL>Local inbox folder</LABEL>
  <VARIABLE>INBOX</VARIABLE>
</INPUT>
<INPUT>
  <LABEL>Service market place</LABEL>
  <VARIABLE>SMP</VARIABLE>
</INPUT>
</ExclusiveSelection>
<NavigationButtonGroup name="NavigationButtonGroup" default="Next">
	<BUTTON name="Back" enabled="true">#Back</BUTTON>
	<BUTTON name="Next" enabled="true">#Next</BUTTON>
	<BUTTON name="ExitTool" enabled="true">#Cancel</BUTTON>
	<VARIABLE>NavigationButtonGroup</VARIABLE>
</NavigationButtonGroup>
</Composite>

</jump-container>
