• Файл: flash_bti_navigation.xml
  • Полный путь: https://files.multura.space/qiwi/interface_fake-osmp_v1.0.0/system/xml/flash_bti_navigation.xml
  • Дата изменения: 02/06/2013 2:34 PM
  • Размер файла: 890 bytes
  • MIME-тип: text/xml
  • Кодировка: utf-8
 
Открыть Назад
<?xml version="1.0" encoding="utf-8" ?>
<objects>
	<object id="route" class="ru.mobw.coreas3.app.flow.navigation.route.RouteData">
		<property name="navData">
			<value>
				<![CDATA[
					
					@default = (init, start, %startSwitch, account, select, name, @base, final, exit);
					
					%startSwitch = (
						information => information,
						offertus => offertus
					);
					

					@base = (phone, %phoneSwitch);

					%phoneSwitch = (
						hasWallet => @method,
						noWallet => @cash
					);


					@method = (method, %methodSwitch);

					%methodSwitch = (
						balance => @balance,
						cash => @changeAndCash
					);

					@changeAndCash = (change, @cash);


					@balance = (t:pin, confirmation, balance, %balanceSwitch);

					%balanceSwitch = (
						insufficient => cash
					);

					@cash = (confirmation, cash);

				]]>
			</value>
		</property>
	</object>
</objects>