<wizard>
	<step id="welcome">
		<text
			value="If you want to restore data from a backup, now it's time to add a USB-Stick with the backaup catalog. Or copy the backup catalog to the tmp directory." />
		<short_title value="Restore Wizzard" />
		<list>
			<listentry caption="No, i don't want to restore anything." step="end" />
			<listentry caption="Let me choose my restore catalog" step="choice_restore" />
		</list>
	</step>
		
	<step id="choice_restore" nextstep="end">
		<short_title value="Restore Catalog choice" />
		<text value="Use the up/down keys on your remote control to select an catalot to restore. After that, press OK." />
		<list type="dynamic" source="buildList" evaluation="selection" />
		<code>
self.clearSelectedKeys()
self.selectKey("OK")
self.selectKey("UP")
self.selectKey("DOWN")
		</code>
	</step>

	<step id="end" laststep="true">
		<text value="Restore Wizzard finished" />
		<short_title value="Restore Wizzard Finished" />
	</step>
	
</wizard>
