3 <root id="login" x="0" y="0" w="800" h="600" active="true" />
5 <!-- UI:VARIABLES:SCREEN = -1 not on any window or checking password
9 <variable entry="UI:VARIABLES:SCREEN" type="sint32" value="-1" />
11 <variable entry="UI:VARIABLES:DISPLAY_ACCOUNT_BUTTONS" type="sint32" value="-1" />
13 <proc id="top_center">
14 <action handler="set" params="target='@0:x'|value=div(sub(getprop('ui:login:w'),getprop('@0:w')),2)" />
15 <action handler="set" params="target='@0:y'|value=getprop('ui:login:h')" />
20 <!-- **************************** -->
21 <!-- * CHECK LOGIN AND PASSWORD * -->
22 <!-- **************************** -->
26 <group id="checkpass" posref="MM MM" w="1024" h="768" active="false"
27 on_active="init_res_lod" on_deactive="uninit_res_lod" >
29 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
32 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-1" />
33 <instance template="log_box" id="window" y="-8" posref="MM MM" w="1024" h="768" color="0 0 0 0"/>
36 <view type="bitmap" id="jena" posparent="window" posref="MR MR" x="-64" texture="log_jena.tga" global_color="false" render_layer="-1" />
39 <!-- Login Edit_Boxes -->
40 <view type="text" id="txt_log" x="0" posref="TM TM" posparent="window" hardtext="uiLogin" fontsize="10" y="-200" color="255 255 255 255" />
41 <view type="text" id="txt_pas" posparent="txt_log" posref="TM TM" hardtext="uiPassword" fontsize="10" y="-48" color="255 255 255 255" />
43 <instance template="edit_box_log" id="eb_login" posparent="txt_log" posref="BM TM" w="240" h="26" fontsize="12" x="0" y="-4"
44 text_ref="BM BM" text_y="0"
45 reset_focus_on_hide="false" max_historic="0"
46 onenter="set_keyboard_focus" params="target=ui:login:checkpass:content:submit_gr:eb_password:eb|select_all=false"
47 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="20" color="135 243 28 255" />
49 <instance template="edit_box_log" id="eb_password" posparent="txt_pas" posref="BM TM" w="240" h="26" fontsize="12" x="0" y="-4"
50 text_ref="BM BM" text_y="0"
51 reset_focus_on_hide="false" max_historic="0" entry_type="password"
52 onenter="on_login" params=""
53 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="60" color="135 243 28 255" />
55 <ctrl style="log_std_but" id="but_log" posparent="eb_password" posref="TM TM" y="-32" onclick_l="on_login" hardtext="uiOnConnect" />
58 <!-- Boxes Web Shortcuts
59 <instance template="server_box" id="web_win" posparent="eb_login" posref="BL TL" w="568" h="202" y="-24" /> -->
61 <!-- Create Account -->
62 <ctrl style="log_std_but" id="but_create_account" posparent="but_log" posref="BM TM" y="-28"
63 onclick_l="open_url" params_l="cfg_CreateAccountURL" hardtext="uiCreateAccount" />
66 <ctrl style="log_std_but" id="but_edit_account" posparent="but_create_account" posref="BM TM" y="-8"
67 onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiEditAccount" />
69 <!-- Upgrade Account -->
70 <!-- <ctrl style="log_std_but" id="but_upgrade_account" posparent="but_create_account" posref="BM TM" y="-8"
71 onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiUpgradeAccount" /> -->
73 <!-- Forget Password -->
74 <ctrl style="log_std_but" id="but_forget_pwd" posparent="but_edit_account" posref="BM TM" y="-8"
75 onclick_l="open_url" params_l="cfg_ForgetPwdURL" hardtext="uiForgetPwd" />
78 <ctrl style="log_spe_but" id="but_free_trial" posparent="but_forget_pwd" posref="BL TL" y="-8"
79 onclick_l="open_url" params_l="cfg_FreeTrialURL" hardtext="uiFreeTrial" />
82 <!-- Login Support -->
83 <ctrl style="log_std_but" id="but_login_support" posparent="but_forget_pwd" posref="BM TM" y="-8"
84 onclick_l="open_url" params_l="cfg_LoginSupportURL" hardtext="uiLoginSupport" />
88 <ctrl style="log_spe_but" id="but_scan_data" posparent="but_login_support" posref="BL TL" y="-8"
89 onclick_l="on_scan_data_start" hardtext="uiScanData" />
91 <link expr="@UI:VARIABLES:DISPLAY_ACCOUNT_BUTTONS" target=" but_game_configuration:active,
92 but_create_account:active,
93 but_edit_account:active,
94 but_forget_pwd:active,
95 but_free_trial:active,
96 but_login_support:active,
97 but_scan_data:active" />
100 <link expr="@UI:VARIABLES:DISPLAY_ACCOUNT_BUTTONS" target=" but_create_account:active,
101 but_upgrade_account:active,
102 but_forget_pwd:active,
103 but_game_configuration:active,
104 but_edit_account:active,
105 but_login_support:active" />
107 <!-- RESOLUTION ET LEVEL OF DETAILS -->
108 <instance template="server_box" id="res_win" posparent="window" posref="TL TL" w="276" h="24" y="-733" x="10" />
109 <instance template="server_box" id="lod_win" posparent="res_win" posref="TR TL" w="276" h="24" x="16" />
110 <instance template="server_box" id="ver_win" posparent="lod_win" posref="TR TL" w="276" h="24" x="26" />
111 <!-- Game Configuration -->
112 <!-- <ctrl style="log_std_but" id="but_game_configuration" posparent="lod_win" posref="TR TL" x="26" onclick_l="on_game_configuration" hardtext="uiGameConfiguration" /> -->
114 <ctrl style="log_button" id="but_exit" posparent="windows" posref="BR BR" y="6" onclick_l="login_quit" hardtext="uiExitLogin" />
116 <view type="text" id="title_res" posparent="res_win" posref="TL BL" y="2" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGResolution" />
117 <view type="text" id="title_lod" posparent="lod_win" posref="TL BL" y="2" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGLod" />
118 <view type="text" id="title_ver" posparent="ver_win" posref="TL BL" y="2" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiClientVersion" />
120 <view type="text" id="res_value" posparent="res_win" posref="MM MM" y="0" color="135 243 28 255" fontsize="10" shadow="true" hardtext="uiResValue" />
121 <view type="text" id="lod_value" posparent="lod_win" posref="MM MM" y="0" color="135 243 28 255" fontsize="10" shadow="true" hardtext="uiLodValue" />
122 <view type="text" id="ver_value" posparent="ver_win" posref="MM MM" y="0" color="135 243 28 255" fontsize="10" shadow="true" hardtext="" />
126 <ctrl type="button" button_type="push_button" id="less_res_but" posparent="res_win" posref="ML ML" x="8" y="0"
127 tx_normal="but_left.tga" tx_pushed="but_left.tga" tx_over="but_left.tga"
128 color="135 243 28 128" col_over="135 243 28 255" col_pushed="135 243 28 255"
129 onclick_l="less_res" params_l="" />
131 <ctrl type="button" button_type="push_button" id="more_res_but" posparent="res_win" posref="MR MR" x="-8" y="0"
132 tx_normal="but_right.tga" tx_pushed="but_right.tga" tx_over="but_right.tga"
133 color="135 243 28 128" col_over="135 243 28 255" col_pushed="135 243 28 255"
134 onclick_l="more_res" params_l="" />
137 <ctrl type="button" button_type="push_button" id="less_lod_but" posparent="lod_win" posref="ML ML" x="8" y="0"
138 tx_normal="but_left.tga" tx_pushed="but_left.tga" tx_over="but_left.tga"
139 color="135 243 28 128" col_over="135 243 28 255" col_pushed="135 243 28 255"
140 onclick_l="less_lod" params_l="" />
142 <ctrl type="button" button_type="push_button" id="more_lod_but" posparent="lod_win" posref="MR MR" x="-8" y="0"
143 tx_normal="but_right.tga" tx_pushed="but_right.tga" tx_over="but_right.tga"
144 color="135 243 28 128" col_over="135 243 28 255" col_pushed="135 243 28 255"
145 onclick_l="more_lod" params_l="" />
154 <!-- ****************** -->
155 <!-- * DISPLAY SHARDS * -->
156 <!-- ****************** -->
158 <proc id="shard_click_rn">
159 <action handler="enter_modal" params="group=ui:login:release_note_modal" />
160 <action handler="set_release_note" params="@0|@1" />
163 <template name="t_shard" id="" posref="TL TL" posparent="parent" keep="true" >
164 <group id="#id" sizeparent="parent" sizeref="w" w="0" h="22" x="0" y="0" posref="#posref" posparent="#posparent" >
166 <view type="text" id="name" x="0" posref="BL BL" fontsize="12" y="1" color="135 243 28 255" shadow="true" />
168 <view type="text" id="online" x="372" posref="BL BM" fontsize="10" y="1" hardtext="uiOnline" color="135 243 28 255" shadow="true" />
169 <view type="text" id="offline" x="372" posref="BL BM" fontsize="10" y="1" hardtext="uiOffline" color="135 243 28 255" shadow="true" />
171 <view type="text" id="version" x="452" posref="BL BM" fontsize="10" y="1" color="135 243 28 255" shadow="true" />
173 <ctrl style="server_note" id="note" posref="ML MM" x="540" onclick_l="proc" params_l="shard_click_rn|shard=#id|group=ui:login:release_note_modal:html" hardtext="uiReleaseNote" />
175 <ctrl type="button" button_type="toggle_button" id="but" sizeref="h" h="0" w="492" scale="true" posref="TL TL"
176 texture="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" color="0 0 0 0" col_pushed="75 144 29 192" col_over="96 117 24 128"
177 onclick_l="shard_select" params_l="" />
182 <group id="sharddisp" posref="MM MM" w="1024" h="768" active="false" on_enter="login_connect">
184 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
187 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
188 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
189 <view type="bitmap" id="kami" posparent="window" posref="TR TR" x="-50" y="-24" texture="log_kami.tga" global_color="false" render_layer="-1" />
192 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
194 <!-- SERVER SELECTION -->
195 <instance template="server_box" id="server_win" posparent="window" posref="ML ML" w="612" h="338" x="8" y="0" />
197 <group id="shard_list" posparent="server_win" posref="TM TM" y="-4" w="604" child_resize_h="true" max_sizeparent="parent" max_sizeref="w" max_w="-18" max_h="330" >
201 <instance template="bk_scroll" id="back_scrollbar" posparent="server_win" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
202 <ctrl style="skin_scroll" id="scroll_bar" align="T" target="shard_list" posparent="server_win" posref="TR TL" target_stepy="22" x="8" y="0" />
204 <!-- Connect Button -->
205 <ctrl style="log_std_but" id="but_log" posparent="server_win" posref="BM TM" y="-8" onclick_l="login_connect" hardtext="uiOnConnect" />
209 <instance template="log_box_frame" id="infos_win" posparent="server_win" posref="TL BL" w="612" h="22" y="4" />
210 <view type="text" id="status_txt" posref="BL BM" x="376" y="1" posparent="infos_win" fontsize="10" color="255 255 255 255" hardtext="uiOnStatus" shadow="true" />
211 <view type="text" id="version_txt" posref="BL BM" x="456" y="1" posparent="infos_win" fontsize="10" color="255 255 255 255" hardtext="uiOnVersion" shadow="true" />
212 <view type="text" id="release_txt" posref="BL BM" x="544" y="1" posparent="infos_win" fontsize="10" color="255 255 255 255" hardtext="uiOnRelease" shadow="true" />
219 <!-- ********************** -->
220 <!-- * RELEASE NOTE MODAL * -->
221 <!-- ********************** -->
223 <group type="modal" id="release_note_modal" exit_click_out="true" posref="MM MM" w="640" h="396"
224 on_enter="leave_modal" options="no_bordure" mouse_pos="false" exit_key_pushed="true" x="-72" y="-11"
228 <instance template="log_box_frame" id="bk" posref="MM MM" sizeref="wh" w="0" h="0" />
230 <instance template="bk_scroll" id="back_scrollbar" posref="TR TR" x="-8" y="-8" w="24" h="342" />
235 <group type="html" id="html" posref="TM TM" url="home" title_prefix=""
236 x="0" y="-8" w="624" h="342"
237 background_color="0 0 0 0"
238 error_color="255 240 48 255"
239 link_color="240 155 100 255"
240 text_color="210 210 210 255"
241 h1_color="255 255 255 255"
242 h2_color="255 255 255 255"
243 h3_color="255 255 255 255"
244 h4_color="255 255 255 255"
245 h5_color="255 255 255 255"
246 h6_color="255 255 255 255"
254 paragraph_begin_space="12"
255 multi_line_space_factor="0.25"
261 checkbox_bitmap_normal=""
262 checkbox_bitmap_pushed=""
263 checkbox_bitmap_over=""
264 background_bitmap_view=""
266 browse_next_time="true"
267 form_text_area_group="edit_box_widget_multiline"
269 <group id="black" posref="BL BL" sizeref="hw" w="0" h="0" inherit_gc_alpha="true"/>
270 <group type="list" id="text_list" fontsize="9" posref="TL TL" posparent="black" x="0" y="0" space="0" sizeref="wh" w="-28" h="0" maxelements="2000"/>
271 <ctrl style="skin_scroll" id="scroll_bar" posref="TR TR" target_stepy="16" x="-4" />
274 <ctrl style="log_std_but" id="but_close" posparent="html" posref="BM TM" y="-8" onclick_l="leave_modal" hardtext="uiNoteClose"/>
280 <!-- ******************** -->
281 <!-- * CHECKING PROGESS * -->
282 <!-- ******************** -->
287 <group id="checking" posref="MM MM" w="1024" h="768" active="false" >
289 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
292 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
293 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
296 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
300 <instance template="server_box" id="check_win" posparent="window" posref="MM MM" w="600" h="128" x="0" y="0" />
304 <view type="text" id="title" posparent="check_win" posref="TM BM" y="8" color="255 255 255 255"
305 fontsize="12" shadow="true" hardtext="uiOnChecking" />
307 <view type="text" id="state" posparent="check_win" posref="TL TL" w="584" x="8" y="-8" line_maxw="584" color="135 243 28 255"
308 fontsize="12" shadow="true" multi_line="true" multi_line_space="0" case_mode="%case_normal"/>
309 <view type="text" id="progress" posref="BL TL" posparent="state" fontsize="12" y="-8" color="135 243 28 255" line_maxw="584"
310 shadow="true" multi_line="true" multi_line_space="0" />
317 <!-- **************************** -->
318 <!-- * DISPLAY PATCH CATEGORIES * -->
319 <!-- **************************** -->
321 <template name="t_cat" id="" posref="TL TL" posparent="parent" keep="true" >
322 <group id="#id" w="382" h="22" x="0" y="0" posref="#posref" posparent="#posparent" >
324 <view type="text" id="name" posref="BL BL" fontsize="12" x="26" y="1" color="135 243 28 255" shadow="true" />
326 <view type="text" id="size" posref="BR BR" fontsize="12" x="-8" y="1" color="135 243 28 255" shadow="true" hardtext="...Kbs" />
328 <ctrl type="button" button_type="toggle_button" id="on_off" sizeref="hw" h="-2" w="0" x="0" posref="ML ML" scale="true" pushed="true"
329 texture="blank.tga" tx_pushed="blank.tga" tx_over="blank.tga" color="0 0 0 0" col_pushed="75 144 29 80" col_over="96 117 24 32"
330 onclick_l="set" params_l="dblink=UI:VARIABLES:CAT:#id|value=not(@UI:VARIABLES:CAT:#id)" />
332 <view type="bitmap" id="state" posref="ML ML" x="2" texture="patch_on.tga" />
334 <link expr="ifthenelse( eq(@UI:VARIABLES:CAT:#id,0),
336 'patch_off.tga' )" target="state:texture" />
342 <group id="catdisp" posref="MM MM" w="1024" h="768" active="false" >
344 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
347 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
348 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
351 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
354 <instance template="server_box" id="global_win" posparent="bl" posref="TM TM" w="400" h="22" x="-14" y="-240" />
355 <instance template="server_box" id="nonopt_win" posparent="global_win" posref="BM TM" w="400" h="22" y="-8" />
356 <instance template="server_box" id="opt_win" posparent="nonopt_win" posref="BM TM" w="400" h="206" y="-30" />
359 <view type="text" id="title" posparent="global_win" posref="TM BM" y="2" color="255 255 255 255"
360 fontsize="12" shadow="true" hardtext="uiOnPatchDetail" />
362 <view type="text" id="opt_txt" posparent="opt_win" posref="TL BL" y="1" color="255 255 255 255"
363 fontsize="10" shadow="true" hardtext="uiOnPatchOpt" />
365 <group id="global_patch" w="382" h="22" posparent="global_win" posref="MM MM" >
366 <view type="text" id="name" posref="ML ML" fontsize="12" x="2" y="0" color="135 243 28 255" shadow="true" hardtext="uiTotalPatch" />
367 <view type="text" id="size" posref="MR MR" fontsize="12" x="-8" y="0" color="135 243 28 255" shadow="true" hardtext="...Kbs" />
369 <group id="nonopt_patch" w="382" h="22" posparent="nonopt_win" posref="MM MM" >
370 <view type="text" id="name" posref="ML ML" fontsize="12" x="2" y="0" color="135 243 28 255" shadow="true" hardtext="uiRequiredFiles" />
371 <view type="text" id="size" posref="MR MR" fontsize="12" x="-8" y="0" color="135 243 28 255" shadow="true" hardtext="...Kbs" />
375 <group id="cat_list" posparent="opt_win" posref="TM TM" y="-4" child_resize_h="true" w="382" max_h="330" >
379 <instance template="bk_scroll" id="back_scrollbar" posparent="opt_win" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
380 <ctrl style="skin_scroll" id="scroll_bar" align="T" target="cat_list" posparent="cat_win" posref="TR TL" target_stepy="22" x="8" y="0" />
382 <!-- Patch Button -->
383 <ctrl style="log_std_but" id="but_log" posparent="opt_win" posref="BM TM" y="-8" onclick_l="login_patch" hardtext="uiOnPatch" />
391 <!-- ******************** -->
392 <!-- * PATCHING PROGESS * -->
393 <!-- ******************** -->
398 <group id="patching" posref="MM MM" w="1024" h="768" active="false"
399 on_active="set_release_note" on_active_params="shard=selected|group=ui:login:patching:content:release_txt" >
401 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
404 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
405 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
408 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
412 <instance template="server_box" id="global_win" posparent="bl" posref="TM TM" w="600" h="22" x="-14" y="-180" />
413 <instance template="server_box" id="patch_win" posparent="global_win" posref="BM TM" w="600" h="48" y="-8" />
414 <link expr="eq(@UI:VARIABLES:SCREEN,4)" target="global_win:active,patch_win:active"/>
416 <group id="global_patch" w="582" h="22" posparent="global_win" posref="MM MM" >
417 <view type="text" id="name" posref="ML ML" fontsize="12" x="2" y="0" color="135 243 28 255" shadow="true" hardtext="uiTotalPatch" />
418 <view type="text" id="size" posref="MR MR" fontsize="12" x="-8" y="0" color="135 243 28 255" shadow="true" hardtext=".../...Kbs" />
420 <link expr="eq(@UI:VARIABLES:SCREEN,4)" target="global_patch:active"/>
422 <view type="text" id="progress" posref="TL TL" posparent="patch_win" fontsize="12" x="8" y="-4" color="135 243 28 255" shadow="true"/>
423 <view type="text" id="state" posparent="progress" posref="TR TL" w="520" x="4" y="0" line_maxw="520" color="135 243 28 255"
424 fontsize="12" shadow="true" multi_line="true" multi_line_space="0" case_mode="%case_normal"/>
425 <link expr="eq(@UI:VARIABLES:SCREEN,4)" target="progress:active,state:active"/>
428 <instance template="server_box" id="reboot_win" posparent="bl" posref="TM TM" w="600" h="78" x="-14" y="-180" />
430 <group id="global_warn" w="582" h="54" posparent="reboot_win" posref="MM MM" >
431 <view type="text" id="warn" posref="TM TM" fontsize="12" x="0" y="-3" color="135 243 28 255" shadow="true" hardtext="uiRebootConfirm" />
432 <ctrl style="log_std_but" id="rebootbut" posparent="warn" posref="BM TM" y="-8" onclick_l="reboot" hardtext="uiRebootBut" />
435 <link expr="eq(@UI:VARIABLES:SCREEN,5)" target="reboot_win:active,global_warn:active"/>
438 <!-- Release Note -->
439 <instance template="server_box" id="release_win" posparent="bl" posref="TM TM" w="600" h="324" x="-14" y="-282" />
441 <view type="text" id="release_title" posref="TM BM" posparent="release_win" fontsize="10" y="0" color="255 255 255 255"
442 hardtext="uiOnRelease" shadow="true"/>
445 <group id="release_txt" posparent="release_win" posref="TL TL" x="8" y="-8" w="584" child_resize_h="true" h="0" max_h="308" >
446 <view type="text" id="content" posref="TL TL" w="584" line_maxw="584" color="135 243 28 255"
447 fontsize="12" shadow="true" multi_line="true" multi_line_space="0" hardtext="uiEulaContent" />
451 <group type="html" id="release_txt" posparent="release_win" posref="TL TL" url="home" title_prefix=""
452 x="8" y="-8" w="620" h="308"
453 background_color="0 0 0 0"
454 error_color="255 240 48 255"
455 link_color="240 155 100 255"
456 text_color="210 210 210 255"
457 h1_color="255 255 255 255"
458 h2_color="255 255 255 255"
459 h3_color="255 255 255 255"
460 h4_color="255 255 255 255"
461 h5_color="255 255 255 255"
462 h6_color="255 255 255 255"
470 paragraph_begin_space="12"
471 multi_line_space_factor="0.25"
477 checkbox_bitmap_normal=""
478 checkbox_bitmap_pushed=""
479 checkbox_bitmap_over=""
480 background_bitmap_view=""
482 browse_next_time="true"
483 form_text_area_group="edit_box_widget_multiline"
485 <group id="black" posref="BL BL" sizeref="hw" w="0" h="0" inherit_gc_alpha="true"/>
486 <group type="list" id="text_list" fontsize="9" posref="TL TL" posparent="black" x="0" y="0" space="0" sizeref="wh" w="-28" h="0" maxelements="2000"/>
487 <ctrl style="skin_scroll" id="scroll_bar" posref="TR TR" target_stepy="16" x="-4" />
491 <instance template="bk_scroll" id="back_scrollbar" posparent="release_win" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
492 <ctrl style="skin_scroll" id="scroll_bar" align="T" target="release_txt" posparent="release_win" posref="TR TL" target_stepy="22" x="8" y="-8" />
495 <!-- <ctrl style="log_std_but" id="but_close" posparent="release_txt" posref="BM TM" x="0" y="-8" fontsize="12" onclick_l="close_patch" params_l="" hardtext="uiClosePatch" active="false"/>-->
509 <group id="eula" w="1024" h="768" posref="MM MM" active="false" >
512 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
513 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
516 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
519 <instance template="server_box" id="eula_win" posparent="window" posref="MM MM" w="612" h="338" x="-24" y="0" />
522 <group id="eula_txt" posparent="eula_win" posref="TL TL" x="8" y="-8" w="596" child_resize_h="true" h="0" max_h="322" >
523 <view type="text" id="content" posref="TL TL" w="596" line_maxw="596" color="135 243 28 255"
524 fontsize="12" shadow="true" multi_line="true" multi_line_space="0" hardtext="uiEulaContent" />
528 <instance template="bk_scroll" id="back_scrollbar" posparent="eula_win" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
529 <ctrl style="skin_scroll" id="scroll_bar" align="T" target="eula_txt" posparent="eula_win" posref="TR TL" target_stepy="22" x="8" y="-8" />
533 <view type="text" id="title" posparent="eula_win" posref="TM BM" y="8" color="255 255 255 255"
534 fontsize="20" shadow="true" hardtext="uiEula" />
536 <!-- ACCEPT & DECLINE BUTTONS -->
537 <ctrl style="log_std_but" id="but_accept" posparent="eula_win" posref="BM TR" x="-4" y="-8" fontsize="12" onclick_l="accept_eula" params_l="" hardtext="uiEulaAccept" />
538 <ctrl style="log_std_but" id="but_decline" posparent="eula_win" posref="BM TL" x="4" y="-8" fontsize="12" onclick_l="login_quit" params_l="" hardtext="uiEulaDecline" />
544 <!-- ******************** -->
545 <!-- * DATASCAN PROGESS * -->
546 <!-- ******************** -->
548 <!-- 1 The scan is running, 0 The scan has ended -->
549 <variable entry="UI:VARIABLES:DATASCAN_RUNNING" type="sint32" value="0" />
551 <!-- Page that show the result of data scanning -->
552 <group id="datascan" posref="MM MM" w="1024" h="768" active="false" >
554 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
557 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
558 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
561 <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-18" onclick_l="login_quit" hardtext="uiExitLogin" />
565 <group id="placeholder" posparent="window" posref="MM MM" w="600" h="340" x="0" y="0" />
568 <view type="text" id="title" posparent="placeholder" posref="TM BM" y="22" color="255 255 255 255"
569 fontsize="12" shadow="true" hardtext="uiOnDataScanning" />
570 <view type="text" id="explain" posparent="placeholder" posref="TM BM" y="4" color="255 255 255 255"
571 fontsize="8" shadow="true" hardtext="uiOnDataScanningHelp" />
575 <instance template="server_box" id="check_win" posparent="placeholder" posref="TM TM" sizeref="w" h="88" x="0" y="0" />
576 <view type="text" id="state" posparent="check_win" posref="TL TL" w="584" x="8" y="-8" line_maxw="584" color="135 243 28 255"
577 fontsize="12" shadow="true" multi_line="true" multi_line_space="0" case_mode="%case_normal"/>
578 <view type="text" id="progress" posref="BL TL" posparent="state" fontsize="12" y="-8" color="135 243 28 255" line_maxw="584"
579 shadow="true" multi_line="true" multi_line_space="0" />
581 <!-- Log Window with scroll -->
582 <instance template="server_box" id="log_win" posparent="placeholder" posref="BM BM" sizeref="w" h="244" x="0" y="0" />
583 <group id="log_txt" posparent="log_win" posref="TL TL" x="8" y="-8" sizeref="w" child_resize_h="true"
584 max_sizeparent="log_win" max_sizeref="h" max_h="-16">
585 <view type="text" id="log" posref="TL TL" fontsize="10" color="243 243 28 255" line_maxw="584"
586 shadow="true" multi_line="true" multi_line_space="0" />
588 <instance template="bk_scroll" id="back_scrollbar" posparent="log_win" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
589 <ctrl style="skin_scroll" id="scroll_bar" align="T" target="log_txt" posparent="log_win" posref="TR TL" target_stepy="15" x="8" y="-8" />
592 <!-- Close Button -->
593 <ctrl style="log_std_but" id="but_close" posparent="placeholder" posref="BM TM" y="-8" onclick_l="on_scan_data_close" hardtext="uiCancelScanData" />
594 <link expr="ifthenelse(eq(@UI:VARIABLES:DATASCAN_RUNNING,1),'uiCancelScanData','uiCloseScanData')" target="but_close:hardtext" />
601 <!-- ******************** -->
602 <!-- * CREATE ACCOUNT * -->
603 <!-- ******************** -->
605 <style style="log_url" type="text_button" button_type="toggle_button"
606 tx_normal="but" tx_pushed="but" tx_over="but_over" wmargin="16"
607 color="255 255 255 0" col_over="255 255 255 0" col_pushed="255 255 255 0"
608 text_y="0" text_underlined="true" fontsize="10" shadow="true"
609 text_color_normal="255 255 255 255" text_color_over="100 255 100 255" text_color_pushed="255 255 255 255"
610 text_shadow_color_normal="0 0 0 255"
611 text_shadow_color_pushed="0 0 0 255"
612 text_shadow_color_over="0 0 0 255"
615 <template name="log_box_blank" posref="TL TL" x="0" y="0" w="64" h="16" id="" posparent="parent" sizeref=""
616 keep="true" color="200 255 230 50" >
617 <group id="#id" posparent="#posparent" posref="#posref" w="#w" h="#h" x="#x" y="#y" sizeref="#sizeref" >
618 <group id="bg" sizeref="hw" h="0" w="0" />
619 <view type="bitmap" id="bk" scale="true" posparent="bg" posref="MM MM" sizeref="hw" h="-32" w="-32" texture="blank.tga" color="#color" render_layer="-1"/>
620 <view type="bitmap" id="tl" texture="LogBoxBlank_TL.tga" posref="TL TL" color="#color" render_layer="-1"/>
621 <view type="bitmap" id="tr" texture="LogBoxBlank_TR.tga" posref="TR TR" color="#color" render_layer="-1"/>
622 <view type="bitmap" id="br" texture="LogBoxBlank_BR.tga" posref="BR BR" color="#color" render_layer="-1"/>
623 <view type="bitmap" id="bl" texture="LogBoxBlank_BL.tga" posref="BL BL" color="#color" render_layer="-1"/>
624 <view type="bitmap" id="t" texture="blank.tga" posref="TM TM" scale="true" sizeref="w" w="-32" h="16" color="#color" render_layer="-1"/>
625 <view type="bitmap" id="b" texture="blank.tga" posref="BM BM" scale="true" sizeref="w" w="-32" h="16" color="#color" render_layer="-1"/>
626 <view type="bitmap" id="l" texture="blank.tga" posref="ML ML" scale="true" sizeref="h" h="-32" w="16" color="#color" render_layer="-1"/>
627 <view type="bitmap" id="r" texture="blank.tga" posref="MR MR" scale="true" sizeref="h" h="-32" w="16" color="#color" render_layer="-1"/>
631 <!-- Page that allows to create an account -->
632 <group id="create_account" posref="MM MM" w="1024" h="768" active="false" >
634 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
637 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
638 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
641 <group id="placeholder" posparent="window" posref="MM MM" w="600" h="360" x="0" y="0" />
644 <view type="text" id="title" posparent="placeholder" posref="TM BM" y="0" color="255 255 255 255"
645 fontsize="16" shadow="true" hardtext="uiCreateAccount" />
647 <group id="submit_gr" x="30" y="-20" posparent="window" sizeref="wh" w="-30" h="-15" posref="TL TL" >
650 <view type="text" id="txt_log" posref="TL TL" hardtext="uiUsername" fontsize="12" x="0" y="-60" color="255 255 255 255" />
652 <instance template="edit_box_log" id="eb_login" posparent="txt_log" posref="BL BL" w="250" h="26" fontsize="12" x="200" y="0"
653 text_ref="BM BM" text_y="0"
654 on_focus="create_account_rules" on_focus_params="rules_login" reset_focus_on_hide="false" max_historic="0"
655 onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_password:eb|select_all=false"
656 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="20" color="135 243 28 255" />
659 <view type="text" id="txt_pas" posparent="txt_log" posref="BL TL" hardtext="uiPassword" fontsize="12" x="0" y="-30" color="255 255 255 255" />
661 <instance template="edit_box_log" id="eb_password" posparent="txt_pas" posref="BL BL" w="250" h="26" fontsize="12" x="200" y="0"
662 text_ref="BM BM" text_y="0"
663 on_focus="create_account_rules" on_focus_params="rules_password" reset_focus_on_hide="false" max_historic="0" entry_type="password"
664 onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_confirm_password:eb|select_all=false"
665 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="60" color="135 243 28 255" />
667 <!-- confirm password -->
668 <view type="text" id="txt_confirm_pas" posparent="txt_pas" posref="BL TL" hardtext="uiConfirmPassword" fontsize="12" x="0" y="-30" color="255 255 255 255" />
670 <instance template="edit_box_log" id="eb_confirm_password" posparent="txt_confirm_pas" posref="BL BL" w="250" h="26" fontsize="12" x="200" y="0"
671 text_ref="BM BM" text_y="0"
672 on_focus="create_account_rules" on_focus_params="rules_password_conf" reset_focus_on_hide="false" max_historic="0" entry_type="password"
673 onenter="set_keyboard_focus" params="target=ui:login:create_account:content:submit_gr:eb_email:eb|select_all=false"
674 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="60" color="135 243 28 255" />
677 <view type="text" id="txt_email" posparent="txt_confirm_pas" posref="BL TL" hardtext="uiEmail" fontsize="12" x="0" y="-30" color="255 255 255 255" />
679 <instance template="edit_box_log" id="eb_email" posparent="txt_email" posref="BL BL" w="250" h="26" fontsize="12" x="200" y="0"
680 text_ref="BM BM" text_y="0"
681 on_focus="create_account_rules" on_focus_params="rules_email" reset_focus_on_hide="false" max_historic="0"
683 prompt="" enter_loose_focus="true" multi_line="false" max_num_chars="254" color="135 243 28 255" />
685 <!-- accept conditions -->
686 <ctrl type="button" id="accept_cond" button_type="toggle_button" pushed="true"
687 posref="BL TL" posparent="txt_email" x="0" y="-30" tx_normal="w_opacity_on.tga"
688 tx_pushed="w_slot_on.tga" tx_over="w_slot_on.tga" color="255 255 255 255" col_pushed="255 255 255 255"
689 col_over="255 255 255 0" onclick_l="create_account_rules" params_l="" tooltip=""
692 <view type="text" id="txt_accept_cond" posref="BR BL" posparent="accept_cond" hardtext="uiAcceptTermsOfUse1" fontsize="10" x="20" y="-2" color="255 255 255 255" />
694 <ctrl type="text_button" id="terms_launch_url" style="log_url" posref="BR BL" posparent="txt_accept_cond" x="2" y="0" hardtext="uiAcceptTermsOfUse2"
695 onclick_l="open_url" params_l="cfg_ConditionsTermsURL"/>
697 <!-- ********************** -->
698 <!-- *** WELCOME/ERRORS *** -->
699 <!-- ********************** -->
701 <instance template="log_box_blank" id="welcome_errors_gr" posparent="eb_login" posref="TR TL" h="180" w="260" x="20" y="0"
702 blackColor="0 0 0 255" whiteColor="255 255 255 255" />
704 <group id="erros_txt" posparent="welcome_errors_gr" posref="TL TL" x="8" y="-8" sizeref="w" child_resize_h="true"
705 max_sizeparent="welcome_errors_gr" max_sizeref="h" max_h="-16">
706 <view type="text" id="errors_list" posref="TL TL" x="15" y="-15" fontsize="12" color="255 255 255 255" line_maxw="584"
707 shadow="true" multi_line="true" multi_line_space="20" multi_max_line="100" hardtext="uiCreateAccountWelcome" />
710 <instance template="bk_scroll" id="err_back_scrollbar" active="true" posparent="welcome_errors_gr" posref="TR TL" x="4" w="24" sizeref="h" h="0" />
711 <ctrl style="skin_scroll" id="err_scroll_bar" active="true" align="T" target="erros_txt" posparent="welcome_errors_gr" posref="TR TL" target_stepy="15" x="8" y="-8" />
714 <!-- ********************** -->
715 <!-- ******* RULES ******** -->
716 <!-- ********************** -->
717 <instance template="server_box" id="rules_gr" posref="BL BL" w="800" h="80" y="70" />
720 <view type="text" id="rules_login" active="false" posparent="rules_gr" multi_line="true" line_maxw="720" posref="TL TL" hardtext="login rules" fontsize="8" x="10" y="-10" color="255 255 255 255" />
722 <!-- password rules -->
723 <view type="text" id="rules_password" active="false" posparent="rules_gr" multi_line="true" line_maxw="720" posref="TL TL" hardtext="password rules" fontsize="8" x="10" y="-10" color="255 255 255 255" />
725 <!-- password confirmation rules -->
726 <view type="text" id="rules_password_conf" active="false" posparent="rules_gr" multi_line="true" line_maxw="720" posref="TL TL" hardtext="password confirmation rules" fontsize="8" x="10" y="-10" color="255 255 255 255" />
729 <view type="text" id="rules_email" active="false" posparent="rules_gr" multi_line="true" line_maxw="720" posref="TL TL" hardtext="email rules" fontsize="8" x="10" y="-10" color="255 255 255 255" />
731 <!-- conditions rules -->
732 <view type="text" id="rules_conditions" active="false" posparent="rules_gr" multi_line="true" line_maxw="720" posref="TL TL" hardtext="conditions rules" fontsize="8" x="10" y="-10" color="255 255 255 255" />
734 <!-- Close Button -->
735 <ctrl style="log_std_but" id="but_close" posparent="placeholder" posref="BM BR" x="-10" y="25" onclick_l="on_create_account_close" hardtext="uiCancelCreateAccount" />
737 <!-- Submit Button -->
738 <ctrl style="log_std_but" id="but_submit" posparent="placeholder" posref="BM BL" x="10" y="25" onclick_l="on_create_account_submit" hardtext="uiSubmitNewAccount" />
742 <group id="login_gr" x="30" y="-40" posparent="window" sizeref="wh" w="-60" h="-45" posref="TL TL" >
744 <view type="text" id="success" multi_line="true" line_maxw="600" posref="TL TL" hardtext="uiSubmitSucces1" fontsize="14" x="90" y="-50" color="255 255 255 255" />
745 <view type="text" id="email_adress" multi_line="false" line_maxw="600" posparent="success" posref="BL TL" hardtext="ADRESSE\n" fontsize="14" x="80" y="-10" color="150 255 150 255" />
746 <view type="text" id="successEnd" multi_line="true" line_maxw="600" posparent="email_adress" posref="BL TL" hardtext="uiSubmitSucces2" fontsize="14" x="-80" y="-10" color="255 255 255 255" />
748 <!-- Close Button -->
749 <ctrl style="log_std_but" id="but_close" posparent="placeholder" posref="BM BR" x="-10" y="15" onclick_l="on_create_account_close" hardtext="uiCancelCreateAccount" />
751 <!-- Submit Button -->
752 <ctrl style="log_std_but" id="but_login" posparent="placeholder" posref="BM BL" x="10" y="15" onclick_l="create_account_login" hardtext="uiOnConnect" />
762 <!-- *********************** -->
763 <!-- * Web start interface * -->
764 <!-- *********************** -->
766 <!-- Page that show the result of data scanning -->
767 <!--<group id="webstart" posref="MM MM" w="1024" h="768" active="false" >
769 <group id="content" x="0" y="0" w="1024" h="768" posref="TL TL" >
773 <view type="bitmap" posref="TL TL" id="bl" texture="new_launcher_bg.tga" global_color="false" render_layer="-2" />
774 <instance template="log_box" id="window" y="-8" posref="MM MM" w="800" h="440" />
776 <instance template="html_text_button" id="back_to_login" text="BACK TO LOGIN" posparent="parent" posref="TL TL" y="-15"
777 onclick="on_back_to_login" onclick_param="" active="true"/>
779 <instance template="html_text_button" id="reload_test_page" text="RELOAD START PAGE" posparent="parent" posref="TL TL" y="-45"
780 onclick="on_reload_test_page" onclick_param="" active="false"/>
784 <!-- <ctrl style="log_button" id="but_exit" posparent="window" posref="TR TR" y="-20" onclick_l="login_quit" hardtext="uiExitLogin" />
788 <!-- <group id="placeholder" posparent="window" posref="MM MM" w="600" h="340" x="0" y="0" />
791 <!-- <view type="text" id="title" posparent="placeholder" posref="TM BM" y="22" color="255 255 255 255"
792 fontsize="12" shadow="true" hardtext="uiOnDataScanning" />
793 <view type="text" id="explain" posparent="placeholder" posref="TM BM" y="4" color="255 255 255 255"
794 fontsize="8" shadow="true" hardtext="uiOnDataScanningHelp" />
798 <group id="black" posref="BR BR" sizeref="hw" w="-16" h="-12" inherit_gc_alpha="true"/>
799 <instance template="inner_thin_border" posparent="black" inherit_gc_alpha="true"/>
800 <view type="bitmap" id="black2" posparent="black" posref="MM MM" sizeref="wh" w="-2" h="-2" inherit_gc_alpha="true" scale="true" texture="blank.tga" global_color="false"/>
801 <group type="list" id="text_list" fontsize="9" posref="TL TL" posparent="black" x="2" y="-2" space="0" sizeref="hw" w="-4" h="-4" maxelements="2000"/>
803 <ctrl style="skin_scroll" id="scroll_bar" />
807 <!-- Close Button -->
808 <!--<ctrl style="log_std_but" id="but_close" posparent="placeholder" posref="BM TM" y="-8" onclick_l="on_scan_data_close" hardtext="uiCancelScanData" />
809 <link expr="ifthenelse(eq(@UI:VARIABLES:DATASCAN_RUNNING,1),'uiCancelScanData','uiCloseScanData')" target="but_close:hardtext" />
817 <link expr="eq(@UI:VARIABLES:SCREEN,0)" target="checkpass:active"/>
818 <link expr="eq(@UI:VARIABLES:SCREEN,1)" target="sharddisp:active"/>
819 <link expr="eq(@UI:VARIABLES:SCREEN,2)" target="checking:active"/>
820 <link expr="eq(@UI:VARIABLES:SCREEN,3)" target="catdisp:active"/>
821 <link expr="or(eq(@UI:VARIABLES:SCREEN,4),eq(@UI:VARIABLES:SCREEN,5))" target="patching:active"/>
822 <link expr="eq(@UI:VARIABLES:SCREEN,6)" target="eula:active"/>
823 <link expr="eq(@UI:VARIABLES:SCREEN,7)" target="datascan:active"/>
824 <link expr="eq(@UI:VARIABLES:SCREEN,8)" target="webstart:active"/>
825 <link expr="eq(@UI:VARIABLES:SCREEN,9)" target="create_account:active"/>
828 <tree node="checkpass"/>
829 <tree node="sharddisp"/>
830 <tree node="checking"/>
831 <tree node="patching"/>
832 <tree node="catdisp"/>
834 <tree node="datascan"/>
835 <tree node="webstart"/>
836 <tree node="create_account"/>