/* creator RP - 25/02/2010 */ /* checked FX - 25/02/2010 */ /* script_RAM */ CONTROL_SCRIPT_DEFINITION(true, true); VERSION(0); THROW_EVENT({0x0B}); /******************************************/ /* GLOBAL */ GLOBAL_LABEL(); JUMP_EVENT("price1", 0x0B); // request_price_page - OTA MESSAGE JUMP_EVENT("management1", 0x0C); // OTA MESSAGE END; /******************************************/ /* PRICE PAGE */ LABEL("price1", true, true); SHOW_FRAME(1); // Page de prix - index 1 END; /******************************************/ /* MANAGEMENT PAGE */ LABEL("management1", true, true); SHOW_FRAME(2); // Page de management - index 2 END;