Fix
[ryzomcore.git] / ryzom / client / data / gamedev / interfaces_v3 / help.xml
blobac9f14142b247c68eb6bbf91f7278e3dcf7d4054
1 <interface_config>
2   <root id="interface"
3         x="0"
4         y="0"
5         w="800"
6         h="600"
7         active="true" />
8   <!--********************-->
9   <!--*   welcome_info  *-->
10   <!--********************-->
11   <variable entry="UI:SAVE:SKIP_WELCOME" type="sint32" value="0" />
13   <variable entry="UI:SAVE:WELCOME"
14             type="sint32"
15             value="0" />
17   <proc id="welcome_close">
18     <action handler="set" params="target='ui:interface:welcome_info:active'|value=0" />
19     <action handler="set" params="dblink=UI:SAVE:WELCOME|value=0" />
20   </proc>
21   <group type="container"
22          id="welcome_info"
23          w="420"
24          pop_min_w="420"
25          pop_max_w="420"
26          h="290"
27          pop_min_h="290"
28          pop_max_h="290"
29          title="TheSagaOfRyzom"
30          resizer="true"
31          global_color="false"
32          header_color="UI:SAVE:WIN:COLORS:HELP"
33          title_bar_open="false"
34          open_button="false"
35          force_open_out="true"
36          right_button="false"
37          lockable="true"
38          openable="false"
39          opened="true"
40          movable="true"
41          active="false">
42     <group id="header_closed"
43            x="0"
44            y="0"
45            h="12"
46            posref="TL TL"
47            group_onclick_r=""
48            group_params_r=""></group>
49     <group id="header_opened"
50            x="0"
51            y="0"
52            w="0"
53            h="16"
54            posref="TL TL"
55            group_onclick_r=""
56            group_params_r=""></group>
57     <group id="content"
58            x="0"
59            y="0"
60            posref="TL TL"
61            w="0"
62            h="0">
63       <view type="text"
64             id="title"
65             posref="TM TM"
66             x="0"
67             y="-20"
68             color="255 255 255 255"
69             fontsize="14"
70             shadow="true"
71             global_color="false"
72             hardtext="uiWelcomeTitle" />
73       <view type="text"
74             id="intro"
75             posref="TL TL"
76             x="4"
77             y="-50"
78             color="255 255 255 255"
79             fontsize="12"
80             shadow="true"
81             global_color="true"
82             hardtext="uiWelcomeIntro"
83             multi_line="true"
84             multi_line_space="0" />
85       <view type="text"
86             id="move_title"
87             posparent="intro"
88             posref="BL TL"
89             x="0"
90             y="-14"
91             color="255 255 255 255"
92             fontsize="12"
93             shadow="true"
94             global_color="false"
95             hardtext="uiWelcomeMoveTitle"
96             multi_line="true"
97             multi_line_space="0" />
98       <view type="text"
99             id="move"
100             posparent="move_title"
101             posref="BL TL"
102             x="0"
103             y="-4"
104             color="255 255 255 255"
105             fontsize="12"
106             shadow="true"
107             global_color="true"
108             hardtext="uiWelcomeMove"
109             multi_line="true"
110             multi_line_space="0" />
111       <view type="text"
112             id="what_title"
113             posparent="move"
114             posref="BL TL"
115             x="0"
116             y="-14"
117             color="255 255 255 255"
118             fontsize="12"
119             shadow="true"
120             global_color="false"
121             hardtext="uiWelcomeWhatTitle"
122             multi_line="true"
123             multi_line_space="0" />
124       <view type="text"
125             id="what"
126             posparent="what_title"
127             posref="BL TL"
128             x="0"
129             y="-4"
130             color="255 255 255 255"
131             fontsize="12"
132             shadow="true"
133             global_color="true"
134             hardtext="uiWelcomeWhat"
135             multi_line="true"
136             multi_line_space="0" />
137       <ctrl style="button_ok"
138             x="0"
139             y="6"
140             posref="BM BM"
141             text_y="0"
142             onclick_l="proc"
143             params_l="welcome_close"
144             hardtext="uittOK" />
145     </group>
146   </group>
147   <!--
148 <link expr="@UI:SAVE:WELCOME" target="ui:interface:welcome_info:active"/>
150   <tree node="welcome_info"></tree>
151   <!--******************************-->
152   <!--*  activate hardware cursor  *-->
153   <!--******************************-->
154   <variable entry="UI:SAVE:HARDWARE_CURSOR"
155             type="sint32"
156             value="0" />
157   <proc id="close_hardware_cursor">
158     <action handler="set"
159             params="target='ui:interface:hardware_cursor:active'|value=0" />
160   </proc>
161   <proc id="active_hardware_cursor">
162     <action handler="set"
163             params="target='ui:interface:hardware_cursor:active'|value=0" />
164     <action handler="set"
165             params="target='ui:interface:hardware_cursor:content:active_ok:pushed'|value=1" />
166     <action handler="ddx_bool_button"
167             params="" />
168   </proc>
169   <group type="modal"
170          id="hardware_cursor"
171          exit_click_out="true"
172          w="400"
173          h="100"
174          on_active=""
175          on_active_params=""
176          options="skin_modal"
177          on_enter=""
178          on_enter_params=""
179          mouse_pos="false">
180     <group id="content"
181            x="0"
182            y="0"
183            posref="TL TL"
184            sizeref="wh"
185            w="0"
186            h="0">
187       <view type="text"
188             id="title"
189             posref="TM TM"
190             x="0"
191             y="-30"
192             color="255 255 255 255"
193             fontsize="14"
194             shadow="true"
195             global_color="false"
196             hardtext="uiActivateHardwareCursor" />
197       <ctrl style="button_ok"
198             id="active_ok"
199             x="-15"
200             y="10"
201             posref="BM BM"
202             text_y="0"
203             onclick_l="proc"
204             params_l="active_hardware_cursor"
205             hardtext="uiYes" />
206       <ctrl style="button_cancel"
207             x="10"
208             y="0"
209             posparent="active_ok"
210             posref="BR BL"
211             text_y="0"
212             onclick_l="proc"
213             params_l="close_hardware_cursor"
214             hardtext="uiNo" />
215       <ddx id="all">
216         <param ui="active_ok"
217                type="cfg"
218                widget="boolbut"
219                realtime="true"
220                link="HardwareCursor" />
221       </ddx>
222     </group>
223   </group>
224   <!--******************************-->
225   <!--*   universe chanel warning  *-->
226   <!--******************************-->
227   <variable entry="UI:SAVE:UNIVERSE_CHANEL_WARNING_AVOID"
228             type="sint32"
229             value="0" />
230   <variable entry="UI:VARIABLES:TEMP_UNIVERSE_CHANEL_WARNING_AVOID"
231             type="sint32"
232             value="0" />
233   <variable entry="UI:VARIABLES:UNIVERSE_CHANEL_WARNING_DONE"
234             type="sint32"
235             value="0" />
236   <variable entry="UI:VARIABLES:UNIVERSE_CHANEL_WARNING_WANTED"
237             type="sint32"
238             value="0" />
239   <proc id="universe_chanel_warning_close">
240     <action handler="hide"
241             params="target='ui:interface:universe_chanel_warning'" />
242     <action handler="set"
243             params="dblink=UI:VARIABLES:UNIVERSE_CHANEL_WARNING_DONE|value=1" />
244     <action handler="set"
245             params="dblink=UI:VARIABLES:UNIVERSE_CHANEL_WARNING_WANTED|value=0" />
246     <action handler="set"
247             params="dblink=UI:SAVE:UNIVERSE_CHANEL_WARNING_AVOID|value=@UI:VARIABLES:TEMP_UNIVERSE_CHANEL_WARNING_AVOID" />
248   </proc>
249   <group type="container"
250          id="universe_chanel_warning"
251          w="360"
252          pop_min_w="360"
253          pop_max_w="360"
254          h="200"
255          pop_min_h="200"
256          pop_max_h="200"
257          title="uiUniverseChanelWarningTitle"
258          resizer="true"
259          global_color="false"
260          header_color="UI:SAVE:WIN:COLORS:HELP"
261          title_bar_open="false"
262          open_button="false"
263          force_open_out="true"
264          right_button="false"
265          lockable="true"
266          openable="false"
267          opened="true"
268          movable="true"
269          active="true"
270          savable="false">
271     <group id="header_closed"
272            x="0"
273            y="0"
274            h="12"
275            posref="TL TL"
276            group_onclick_r=""
277            group_params_r=""></group>
278     <group id="header_opened"
279            x="0"
280            y="0"
281            w="0"
282            h="16"
283            posref="TL TL"
284            group_onclick_r=""
285            group_params_r=""></group>
286     <group id="content"
287            x="0"
288            y="0"
289            posref="TL TL"
290            w="0"
291            h="0">
292       <view type="text"
293             id="universe_chanel_warning_text"
294             posref="TM TM"
295             x="0"
296             y="-20"
297             color="255 255 255 255"
298             fontsize="12"
299             shadow="true"
300             global_color="true"
301             hardtext="uiUniverseChanelWarningContent"
302             multi_line="true"
303             multi_line_space="0" />
304       <instance template="check_box"
305                 id="avoid"
306                 posref="BL BL"
307                 x="0"
308                 y="30"
309                 w="0"
310                 h="16"
311                 fontsize="10"
312                 hardtext="uiUniverseChanelWarningAvoid"
313                 dblink="UI:VARIABLES:TEMP_UNIVERSE_CHANEL_WARNING_AVOID"
314                 global_color="false" />
315       <ctrl style="button_ok"
316             x="0"
317             y="6"
318             posref="BM BM"
319             text_y="0"
320             onclick_l="proc"
321             params_l="universe_chanel_warning_close"
322             hardtext="uittOK" />
323     </group>
324   </group>
326   <!-- If necessary, not already displayed this session, and not avoided by user, show the warning -->
327  <!--
328   <link expr="and(@UI:VARIABLES:UNIVERSE_CHANEL_WARNING_WANTED,
329                                 not(@UI:VARIABLES:UNIVERSE_CHANEL_WARNING_DONE),
330                                 not(@UI:SAVE:UNIVERSE_CHANEL_WARNING_AVOID))"
331         target="ui:interface:universe_chanel_warning:active" /> -->
332   <tree node="universe_chanel_warning"></tree>
333   <!--********************-->
334   <!--*   death warning  *-->
335   <!--********************-->
336   <variable entry="UI:SAVE:DEATH_WARNING_AVOID"
337             type="sint32"
338             value="0" />
339   <variable entry="UI:VARIABLES:TEMP_DEATH_WARNING_AVOID"
340             type="sint32"
341             value="0" />
342   <variable entry="UI:VARIABLES:DEATH_WARNING_DONE"
343             type="sint32"
344             value="0" />
345   <variable entry="UI:VARIABLES:DEATH_WARNING_WANTED"
346             type="sint32"
347             value="0" />
348   <proc id="death_warning_close">
349     <action handler="hide"
350             params="target='ui:interface:death_warning'" />
351     <action handler="set"
352             params="dblink=UI:VARIABLES:DEATH_WARNING_DONE|value=0" />
353     <action handler="set"
354             params="dblink=UI:VARIABLES:DEATH_WARNING_WANTED|value=0" />
355     <action handler="set"
356             params="dblink=UI:SAVE:DEATH_WARNING_AVOID|value=@UI:VARIABLES:TEMP_DEATH_WARNING_AVOID" />
357   </proc>
358   <group type="container"
359          id="death_warning"
360          w="500"
361          pop_min_w="500"
362          pop_max_w="500"
363          h="250"
364          pop_min_h="250"
365          pop_max_h="250"
366          title="uiDeathWarningTitle"
367          resizer="true"
368          global_color="false"
369          header_color="UI:SAVE:WIN:COLORS:HELP"
370          title_bar_open="false"
371          open_button="false"
372          force_open_out="true"
373          right_button="false"
374          lockable="true"
375          openable="false"
376          opened="true"
377          movable="true"
378          active="true"
379          savable="false">
380     <group id="header_closed"
381            x="0"
382            y="0"
383            h="12"
384            posref="TL TL"
385            group_onclick_r=""
386            group_params_r=""></group>
387     <group id="header_opened"
388            x="0"
389            y="0"
390            w="0"
391            h="16"
392            posref="TL TL"
393            group_onclick_r=""
394            group_params_r=""></group>
395     <group id="content"
396            x="0"
397            y="0"
398            posref="TL TL"
399            w="0"
400            h="0">
401       <view type="text"
402             id="death_warning_text"
403             posref="TM TM"
404             x="0"
405             y="-10"
406             color="255 255 255 255"
407             fontsize="12"
408             shadow="true"
409             global_color="true"
410             hardtext="uiDeathWarningContent"
411             multi_line="true"
412             multi_line_space="0" />
413       <instance template="check_box"
414                 id="avoid"
415                 posref="BL BL"
416                 x="0"
417                 y="30"
418                 w="0"
419                 h="16"
420                 y_text="-5"
421                 fontsize="10"
422                 hardtext="uiDeathWarningAvoid"
423                 dblink="UI:VARIABLES:TEMP_DEATH_WARNING_AVOID"
424                 global_color="false" />
425       <ctrl style="button_ok"
426             x="0"
427             y="6"
428             posref="BM BM"
429             text_y="0"
430             onclick_l="proc"
431             params_l="death_warning_close"
432             hardtext="uittOK" />
433     </group>
434   </group>
435   <!-- If necessary, not already displayed this session, and not avoided by user, show the warning -->
436   <link expr="and(@UI:VARIABLES:DEATH_WARNING_WANTED,
437                                 not(@UI:VARIABLES:DEATH_WARNING_DONE),
438                                 not(@UI:SAVE:DEATH_WARNING_AVOID))"
439         target="ui:interface:death_warning:active" />
440   <tree node="death_warning"></tree>
441   <!--********************-->
442   <!--*   Night Warning  *-->
443   <!--********************-->
444   <variable entry="UI:SAVE:NIGHT_AVOID"
445             type="sint32"
446             value="0" />
447   <variable entry="UI:VARIABLES:TEMP_NIGHT_WARNING_AVOID"
448             type="sint32"
449             value="0" />
450   <variable entry="UI:VARIABLES:NIGHT_WARNING_DONE"
451             type="sint32"
452             value="0" />
453   <variable entry="UI:VARIABLES:NIGHT_WARNING_WANTED"
454             type="sint32"
455             value="0" />
456   <proc id="night_warning_close">
457     <action handler="hide"
458             params="target='ui:interface:night_warning'" />
459     <action handler="set"
460             params="dblink=UI:VARIABLES:NIGHT_WARNING_DONE|value=0" />
461     <action handler="set"
462             params="dblink=UI:VARIABLES:NIGHT_WARNING_WANTED|value=0" />
463     <action handler="set"
464             params="dblink=UI:SAVE:NIGHT_WARNING_AVOID|value=@UI:VARIABLES:TEMP_NIGHT_WARNING_AVOID" />
465   </proc>
466   <group type="container"
467          id="night_warning"
468          w="500"
469          pop_min_w="500"
470          pop_max_w="500"
471          h="250"
472          pop_min_h="250"
473          pop_max_h="250"
474          title="uiNightWarningTitle"
475          resizer="true"
476          global_color="false"
477          header_color="UI:SAVE:WIN:COLORS:HELP"
478          title_bar_open="false"
479          open_button="false"
480          force_open_out="true"
481          right_button="false"
482          lockable="true"
483          openable="false"
484          opened="true"
485          movable="true"
486          active="true"
487          savable="false">
488     <group id="header_closed"
489            x="0"
490            y="0"
491            h="12"
492            posref="TL TL"
493            group_onclick_r=""
494            group_params_r=""></group>
495     <group id="header_opened"
496            x="0"
497            y="0"
498            w="0"
499            h="16"
500            posref="TL TL"
501            group_onclick_r=""
502            group_params_r=""></group>
503     <group id="content"
504            x="0"
505            y="0"
506            posref="TL TL"
507            w="0"
508            h="0">
509       <view type="text"
510             id="night_warning_text"
511             posref="TM TM"
512             x="0"
513             y="-10"
514             color="255 255 255 255"
515             fontsize="12"
516             shadow="true"
517             global_color="true"
518             hardtext="uiNightWarningContent"
519             multi_line="true"
520             multi_line_space="0" />
521       <instance template="check_box"
522                 id="avoid"
523                 posref="BL BL"
524                 x="0"
525                 y="30"
526                 w="0"
527                 h="16"
528                 fontsize="10"
529                 hardtext="uiDeathWarningAvoid"
530                 dblink="UI:VARIABLES:TEMP_NIGHT_WARNING_AVOID"
531                 global_color="false" />
532       <ctrl style="button_ok"
533             x="0"
534             y="6"
535             posref="BM BM"
536             text_y="0"
537             onclick_l="proc"
538             params_l="night_warning_close"
539             hardtext="uittOK" />
540     </group>
541   </group>
542   <proc id="enable_light"></proc>
543   <!-- If necessary, not already displayed this session, and not avoided by user, show the warning -->
544   <link expr="@UI:VARIABLES:NIGHT_WARNING_WANTED" action="proc" params="enable_light" />
545   <tree node="night_warning"></tree>
546   <!--********************-->
547   <!--*   help_browser   *-->
548   <!--********************-->
549   <proc id="Help_Sheet">
550     <action handler="launch_help"
551             params="url=interf_identity.html" />
552     <action handler="show"
553             params="info_player_skills" />
554   </proc>
555   <proc id="Help_MyGauges">
556     <action handler="launch_help"
557             params="url=interf_my_gauges.html" />
558     <action handler="show"
559             params="player" />
560   </proc>
561   <proc id="Help_TargetGauges">
562     <action handler="launch_help"
563             params="url=interf_target.html" />
564     <action handler="show"
565             params="target" />
566   </proc>
567   <proc id="Help_ActionBar">
568     <action handler="launch_help"
569             params="url=interf_action_bar.html" />
570     <action handler="show"
571             params="gestionsets" />
572   </proc>
573   <proc id="Help_ActionBook">
574     <action handler="launch_help"
575             params="url=interf_action_book.html" />
576     <action handler="show"
577             params="phrase_book" />
578   </proc>
579   <proc id="Help_TradeNPC">
580     <action handler="launch_help"
581             params="url=interf_bot_trade.html" />
582   </proc>
583   <proc id="Help_Chat">
584     <action handler="launch_help"
585             params="url=interf_chat.html" />
586     <action handler="show"
587             params="main_chat" />
588   </proc>
589   <proc id="Help_Compass">
590     <action handler="launch_help"
591             params="url=interf_compass.html" />
592     <action handler="show"
593             params="compass" />
594   </proc>
595   <proc id="Help_Animals">
596     <action handler="launch_help"
597             params="url=interf_animals.html" />
598     <action handler="show"
599             params="animal_global" />
600   </proc>
601   <group type="container"
602          id="help_browser"
603          w="410"
604          h="400"
605          title="uiHelp"
606          global_color="false"
607          header_color="UI:SAVE:WIN:COLORS:HELP"
608          resizer="true"
609          pop_min_w="400"
610          pop_min_h="96"
611          pop_max_w="2000"
612          pop_max_h="1600"
613          title_bar_open="false"
614          open_button="false"
615          force_open_out="true"
616          lockable="true"
617          openable="false"
618          opened="true"
619          movable="true"
620          active="true">
621     <group id="header_closed"
622            x="0"
623            y="0"
624            h="12"
625            posref="TL TL"
626            group_onclick_r="active_menu"
627            group_params_r="menu=ui:interface:base_menu_with_color">
628            </group>
629     <group id="header_opened"
630            x="0"
631            y="0"
632            w="0"
633            h="16"
634            posref="TL TL"
635            group_onclick_r="active_menu"
636            group_params_r="menu=ui:interface:base_menu_with_color">
637       <!-- must be frozen by default cause no undo/redo at start -->
638       <ctrl style="text_button_header"
639             button_type="push_button"
640             id="browse_redo"
641             posref="MR MR"
642             x="-16"
643             y="0"
644             hardtext="uiBrowseRedoButton"
645             tooltip="uittBrowseRedo"
646             onclick_l="browse_redo"
647             params_l="name=ui:interface:help_browser:content:html"
648             frozen="true" />
649       <ctrl style="text_button_header"
650             button_type="push_button"
651             id="browse_undo"
652             posparent="browse_redo"
653             posref="ML MR"
654             x="-4"
655             y="0"
656             hardtext="uiBrowseUndoButton"
657             tooltip="uittBrowseUndo"
658             onclick_l="browse_undo"
659             params_l="name=ui:interface:help_browser:content:html"
660             frozen="true" />
661     </group>
662     <group id="content"
663            x="0"
664            y="0"
665            w="0"
666            h="0"
667            posref="TL TL">
668       <group type="quick_help"
669              id="html"
670              posref="TL TL"
671              posparent="parent"
672              url="home"
673              title_prefix="uiHelpTitle"
674              sizeref="wh"
675              x="184"
676              y="0"
677              w="-190"
678              h="0"
679              background_color="0 0 0 255"
680              error_color="255 240 48 255"
681              link_color="240 155 100 255"
682              text_color="210 210 210 255"
683              h1_color="255 255 255 255"
684              h2_color="255 255 255 255"
685              h3_color="255 255 255 255"
686              h4_color="255 255 255 255"
687              h5_color="255 255 255 255"
688              h6_color="255 255 255 255"
689              text_font_size="10"
690              h1_font_size="20"
691              h2_font_size="18"
692              h3_font_size="16"
693              h4_font_size="14"
694              h5_font_size="12"
695              h6_font_size="12"
696              paragraph_begin_space="1"
697              multi_line_space_factor="0.25"
698              td_begin_space="16"
699              li_begin_space="4"
700              ul_begin_space="12"
701              li_indent="0"
702              ul_indent="30"
703              checkbox_bitmap_normal="w_slot_on.tga"
704              checkbox_bitmap_pushed="w_opacity_on.tga"
705              checkbox_bitmap_over=""
706              background_bitmap_view="black2"
707              home="intro.html"
708              browse_next_time="true"
709              form_text_area_group="edit_box_widget_multiline"
710              browse_tree="ui:interface:help_browser:content:sbtree:tree_list"
711              browse_undo="ui:interface:help_browser:header_opened:browse_undo"
712              browse_redo="ui:interface:help_browser:header_opened:browse_redo">
714         <group id="black"
715                posref="BR BR"
716                sizeref="hw"
717                w="-12"
718                h="-12"
719                inherit_gc_alpha="true" />
720         <instance template="inner_thin_border"
721                   posparent="black"
722                   inherit_gc_alpha="true" />
723         <view type="bitmap"
724               id="black2"
725               posparent="black"
726               posref="MM MM"
727               sizeref="wh"
728               w="-2"
729               h="-2"
730               inherit_gc_alpha="true"
731               scale="true"
732               texture="blank.tga"
733               global_color="false" />
734         <group type="list"
735                id="text_list"
736                fontsize="9"
737                posref="TL TL"
738                posparent="black"
739                x="2"
740                y="-2"
741                space="0"
742                sizeref="hw"
743                w="-4"
744                h="-4"
745                maxelements="2000" />
746         <ctrl style="skin_scroll"
747               id="scroll_bar" />
748       </group>
749       <group id="sbtree"
750              posref="TL TL"
751              x="0"
752              y="-12"
753              sizeref="h"
754              w="180"
755              h="-12">
756         <group id="black"
757                posref="BR BR"
758                sizeref="hw"
759                w="-12"
760                h="0"
761                inherit_gc_alpha="true" />
762         <instance template="inner_thin_border"
763                   posparent="black"
764                   inherit_gc_alpha="true" />
765         <group id="tree_list"
766                type="tree"
767                posref="TL TL"
768                x="16"
769                y="-4"
770                col_over="255 255 255 48"
771                col_select="255 255 255 80"
772                fontsize="10"
773                max_sizeparent="parent"
774                max_sizeref="wh"
775                max_w="-20"
776                max_h="-10">
777           <node name="uihIntro"
778                 handler="launch_help"
779                 params="url=intro.html" />
780           <node name="uihTutorial"
781                 handler="launch_help"
782                 params="url=help.html">
783             <node name="uiQH_1"
784                   handler="launch_help"
785                   params="url=qh_motion.html" />
786             <node name="uiQH_2"
787                   handler="launch_help"
788                   params="url=qh_windows.html" />
789             <node name="uiQH_3"
790                   handler="launch_help"
791                   params="url=qh_fight.html" />
792             <node name="uiQH_4"
793                   handler="launch_help"
794                   params="url=qh_magic.html" />
795             <node name="uiQH_5"
796                   handler="launch_help"
797                   params="url=qh_orientation.html" />
798           </node>
799           <node name="uihHowTo"
800                 handler="launch_help"
801                 params="url=help.html">
802             <node name="uihHowToSelfHeal"
803                   handler="launch_help"
804                   params="url=how_to_selfheal.html" />
805             <node name="uihHowToHealOther"
806                   handler="launch_help"
807                   params="url=how_to_healothers.html" />
808             <node name="uihHowToCastOffensiveSpells"
809                   handler="launch_help"
810                   params="url=how_to_castoffensivespells.html" />
811             <node name="uihHowToChangeItemsInHand"
812                   handler="launch_help"
813                   params="url=how_to_changeitemsinhand.html" />
814             <node name="uihHowToFindRMSources"
815                   handler="launch_help"
816                   params="url=how_to_findrawmaterialsources.html" />
817             <node name="uihHowToExtractRMFromASource"
818                   handler="launch_help"
819                   params="url=how_to_extractrawmaterialsfromasource.html" />
820             <node name="uihHowToResurectADeadFriend"
821                   handler="launch_help"
822                   params="url=how_to_resurectadeadfriend.html" />
823           </node>
824           <node name="uihInterfaces"
825                 handler="launch_help"
826                 params="url=help.html">
827             <node name="uihIdentity"
828                   handler="proc"
829                   params="Help_Sheet" />
830             <node name="uihGauges"
831                   handler="proc"
832                   params="Help_MyGauges" />
833             <node name="uihTarget"
834                   handler="proc"
835                   params="Help_TargetGauges" />
836             <node name="uihHands"
837                   handler="proc"
838                   params="Help_ActionBar" />
839             <node name="uihMainChat"
840                   handler="proc"
841                   params="Help_Chat" />
842             <node name="uihCompas"
843                   handler="proc"
844                   params="Help_Compass" />
845             <node name="uihPA"
846                   handler="proc"
847                   params="Help_Animals" />
848             <node name="uihActionBook"
849                   handler="proc"
850                   params="Help_ActionBook" />
851             <node name="uihTradeNPC"
852                   handler="proc"
853                   params="Help_TradeNPC" />
854           </node>
855           <node name="uihCredits"
856                 handler="launch_help"
857                 params="url=credits.html" />
858         </group>
859         <ctrl style="skin_scroll"
860               id="scroll_bar"
861               align="T"
862               target="tree_list" />
863       </group>
864     </group>
865   </group>
866   <define id="cs_url"
867           value="http://app.ryzom.com/ticket_system/index.php?mode=load" />
868   <group type="container"
869          id="cs_browser"
870          w="410"
871          h="400"
872          title="uiHelp"
873          global_color="false"
874          header_color="UI:SAVE:WIN:COLORS:HELP"
875          resizer="true"
876          pop_min_w="400"
877          pop_min_h="96"
878          pop_max_w="2000"
879          pop_max_h="1600"
880          title_bar_open="false"
881          open_button="false"
882          force_open_out="true"
883          lockable="true"
884          openable="true"
885          opened="true"
886          movable="true"
887          active="true">
888     <group id="header_closed"
889            x="0"
890            y="0"
891            h="12"
892            posref="TL TL"
893            group_onclick_r="active_menu"
894            group_params_r="menu=ui:interface:base_menu_with_color"
895            on_active="lua"
896            on_active_params="help:closeCSBrowserHeader('cs_browser')">
897            </group>
898     <group id="header_opened"
899            x="0"
900            y="0"
901            w="0"
902            h="13"
903            posref="TL TL"
904            group_onclick_r="active_menu"
905            group_params_r="menu=ui:interface:base_menu_with_color"
906            on_active="lua"
907            on_active_params="help:openCSBrowserHeader('cs_browser')">
908            </group>
909     <group id="content"
910            x="0"
911            y="0"
912            w="0"
913            h="0"
914            posref="TL TL">
915       <group type="cs_html"
916              id="html"
917              posref="TL TL"
918              posparent="parent"
919              url="home"
920              title_prefix="uiHelpTitle"
921              sizeref="wh"
922              x="184"
923              y="0"
924              w="-190"
925              h="0"
926              background_color="0 0 0 255"
927              error_color="255 240 48 255"
928              link_color="240 155 100 255"
929              text_color="210 210 210 255"
930              h1_color="255 255 255 255"
931              h2_color="255 255 255 255"
932              h3_color="255 255 255 255"
933              h4_color="255 255 255 255"
934              h5_color="255 255 255 255"
935              h6_color="255 255 255 255"
936              text_font_size="10"
937              h1_font_size="20"
938              h2_font_size="18"
939              h3_font_size="16"
940              h4_font_size="14"
941              h5_font_size="12"
942              h6_font_size="12"
943              paragraph_begin_space="12"
944              multi_line_space_factor="0.25"
945              td_begin_space="0"
946              li_begin_space="4"
947              ul_begin_space="12"
948              li_indent="-10"
949              ul_indent="30"
950              checkbox_bitmap_normal="w_slot_on.tga"
951              checkbox_bitmap_pushed="w_opacity_on.tga"
952              checkbox_bitmap_over=""
953              background_bitmap_view="black2"
954              home="%cs_url"
955              browse_next_time="true"
956              form_text_area_group="edit_box_widget_multiline">
957         <group id="black"
958                posref="BR BR"
959                sizeref="hw"
960                w="-12"
961                h="-12"
962                inherit_gc_alpha="true" />
963         <instance template="inner_thin_border"
964                   posparent="black"
965                   inherit_gc_alpha="true" />
966         <view type="bitmap"
967               id="black2"
968               posparent="black"
969               posref="MM MM"
970               sizeref="wh"
971               w="-2"
972               h="-2"
973               inherit_gc_alpha="true"
974               scale="true"
975               texture="blank.tga"
976               global_color="false" />
977         <group type="list"
978                id="text_list"
979                fontsize="9"
980                posref="TL TL"
981                posparent="black"
982                x="2"
983                y="-2"
984                space="0"
985                sizeref="hw"
986                w="-4"
987                h="-4"
988                maxelements="2000" />
989         <ctrl style="skin_scroll"
990               id="scroll_bar" />
991       </group>
992       <group id="sbtree"
993              posref="TL TL"
994              x="0"
995              y="-12"
996              sizeref="h"
997              w="180"
998              h="-12">
999         <group id="black"
1000                posref="BR BR"
1001                sizeref="hw"
1002                w="-12"
1003                h="0"
1004                inherit_gc_alpha="true" />
1005         <instance template="inner_thin_border"
1006                   posparent="black"
1007                   inherit_gc_alpha="true" />
1008         <group id="tree_list"
1009                type="tree"
1010                posref="TL TL"
1011                x="16"
1012                y="-4"
1013                col_over="255 255 255 48"
1014                col_select="255 255 255 80"
1015                fontsize="10"
1016                max_sizeparent="parent"
1017                max_sizeref="wh"
1018                max_w="-20"
1019                max_h="-10">
1020           <node name="uiCSBase"
1021                 handler="launch_help"
1022                 params="help_container=ui:interface:cs_browser|url=%cs_url" />
1023         </group>
1024         <ctrl style="skin_scroll"
1025               id="scroll_bar"
1026               align="T"
1027               target="tree_list" />
1028       </group>
1029     </group>
1030   </group>
1031   <!--******************-->
1032   <!--*   quick_help   *-->
1033   <!--******************-->
1034   <proc id="QH_active">
1035     <action handler="reset_pushed"
1036             params="dblink=ui:interface:quick_help:header_opened:buttons" />
1037     <action handler="browse"
1038             params="name=ui:interface:quick_help:header_opened:html|url=qh_welcome.html" />
1039   </proc>
1040   <define id="quick_help_buttons"
1041           value="ui:interface:quick_help:header_opened:buttons" />
1042   <group type="container"
1043          id="quick_help"
1044          w="224"
1045          h="396"
1046          title="uiQuickhelpTitle"
1047          global_color="false"
1048          opened="true"
1049          openable="false"
1050          resizer="false"
1051          locked="true"
1052          movable="true"
1053          active="false"
1054          header_color="UI:SAVE:WIN:COLORS:HELP"
1055          on_active="proc"
1056          on_active_params="QH_active"
1057          on_deactive="context_help_html"
1058          on_deactive_params="quick_help">
1059     <group id="header_closed"
1060            x="0"
1061            y="0"
1062            w="216"
1063            h="16"
1064            posref="TL TL"></group>
1065     <group id="header_opened"
1066            x="0"
1067            y="0"
1068            w="216"
1069            child_resize_h="true"
1070            child_resize_hmargin="16"
1071            posref="TL TL"
1072            group_onclick_r="active_menu"
1073            group_params_r="menu=ui:interface:base_menu_with_color">
1074       <group id="buttons"
1075              posref="TL TL"
1076              sizeref="w"
1077              w="0"
1078              child_resize_h="true"
1079              child_resize_hmargin="8"
1080              y="-16">
1081         <ctrl style="qh_button"
1082               id="but1"
1083               posref="TM TM"
1084               y="-4"
1085               hardtext="uiQH_1"
1086               onclick_l="browse"
1087               params_l="name=ui:interface:quick_help:header_opened:html|url=qh_motion.html" />
1088         <ctrl style="qh_button"
1089               id="but2"
1090               posparent="but1"
1091               posref="BM TM"
1092               y="-4"
1093               hardtext="uiQH_2"
1094               onclick_l="browse"
1095               params_l="name=ui:interface:quick_help:header_opened:html|url=qh_windows.html" />
1096         <ctrl style="qh_button"
1097               id="but3"
1098               posparent="but2"
1099               posref="BM TM"
1100               y="-4"
1101               hardtext="uiQH_3"
1102               onclick_l="browse"
1103               params_l="name=ui:interface:quick_help:header_opened:html|url=qh_fight.html" />
1104         <ctrl style="qh_button"
1105               id="but4"
1106               posparent="but3"
1107               posref="BM TM"
1108               y="-4"
1109               hardtext="uiQH_4"
1110               onclick_l="browse"
1111               params_l="name=ui:interface:quick_help:header_opened:html|url=qh_magic.html" />
1112         <ctrl style="qh_button"
1113               id="but5"
1114               posparent="but4"
1115               posref="BM TM"
1116               y="-4"
1117               hardtext="uiQH_5"
1118               onclick_l="browse"
1119               params_l="name=ui:interface:quick_help:header_opened:html|url=qh_orientation.html" />
1120       </group>
1121       <group type="quick_help"
1122              id="html"
1123              posparent="buttons"
1124              posref="BM TM"
1125              url="qh_welcome.html"
1126              title_prefix="uiQuickhelpTitle"
1127              sizeref="w"
1128              x="0"
1129              y="0"
1130              w="0"
1131              h="192"
1132              min_height="192"
1133              max_height="1600"
1134              background_color="0 0 0 255"
1135              error_color="255 240 48 255"
1136              link_color="240 155 100 255"
1137              text_color="210 210 210 255"
1138              h1_color="255 255 255 255"
1139              h2_color="255 255 255 255"
1140              h3_color="255 255 255 255"
1141              h4_color="255 255 255 255"
1142              h5_color="255 255 255 255"
1143              h6_color="255 255 255 255"
1144              text_font_size="10"
1145              h1_font_size="20"
1146              h2_font_size="18"
1147              h3_font_size="16"
1148              h4_font_size="14"
1149              h5_font_size="12"
1150              h6_font_size="12"
1151              paragraph_begin_space="12"
1152              multi_line_space_factor="0.25"
1153              td_begin_space="0"
1154              li_begin_space="0"
1155              ul_begin_space="12"
1156              li_indent="-10"
1157              ul_indent="30"
1158              checkbox_bitmap_normal="w_slot_on.tga"
1159              checkbox_bitmap_pushed="w_opacity_on.tga"
1160              checkbox_bitmap_over=""
1161              background_bitmap_view="black2"
1162              selected_color="255 255 255 255"
1163              selected_global_color="false"
1164              selected_font_size="12"
1165              nonselected_color="255 255 255 255"
1166              nonselected_global_color="true"
1167              nonselected_font_size="10"
1168              browse_next_time="true"
1169              form_text_area_group="edit_box_widget_multiline">
1170         <group id="black"
1171                posref="BR BR"
1172                sizeref="hw"
1173                w="-10"
1174                h="0"
1175                inherit_gc_alpha="true" />
1176         <instance template="inner_thin_border"
1177                   posparent="black"
1178                   inherit_gc_alpha="true" />
1179         <view type="bitmap"
1180               id="black2"
1181               posparent="black"
1182               posref="MM MM"
1183               sizeref="wh"
1184               w="-2"
1185               h="-2"
1186               inherit_gc_alpha="true"
1187               scale="true"
1188               texture="blank.tga"
1189               global_color="false" />
1190         <group type="list"
1191                id="text_list"
1192                fontsize="9"
1193                posref="TL TL"
1194                posparent="black"
1195                x="2"
1196                y="-2"
1197                space="0"
1198                sizeref="hw"
1199                w="-4"
1200                h="-4"
1201                maxelements="2000" />
1202         <ctrl style="skin_scroll"
1203               id="scroll_bar" />
1204       </group>
1205     </group>
1206   </group>
1207   <!-- ************ -->
1208   <!-- HELP BUBBLES -->
1209   <!-- ************ -->
1210   <template name="context_help_tl"
1211             keep="true"
1212             id="">
1213     <group id="#id"
1214            header_active="false"
1215            options="no_bordure"
1216            openable="false"
1217            savable="false"
1218            active="false"
1219            resizer="true"
1220            movable="false"
1221            right_button="false"
1222            opened="true"
1223            child_resize_w="true"
1224            child_resize_wmargin="10"
1225            w="0"
1226            min_w="48"
1227            max_w="256"
1228            child_resize_h="true"
1229            child_resize_hmargin="10"
1230            h="0"
1231            min_h="48"
1232            win_priority="%win_priority_highest"
1233            use_cursor="false">
1234       <group id="header_opened"
1235              x="0"
1236              y="0"
1237              child_resize_w="true"
1238              w="0"
1239              child_resize_h="true"
1240              h="0"
1241              max_w="256"
1242              min_w="48"
1243              max_h="256"
1244              min_h="48"
1245              posref="TL TL">
1246         <group id="window"
1247                x="0"
1248                y="-22"
1249                child_resize_w="true"
1250                w="0"
1251                child_resize_h="true"
1252                child_resize_wmargin="10"
1253                child_resize_hmargin="10"
1254                h="0"
1255                posref="TL TL">
1256           <group id="back"
1257                  sizeref="wh"
1258                  w="0"
1259                  h="0"
1260                  x="0"
1261                  y="0">
1262             <view type="bitmap"
1263                   id="win_M"
1264                   posref="MM MM"
1265                   scale="true"
1266                   sizeref="wh"
1267                   w="-10"
1268                   h="-10"
1269                   texture="Bulle_M.tga" />
1270             <view type="bitmap"
1271                   id="win_T"
1272                   posparent="win_M"
1273                   posref="TL BL"
1274                   scale="true"
1275                   sizeref="w"
1276                   w="0"
1277                   h="5"
1278                   texture="Bulle_T.tga" />
1279             <view type="bitmap"
1280                   id="win_B"
1281                   posparent="win_M"
1282                   posref="BL TL"
1283                   scale="true"
1284                   sizeref="w"
1285                   w="0"
1286                   h="5"
1287                   texture="Bulle_B.tga" />
1288             <view type="bitmap"
1289                   id="win_L"
1290                   posparent="win_M"
1291                   posref="TL TR"
1292                   scale="true"
1293                   sizeref="h"
1294                   w="5"
1295                   h="0"
1296                   texture="Bulle_L.tga" />
1297             <view type="bitmap"
1298                   id="win_R"
1299                   posparent="win_M"
1300                   posref="TR TL"
1301                   scale="true"
1302                   sizeref="h"
1303                   w="5"
1304                   h="0"
1305                   texture="Bulle_R.tga" />
1306             <view type="bitmap"
1307                   id="win_TL"
1308                   posref="TL TL"
1309                   texture="Bulle_TL.tga" />
1310             <view type="bitmap"
1311                   id="win_TR"
1312                   posref="TR TR"
1313                   texture="Bulle_TR.tga" />
1314             <view type="bitmap"
1315                   id="win_BL"
1316                   posref="BL BL"
1317                   texture="Bulle_BL.tga" />
1318             <view type="bitmap"
1319                   id="win_BR"
1320                   posref="BR BR"
1321                   texture="Bulle_BR.tga" />
1322           </group>
1323           <view type="text"
1324                 id="text"
1325                 posref="TL TL"
1326                 x="5"
1327                 y="-5"
1328                 hardtext="uiBubbleTL"
1329                 fontsize="12"
1330                 justification="justified"
1331                 color="0 0 0 255"
1332                 global_color="false"
1333                 multi_line="true"
1334                 multi_line_space="0"
1335                 line_maxw="128"
1336                 multi_line_maxw_only="true" />
1337           <!-- Yoyo: Fake to have minimum bubble size -->
1338           <group id="min_w"
1339                  posparent="text"
1340                  posref="TL TL"
1341                  x="0"
1342                  y="0"
1343                  w="48"
1344                  h="14" />
1345         </group>
1346         <view type="bitmap"
1347               id="win_talk"
1348               posref="TL BL"
1349               x="0"
1350               y="-2"
1351               posparent="window"
1352               texture="Bulle_Say_TL.tga" />
1353       </group>
1354     </group>
1355   </template>
1356   <template name="context_help_tr"
1357             keep="true"
1358             id="">
1359     <group id="#id"
1360            header_active="false"
1361            options="no_bordure"
1362            openable="false"
1363            savable="false"
1364            active="false"
1365            resizer="true"
1366            movable="false"
1367            right_button="false"
1368            opened="true"
1369            child_resize_w="true"
1370            child_resize_wmargin="10"
1371            w="0"
1372            min_w="48"
1373            max_w="256"
1374            child_resize_h="true"
1375            child_resize_hmargin="10"
1376            h="0"
1377            min_h="48"
1378            win_priority="%win_priority_highest"
1379            use_cursor="false">
1380       <group id="header_opened"
1381              x="0"
1382              y="0"
1383              child_resize_w="true"
1384              w="0"
1385              child_resize_h="true"
1386              h="0"
1387              max_w="256"
1388              min_w="48"
1389              max_h="256"
1390              min_h="48"
1391              posref="TL TL">
1392         <group id="window"
1393                x="0"
1394                y="-22"
1395                child_resize_w="true"
1396                w="0"
1397                child_resize_h="true"
1398                child_resize_wmargin="10"
1399                child_resize_hmargin="10"
1400                h="0"
1401                posref="TL TL">
1402           <group id="back"
1403                  sizeref="wh"
1404                  w="0"
1405                  h="0"
1406                  x="0"
1407                  y="0">
1408             <view type="bitmap"
1409                   id="win_M"
1410                   posref="MM MM"
1411                   scale="true"
1412                   sizeref="wh"
1413                   w="-10"
1414                   h="-10"
1415                   texture="Bulle_M.tga" />
1416             <view type="bitmap"
1417                   id="win_T"
1418                   posparent="win_M"
1419                   posref="TL BL"
1420                   scale="true"
1421                   sizeref="w"
1422                   w="0"
1423                   h="5"
1424                   texture="Bulle_T.tga" />
1425             <view type="bitmap"
1426                   id="win_B"
1427                   posparent="win_M"
1428                   posref="BL TL"
1429                   scale="true"
1430                   sizeref="w"
1431                   w="0"
1432                   h="5"
1433                   texture="Bulle_B.tga" />
1434             <view type="bitmap"
1435                   id="win_L"
1436                   posparent="win_M"
1437                   posref="TL TR"
1438                   scale="true"
1439                   sizeref="h"
1440                   w="5"
1441                   h="0"
1442                   texture="Bulle_L.tga" />
1443             <view type="bitmap"
1444                   id="win_R"
1445                   posparent="win_M"
1446                   posref="TR TL"
1447                   scale="true"
1448                   sizeref="h"
1449                   w="5"
1450                   h="0"
1451                   texture="Bulle_R.tga" />
1452             <view type="bitmap"
1453                   id="win_TL"
1454                   posref="TL TL"
1455                   texture="Bulle_TL.tga" />
1456             <view type="bitmap"
1457                   id="win_TR"
1458                   posref="TR TR"
1459                   texture="Bulle_TR.tga" />
1460             <view type="bitmap"
1461                   id="win_BL"
1462                   posref="BL BL"
1463                   texture="Bulle_BL.tga" />
1464             <view type="bitmap"
1465                   id="win_BR"
1466                   posref="BR BR"
1467                   texture="Bulle_BR.tga" />
1468           </group>
1469           <view type="text"
1470                 id="text"
1471                 posref="TL TL"
1472                 x="5"
1473                 y="-5"
1474                 hardtext="uiBubbleTR"
1475                 fontsize="12"
1476                 justification="justified"
1477                 color="0 0 0 255"
1478                 global_color="false"
1479                 multi_line="true"
1480                 multi_line_space="0"
1481                 line_maxw="128"
1482                 multi_line_maxw_only="true" />
1483           <!-- Yoyo: Fake to have minimum bubble size -->
1484           <group id="min_w"
1485                  posparent="text"
1486                  posref="TL TL"
1487                  x="0"
1488                  y="0"
1489                  w="48"
1490                  h="14" />
1491         </group>
1492         <view type="bitmap"
1493               id="win_talk"
1494               posref="TR BR"
1495               x="0"
1496               y="-2"
1497               posparent="window"
1498               texture="Bulle_Say_TR.tga" />
1499       </group>
1500     </group>
1501   </template>
1502   <template name="context_help_br"
1503             keep="true"
1504             id="">
1505     <group id="#id"
1506            header_active="false"
1507            options="no_bordure"
1508            openable="false"
1509            savable="false"
1510            resizer="true"
1511            movable="false"
1512            right_button="false"
1513            opened="true"
1514            child_resize_w="true"
1515            w="0"
1516            max_w="256"
1517            min_w="48"
1518            h="48"
1519            use_cursor="false"
1520            win_priority="%win_priority_highest"
1521            active="false">
1522       <group id="header_opened"
1523              x="0"
1524              y="0"
1525              child_resize_w="true"
1526              w="0"
1527              child_resize_h="true"
1528              h="0"
1529              max_w="256"
1530              min_w="48"
1531              max_h="256"
1532              min_h="48"
1533              posref="TL TL">
1534         <group id="window"
1535                x="0"
1536                y="0"
1537                child_resize_w="true"
1538                w="0"
1539                child_resize_h="true"
1540                child_resize_wmargin="10"
1541                child_resize_hmargin="10"
1542                h="0"
1543                posref="TL TL">
1544           <group id="back"
1545                  sizeref="wh"
1546                  w="0"
1547                  h="0"
1548                  x="0"
1549                  y="0">
1550             <view type="bitmap"
1551                   id="win_M"
1552                   posref="MM MM"
1553                   scale="true"
1554                   sizeref="wh"
1555                   w="-10"
1556                   h="-10"
1557                   texture="Bulle_M.tga" />
1558             <view type="bitmap"
1559                   id="win_T"
1560                   posparent="win_M"
1561                   posref="TL BL"
1562                   scale="true"
1563                   sizeref="w"
1564                   w="0"
1565                   h="5"
1566                   texture="Bulle_T.tga" />
1567             <view type="bitmap"
1568                   id="win_B"
1569                   posparent="win_M"
1570                   posref="BL TL"
1571                   scale="true"
1572                   sizeref="w"
1573                   w="0"
1574                   h="5"
1575                   texture="Bulle_B.tga" />
1576             <view type="bitmap"
1577                   id="win_L"
1578                   posparent="win_M"
1579                   posref="TL TR"
1580                   scale="true"
1581                   sizeref="h"
1582                   w="5"
1583                   h="0"
1584                   texture="Bulle_L.tga" />
1585             <view type="bitmap"
1586                   id="win_R"
1587                   posparent="win_M"
1588                   posref="TR TL"
1589                   scale="true"
1590                   sizeref="h"
1591                   w="5"
1592                   h="0"
1593                   texture="Bulle_R.tga" />
1594             <view type="bitmap"
1595                   id="win_TL"
1596                   posref="TL TL"
1597                   texture="Bulle_TL.tga" />
1598             <view type="bitmap"
1599                   id="win_TR"
1600                   posref="TR TR"
1601                   texture="Bulle_TR.tga" />
1602             <view type="bitmap"
1603                   id="win_BL"
1604                   posref="BL BL"
1605                   texture="Bulle_BL.tga" />
1606             <view type="bitmap"
1607                   id="win_BR"
1608                   posref="BR BR"
1609                   texture="Bulle_BR.tga" />
1610           </group>
1611           <view type="text"
1612                 id="text"
1613                 posref="TL TL"
1614                 x="5"
1615                 y="-5"
1616                 hardtext="uiBubbleBR"
1617                 fontsize="12"
1618                 justification="justified"
1619                 color="0 0 0 255"
1620                 global_color="false"
1621                 multi_line="true"
1622                 multi_line_space="0"
1623                 line_maxw="128"
1624                 multi_line_maxw_only="true" />
1625           <!-- Yoyo: Fake to have minimum bubble size -->
1626           <group id="min_w"
1627                  posparent="text"
1628                  posref="TL TL"
1629                  x="0"
1630                  y="0"
1631                  w="48"
1632                  h="14" />
1633         </group>
1634         <view type="bitmap"
1635               id="win_talk"
1636               posref="BR TR"
1637               x="0"
1638               y="2"
1639               posparent="window"
1640               texture="Bulle_Say_L.tga" />
1641       </group>
1642     </group>
1643   </template>
1644   <template name="context_help_bl"
1645             keep="true"
1646             id="">
1647     <group id="#id"
1648            header_active="false"
1649            options="no_bordure"
1650            openable="false"
1651            savable="false"
1652            resizer="true"
1653            movable="false"
1654            right_button="false"
1655            opened="true"
1656            child_resize_w="true"
1657            w="0"
1658            max_w="256"
1659            min_w="48"
1660            h="48"
1661            use_cursor="false"
1662            win_priority="%win_priority_highest"
1663            active="false">
1664       <group id="header_opened"
1665              x="0"
1666              y="0"
1667              child_resize_w="true"
1668              w="0"
1669              child_resize_h="true"
1670              h="0"
1671              max_w="256"
1672              min_w="48"
1673              max_h="256"
1674              min_h="48"
1675              posref="TL TL">
1676         <group id="window"
1677                x="0"
1678                y="0"
1679                child_resize_w="true"
1680                w="0"
1681                child_resize_h="true"
1682                child_resize_wmargin="10"
1683                child_resize_hmargin="10"
1684                h="0"
1685                posref="TL TL">
1686           <group id="back"
1687                  sizeref="wh"
1688                  w="0"
1689                  h="0"
1690                  x="0"
1691                  y="0">
1692             <view type="bitmap"
1693                   id="win_M"
1694                   posref="MM MM"
1695                   scale="true"
1696                   sizeref="wh"
1697                   w="-10"
1698                   h="-10"
1699                   texture="Bulle_M.tga" />
1700             <view type="bitmap"
1701                   id="win_T"
1702                   posparent="win_M"
1703                   posref="TL BL"
1704                   scale="true"
1705                   sizeref="w"
1706                   w="0"
1707                   h="5"
1708                   texture="Bulle_T.tga" />
1709             <view type="bitmap"
1710                   id="win_B"
1711                   posparent="win_M"
1712                   posref="BL TL"
1713                   scale="true"
1714                   sizeref="w"
1715                   w="0"
1716                   h="5"
1717                   texture="Bulle_B.tga" />
1718             <view type="bitmap"
1719                   id="win_L"
1720                   posparent="win_M"
1721                   posref="TL TR"
1722                   scale="true"
1723                   sizeref="h"
1724                   w="5"
1725                   h="0"
1726                   texture="Bulle_L.tga" />
1727             <view type="bitmap"
1728                   id="win_R"
1729                   posparent="win_M"
1730                   posref="TR TL"
1731                   scale="true"
1732                   sizeref="h"
1733                   w="5"
1734                   h="0"
1735                   texture="Bulle_R.tga" />
1736             <view type="bitmap"
1737                   id="win_TL"
1738                   posref="TL TL"
1739                   texture="Bulle_TL.tga" />
1740             <view type="bitmap"
1741                   id="win_TR"
1742                   posref="TR TR"
1743                   texture="Bulle_TR.tga" />
1744             <view type="bitmap"
1745                   id="win_BL"
1746                   posref="BL BL"
1747                   texture="Bulle_BL.tga" />
1748             <view type="bitmap"
1749                   id="win_BR"
1750                   posref="BR BR"
1751                   texture="Bulle_BR.tga" />
1752           </group>
1753           <view type="text"
1754                 id="text"
1755                 posref="TL TL"
1756                 x="5"
1757                 y="-5"
1758                 hardtext="uiBubbleBL"
1759                 fontsize="12"
1760                 justification="justified"
1761                 color="0 0 0 255"
1762                 global_color="false"
1763                 multi_line="true"
1764                 multi_line_space="0"
1765                 line_maxw="128"
1766                 multi_line_maxw_only="true" />
1767           <!-- Yoyo: Fake to have minimum bubble size -->
1768           <group id="min_w"
1769                  posparent="text"
1770                  posref="TL TL"
1771                  x="0"
1772                  y="0"
1773                  w="48"
1774                  h="14" />
1775         </group>
1776         <view type="bitmap"
1777               id="win_talk"
1778               posref="BL TL"
1779               x="0"
1780               y="2"
1781               posparent="window"
1782               texture="Bulle_Say_R.tga" />
1783       </group>
1784     </group>
1785   </template>
1786   <template name="context_help_html_br"
1787             keep="true"
1788             id="">
1789     <group id="#id"
1790            header_active="false"
1791            options="no_bordure"
1792            openable="false"
1793            savable="false"
1794            resizer="true"
1795            movable="false"
1796            right_button="false"
1797            opened="true"
1798            child_resize_w="true"
1799            w="0"
1800            max_w="256"
1801            min_w="48"
1802            h="48"
1803            x="0"
1804            y="0"
1805            posref="MM MM"
1806            win_priority="%win_priority_highest"
1807            child_resize_h="true">
1808       <group id="header_opened"
1809              x="0"
1810              y="0"
1811              child_resize_w="true"
1812              w="0"
1813              child_resize_h="true"
1814              h="0"
1815              max_w="256"
1816              min_w="48"
1817              max_h="256"
1818              min_h="48"
1819              posref="TL TL">
1820         <group id="window"
1821                x="0"
1822                y="0"
1823                child_resize_w="false"
1824                w="128"
1825                child_resize_h="true"
1826                h="0"
1827                child_resize_wmargin="10"
1828                child_resize_hmargin="10"
1829                posref="TL TL">
1830           <group id="back"
1831                  sizeref="wh"
1832                  w="0"
1833                  h="0"
1834                  x="0"
1835                  y="0">
1836             <view type="bitmap"
1837                   id="win_M"
1838                   posref="MM MM"
1839                   scale="true"
1840                   sizeref="wh"
1841                   w="-10"
1842                   h="-10"
1843                   texture="Bulle_M.tga" />
1844             <view type="bitmap"
1845                   id="win_T"
1846                   posparent="win_M"
1847                   posref="TL BL"
1848                   scale="true"
1849                   sizeref="w"
1850                   w="0"
1851                   h="5"
1852                   texture="Bulle_T.tga" />
1853             <view type="bitmap"
1854                   id="win_B"
1855                   posparent="win_M"
1856                   posref="BL TL"
1857                   scale="true"
1858                   sizeref="w"
1859                   w="0"
1860                   h="5"
1861                   texture="Bulle_B.tga" />
1862             <view type="bitmap"
1863                   id="win_L"
1864                   posparent="win_M"
1865                   posref="TL TR"
1866                   scale="true"
1867                   sizeref="h"
1868                   w="5"
1869                   h="0"
1870                   texture="Bulle_L.tga" />
1871             <view type="bitmap"
1872                   id="win_R"
1873                   posparent="win_M"
1874                   posref="TR TL"
1875                   scale="true"
1876                   sizeref="h"
1877                   w="5"
1878                   h="0"
1879                   texture="Bulle_R.tga" />
1880             <view type="bitmap"
1881                   id="win_TL"
1882                   posref="TL TL"
1883                   texture="Bulle_TL.tga" />
1884             <view type="bitmap"
1885                   id="win_TR"
1886                   posref="TR TR"
1887                   texture="Bulle_TR.tga" />
1888             <view type="bitmap"
1889                   id="win_BL"
1890                   posref="BL BL"
1891                   texture="Bulle_BL.tga" />
1892             <view type="bitmap"
1893                   id="win_BR"
1894                   posref="BR BR"
1895                   texture="Bulle_BR.tga" />
1896           </group>
1897           <group type="html"
1898                  id="html"
1899                  posref="TL TL"
1900                  url="ch_test.html"
1901                  title_prefix="uiQuickhelpTitle"
1902                  sizeref="w"
1903                  x="5"
1904                  y="-5"
1905                  w="-10"
1906                  min_height="12"
1907                  max_height="1600"
1908                  child_resize_h="true"
1909                  background_color="0 0 0 255"
1910                  error_color="64 0 0 255"
1911                  link_color="0 0 64 255"
1912                  text_color="0 0 0 255"
1913                  h1_color="0 0 0 255"
1914                  h2_color="0 0 0 255"
1915                  h3_color="0 0 0 255"
1916                  h4_color="0 0 0 255"
1917                  h5_color="0 0 0 255"
1918                  h6_color="0 0 0 255"
1919                  text_font_size="10"
1920                  h1_font_size="20"
1921                  h2_font_size="18"
1922                  h3_font_size="16"
1923                  h4_font_size="14"
1924                  h5_font_size="12"
1925                  h6_font_size="12"
1926                  paragraph_begin_space="12"
1927                  multi_line_space_factor="0.25"
1928                  td_begin_space="0"
1929                  li_begin_space="0"
1930                  ul_begin_space="12"
1931                  li_indent="-10"
1932                  ul_indent="30"
1933                  checkbox_bitmap_normal="w_slot_on.tga"
1934                  checkbox_bitmap_pushed="w_opacity_on.tga"
1935                  checkbox_bitmap_over=""
1936                  background_bitmap_view="black2"
1937                  selected_color="255 255 255 255"
1938                  selected_global_color="false"
1939                  selected_font_size="12"
1940                  nonselected_color="255 255 255 255"
1941                  nonselected_global_color="true"
1942                  nonselected_font_size="10"
1943                  browse_next_time="true"
1944                  form_text_area_group="edit_box_widget_multiline">
1945             <group type="list"
1946                    id="text_list"
1947                    fontsize="9"
1948                    posref="TL TL"
1949                    x="0"
1950                    y="0"
1951                    space="0"
1952                    sizeref="hw"
1953                    w="0"
1954                    h="0"
1955                    maxelements="2000" />
1956           </group>
1957           <!-- Yoyo: Fake to have minimum bubble size -->
1958           <group id="min_w"
1959                  posparent="html"
1960                  posref="TL TL"
1961                  x="0"
1962                  y="0"
1963                  w="48"
1964                  h="14" />
1965         </group>
1966         <view type="bitmap"
1967               id="win_talk"
1968               posref="BR TR"
1969               x="0"
1970               y="2"
1971               posparent="window"
1972               texture="Bulle_Say_L.tga" />
1973       </group>
1974     </group>
1975   </template>
1976   <template name="context_help_html_tl"
1977             keep="true"
1978             id="">
1979     <group id="#id"
1980            header_active="false"
1981            options="no_bordure"
1982            openable="false"
1983            savable="false"
1984            resizer="true"
1985            movable="false"
1986            right_button="false"
1987            opened="true"
1988            child_resize_w="true"
1989            w="0"
1990            max_w="256"
1991            min_w="48"
1992            h="48"
1993            x="0"
1994            y="0"
1995            posref="MM MM"
1996            win_priority="%win_priority_highest"
1997            child_resize_h="true">
1998       <group id="header_opened"
1999              x="0"
2000              y="0"
2001              child_resize_w="true"
2002              w="0"
2003              child_resize_h="true"
2004              h="0"
2005              max_w="256"
2006              min_w="48"
2007              max_h="256"
2008              min_h="48"
2009              posref="TL TL">
2010         <group id="window"
2011                x="0"
2012                y="-22"
2013                child_resize_w="false"
2014                w="128"
2015                child_resize_h="true"
2016                h="0"
2017                child_resize_wmargin="10"
2018                child_resize_hmargin="10"
2019                posref="TL TL">
2020           <group id="back"
2021                  sizeref="wh"
2022                  w="0"
2023                  h="0"
2024                  x="0"
2025                  y="0">
2026             <view type="bitmap"
2027                   id="win_M"
2028                   posref="MM MM"
2029                   scale="true"
2030                   sizeref="wh"
2031                   w="-10"
2032                   h="-10"
2033                   texture="Bulle_M.tga" />
2034             <view type="bitmap"
2035                   id="win_T"
2036                   posparent="win_M"
2037                   posref="TL BL"
2038                   scale="true"
2039                   sizeref="w"
2040                   w="0"
2041                   h="5"
2042                   texture="Bulle_T.tga" />
2043             <view type="bitmap"
2044                   id="win_B"
2045                   posparent="win_M"
2046                   posref="BL TL"
2047                   scale="true"
2048                   sizeref="w"
2049                   w="0"
2050                   h="5"
2051                   texture="Bulle_B.tga" />
2052             <view type="bitmap"
2053                   id="win_L"
2054                   posparent="win_M"
2055                   posref="TL TR"
2056                   scale="true"
2057                   sizeref="h"
2058                   w="5"
2059                   h="0"
2060                   texture="Bulle_L.tga" />
2061             <view type="bitmap"
2062                   id="win_R"
2063                   posparent="win_M"
2064                   posref="TR TL"
2065                   scale="true"
2066                   sizeref="h"
2067                   w="5"
2068                   h="0"
2069                   texture="Bulle_R.tga" />
2070             <view type="bitmap"
2071                   id="win_TL"
2072                   posref="TL TL"
2073                   texture="Bulle_TL.tga" />
2074             <view type="bitmap"
2075                   id="win_TR"
2076                   posref="TR TR"
2077                   texture="Bulle_TR.tga" />
2078             <view type="bitmap"
2079                   id="win_BL"
2080                   posref="BL BL"
2081                   texture="Bulle_BL.tga" />
2082             <view type="bitmap"
2083                   id="win_BR"
2084                   posref="BR BR"
2085                   texture="Bulle_BR.tga" />
2086           </group>
2087           <group type="html"
2088                  id="html"
2089                  posref="TL TL"
2090                  url="ch_test.html"
2091                  title_prefix="uiQuickhelpTitle"
2092                  sizeref="w"
2093                  x="5"
2094                  y="-5"
2095                  w="-10"
2096                  min_height="12"
2097                  max_height="1600"
2098                  child_resize_h="true"
2099                  background_color="0 0 0 255"
2100                  error_color="64 0 0 255"
2101                  link_color="0 0 64 255"
2102                  text_color="0 0 0 255"
2103                  h1_color="0 0 0 255"
2104                  h2_color="0 0 0 255"
2105                  h3_color="0 0 0 255"
2106                  h4_color="0 0 0 255"
2107                  h5_color="0 0 0 255"
2108                  h6_color="0 0 0 255"
2109                  text_font_size="10"
2110                  h1_font_size="20"
2111                  h2_font_size="18"
2112                  h3_font_size="16"
2113                  h4_font_size="14"
2114                  h5_font_size="12"
2115                  h6_font_size="12"
2116                  paragraph_begin_space="12"
2117                  multi_line_space_factor="0.25"
2118                  td_begin_space="0"
2119                  li_begin_space="0"
2120                  ul_begin_space="12"
2121                  li_indent="-10"
2122                  ul_indent="30"
2123                  checkbox_bitmap_normal="w_slot_on.tga"
2124                  checkbox_bitmap_pushed="w_opacity_on.tga"
2125                  checkbox_bitmap_over=""
2126                  background_bitmap_view="black2"
2127                  selected_color="255 255 255 255"
2128                  selected_global_color="false"
2129                  selected_font_size="12"
2130                  nonselected_color="255 255 255 255"
2131                  nonselected_global_color="true"
2132                  nonselected_font_size="10"
2133                  browse_next_time="true"
2134                  form_text_area_group="edit_box_widget_multiline">
2135             <group type="list"
2136                    id="text_list"
2137                    fontsize="9"
2138                    posref="TL TL"
2139                    x="0"
2140                    y="0"
2141                    space="0"
2142                    sizeref="hw"
2143                    w="0"
2144                    h="0"
2145                    maxelements="2000" />
2146           </group>
2147           <!-- Yoyo: Fake to have minimum bubble size -->
2148           <group id="min_w"
2149                  posparent="html"
2150                  posref="TL TL"
2151                  x="0"
2152                  y="0"
2153                  w="48"
2154                  h="14" />
2155         </group>
2156         <view type="bitmap"
2157               id="win_talk"
2158               posref="TL BL"
2159               x="0"
2160               y="-2"
2161               posparent="window"
2162               texture="Bulle_Say_TL.tga" />
2163       </group>
2164     </group>
2165   </template>
2166   <template name="context_help_html_tr"
2167             keep="true"
2168             id="">
2169     <group id="#id"
2170            header_active="false"
2171            options="no_bordure"
2172            openable="false"
2173            savable="false"
2174            resizer="true"
2175            movable="false"
2176            right_button="false"
2177            opened="true"
2178            child_resize_w="true"
2179            w="0"
2180            max_w="256"
2181            min_w="48"
2182            h="48"
2183            x="0"
2184            y="0"
2185            posref="MM MM"
2186            win_priority="%win_priority_highest"
2187            child_resize_h="true">
2188       <group id="header_opened"
2189              x="0"
2190              y="0"
2191              child_resize_w="true"
2192              w="0"
2193              child_resize_h="true"
2194              h="0"
2195              max_w="256"
2196              min_w="48"
2197              max_h="256"
2198              min_h="48"
2199              posref="TL TL">
2200         <group id="window"
2201                x="0"
2202                y="-22"
2203                child_resize_w="false"
2204                w="128"
2205                child_resize_h="true"
2206                h="0"
2207                child_resize_wmargin="10"
2208                child_resize_hmargin="10"
2209                posref="TL TL">
2210           <group id="back"
2211                  sizeref="wh"
2212                  w="0"
2213                  h="0"
2214                  x="0"
2215                  y="0">
2216             <view type="bitmap"
2217                   id="win_M"
2218                   posref="MM MM"
2219                   scale="true"
2220                   sizeref="wh"
2221                   w="-10"
2222                   h="-10"
2223                   texture="Bulle_M.tga" />
2224             <view type="bitmap"
2225                   id="win_T"
2226                   posparent="win_M"
2227                   posref="TL BL"
2228                   scale="true"
2229                   sizeref="w"
2230                   w="0"
2231                   h="5"
2232                   texture="Bulle_T.tga" />
2233             <view type="bitmap"
2234                   id="win_B"
2235                   posparent="win_M"
2236                   posref="BL TL"
2237                   scale="true"
2238                   sizeref="w"
2239                   w="0"
2240                   h="5"
2241                   texture="Bulle_B.tga" />
2242             <view type="bitmap"
2243                   id="win_L"
2244                   posparent="win_M"
2245                   posref="TL TR"
2246                   scale="true"
2247                   sizeref="h"
2248                   w="5"
2249                   h="0"
2250                   texture="Bulle_L.tga" />
2251             <view type="bitmap"
2252                   id="win_R"
2253                   posparent="win_M"
2254                   posref="TR TL"
2255                   scale="true"
2256                   sizeref="h"
2257                   w="5"
2258                   h="0"
2259                   texture="Bulle_R.tga" />
2260             <view type="bitmap"
2261                   id="win_TL"
2262                   posref="TL TL"
2263                   texture="Bulle_TL.tga" />
2264             <view type="bitmap"
2265                   id="win_TR"
2266                   posref="TR TR"
2267                   texture="Bulle_TR.tga" />
2268             <view type="bitmap"
2269                   id="win_BL"
2270                   posref="BL BL"
2271                   texture="Bulle_BL.tga" />
2272             <view type="bitmap"
2273                   id="win_BR"
2274                   posref="BR BR"
2275                   texture="Bulle_BR.tga" />
2276           </group>
2277           <group type="html"
2278                  id="html"
2279                  posref="TL TL"
2280                  url="ch_test.html"
2281                  title_prefix="uiQuickhelpTitle"
2282                  sizeref="w"
2283                  x="5"
2284                  y="-5"
2285                  w="-10"
2286                  min_height="12"
2287                  max_height="1600"
2288                  child_resize_h="true"
2289                  background_color="0 0 0 255"
2290                  error_color="64 0 0 255"
2291                  link_color="0 0 64 255"
2292                  text_color="0 0 0 255"
2293                  h1_color="0 0 0 255"
2294                  h2_color="0 0 0 255"
2295                  h3_color="0 0 0 255"
2296                  h4_color="0 0 0 255"
2297                  h5_color="0 0 0 255"
2298                  h6_color="0 0 0 255"
2299                  text_font_size="10"
2300                  h1_font_size="20"
2301                  h2_font_size="18"
2302                  h3_font_size="16"
2303                  h4_font_size="14"
2304                  h5_font_size="12"
2305                  h6_font_size="12"
2306                  paragraph_begin_space="12"
2307                  multi_line_space_factor="0.25"
2308                  td_begin_space="0"
2309                  li_begin_space="0"
2310                  ul_begin_space="12"
2311                  li_indent="-10"
2312                  ul_indent="30"
2313                  checkbox_bitmap_normal="w_slot_on.tga"
2314                  checkbox_bitmap_pushed="w_opacity_on.tga"
2315                  checkbox_bitmap_over=""
2316                  background_bitmap_view="black2"
2317                  selected_color="255 255 255 255"
2318                  selected_global_color="false"
2319                  selected_font_size="12"
2320                  nonselected_color="255 255 255 255"
2321                  nonselected_global_color="true"
2322                  nonselected_font_size="10"
2323                  browse_next_time="true"
2324                  form_text_area_group="edit_box_widget_multiline">
2325             <group type="list"
2326                    id="text_list"
2327                    fontsize="9"
2328                    posref="TL TL"
2329                    x="0"
2330                    y="0"
2331                    space="0"
2332                    sizeref="hw"
2333                    w="0"
2334                    h="0"
2335                    maxelements="2000" />
2336           </group>
2337           <!-- Yoyo: Fake to have minimum bubble size -->
2338           <group id="min_w"
2339                  posparent="html"
2340                  posref="TL TL"
2341                  x="0"
2342                  y="0"
2343                  w="48"
2344                  h="14" />
2345         </group>
2346         <view type="bitmap"
2347               id="win_talk"
2348               posref="TR BR"
2349               x="0"
2350               y="-2"
2351               posparent="window"
2352               texture="Bulle_Say_TR.tga" />
2353       </group>
2354     </group>
2355   </template>
2356   <template name="context_help_html_bl"
2357             keep="true"
2358             id="">
2359     <group id="#id"
2360            header_active="false"
2361            options="no_bordure"
2362            openable="false"
2363            savable="false"
2364            resizer="true"
2365            movable="false"
2366            right_button="false"
2367            opened="true"
2368            child_resize_w="true"
2369            w="0"
2370            max_w="256"
2371            min_w="48"
2372            h="48"
2373            x="0"
2374            y="0"
2375            posref="MM MM"
2376            win_priority="%win_priority_highest"
2377            child_resize_h="true">
2378       <group id="header_opened"
2379              x="0"
2380              y="0"
2381              child_resize_w="true"
2382              w="0"
2383              child_resize_h="true"
2384              h="0"
2385              max_w="256"
2386              min_w="48"
2387              max_h="256"
2388              min_h="48"
2389              posref="TL TL">
2390         <group id="window"
2391                x="0"
2392                y="0"
2393                child_resize_w="false"
2394                w="128"
2395                child_resize_h="true"
2396                h="0"
2397                child_resize_wmargin="10"
2398                child_resize_hmargin="10"
2399                posref="TL TL">
2400           <group id="back"
2401                  sizeref="wh"
2402                  w="0"
2403                  h="0"
2404                  x="0"
2405                  y="0">
2406             <view type="bitmap"
2407                   id="win_M"
2408                   posref="MM MM"
2409                   scale="true"
2410                   sizeref="wh"
2411                   w="-10"
2412                   h="-10"
2413                   texture="Bulle_M.tga" />
2414             <view type="bitmap"
2415                   id="win_T"
2416                   posparent="win_M"
2417                   posref="TL BL"
2418                   scale="true"
2419                   sizeref="w"
2420                   w="0"
2421                   h="5"
2422                   texture="Bulle_T.tga" />
2423             <view type="bitmap"
2424                   id="win_B"
2425                   posparent="win_M"
2426                   posref="BL TL"
2427                   scale="true"
2428                   sizeref="w"
2429                   w="0"
2430                   h="5"
2431                   texture="Bulle_B.tga" />
2432             <view type="bitmap"
2433                   id="win_L"
2434                   posparent="win_M"
2435                   posref="TL TR"
2436                   scale="true"
2437                   sizeref="h"
2438                   w="5"
2439                   h="0"
2440                   texture="Bulle_L.tga" />
2441             <view type="bitmap"
2442                   id="win_R"
2443                   posparent="win_M"
2444                   posref="TR TL"
2445                   scale="true"
2446                   sizeref="h"
2447                   w="5"
2448                   h="0"
2449                   texture="Bulle_R.tga" />
2450             <view type="bitmap"
2451                   id="win_TL"
2452                   posref="TL TL"
2453                   texture="Bulle_TL.tga" />
2454             <view type="bitmap"
2455                   id="win_TR"
2456                   posref="TR TR"
2457                   texture="Bulle_TR.tga" />
2458             <view type="bitmap"
2459                   id="win_BL"
2460                   posref="BL BL"
2461                   texture="Bulle_BL.tga" />
2462             <view type="bitmap"
2463                   id="win_BR"
2464                   posref="BR BR"
2465                   texture="Bulle_BR.tga" />
2466           </group>
2467           <group type="html"
2468                  id="html"
2469                  posref="TL TL"
2470                  url="ch_test.html"
2471                  title_prefix="uiQuickhelpTitle"
2472                  sizeref="w"
2473                  x="5"
2474                  y="-5"
2475                  w="-10"
2476                  min_height="12"
2477                  max_height="1600"
2478                  child_resize_h="true"
2479                  background_color="0 0 0 255"
2480                  error_color="64 0 0 255"
2481                  link_color="0 0 64 255"
2482                  text_color="0 0 0 255"
2483                  h1_color="0 0 0 255"
2484                  h2_color="0 0 0 255"
2485                  h3_color="0 0 0 255"
2486                  h4_color="0 0 0 255"
2487                  h5_color="0 0 0 255"
2488                  h6_color="0 0 0 255"
2489                  text_font_size="10"
2490                  h1_font_size="20"
2491                  h2_font_size="18"
2492                  h3_font_size="16"
2493                  h4_font_size="14"
2494                  h5_font_size="12"
2495                  h6_font_size="12"
2496                  paragraph_begin_space="12"
2497                  multi_line_space_factor="0.25"
2498                  td_begin_space="0"
2499                  li_begin_space="0"
2500                  ul_begin_space="12"
2501                  li_indent="-10"
2502                  ul_indent="30"
2503                  checkbox_bitmap_normal="w_slot_on.tga"
2504                  checkbox_bitmap_pushed="w_opacity_on.tga"
2505                  checkbox_bitmap_over=""
2506                  background_bitmap_view="black2"
2507                  selected_color="255 255 255 255"
2508                  selected_global_color="false"
2509                  selected_font_size="12"
2510                  nonselected_color="255 255 255 255"
2511                  nonselected_global_color="true"
2512                  nonselected_font_size="10"
2513                  browse_next_time="true"
2514                  form_text_area_group="edit_box_widget_multiline">
2515             <group type="list"
2516                    id="text_list"
2517                    fontsize="9"
2518                    posref="TL TL"
2519                    x="0"
2520                    y="0"
2521                    space="0"
2522                    sizeref="hw"
2523                    w="0"
2524                    h="0"
2525                    maxelements="2000" />
2526           </group>
2527           <!-- Yoyo: Fake to have minimum bubble size -->
2528           <group id="min_w"
2529                  posparent="html"
2530                  posref="TL TL"
2531                  x="0"
2532                  y="0"
2533                  w="48"
2534                  h="14" />
2535         </group>
2536         <view type="bitmap"
2537               id="win_talk"
2538               posref="BL TL"
2539               x="0"
2540               y="2"
2541               posparent="window"
2542               texture="Bulle_Say_R.tga" />
2543       </group>
2544     </group>
2545   </template>
2546   <template name="context_help_html_mm"
2547             keep="true"
2548             id="">
2549     <group id="#id"
2550            header_active="false"
2551            options="no_bordure"
2552            openable="false"
2553            savable="false"
2554            resizer="true"
2555            movable="false"
2556            right_button="false"
2557            opened="true"
2558            child_resize_w="true"
2559            w="0"
2560            max_w="256"
2561            min_w="48"
2562            h="48"
2563            x="20"
2564            y="0"
2565            posref="ML ML"
2566            win_priority="%win_priority_highest"
2567            child_resize_h="true">
2568       <group id="header_opened"
2569              x="0"
2570              y="0"
2571              child_resize_w="true"
2572              w="0"
2573              child_resize_h="true"
2574              h="0"
2575              max_w="256"
2576              min_w="48"
2577              max_h="256"
2578              min_h="48"
2579              posref="TL TL">
2580         <group id="window"
2581                x="0"
2582                y="0"
2583                child_resize_w="false"
2584                w="128"
2585                child_resize_h="true"
2586                h="0"
2587                child_resize_wmargin="10"
2588                child_resize_hmargin="10"
2589                posref="TL TL">
2590           <group id="back"
2591                  sizeref="wh"
2592                  w="0"
2593                  h="0"
2594                  x="0"
2595                  y="0">
2596             <view type="bitmap"
2597                   id="win_M"
2598                   posref="MM MM"
2599                   scale="true"
2600                   sizeref="wh"
2601                   w="-10"
2602                   h="-10"
2603                   texture="Bulle_M.tga" />
2604             <view type="bitmap"
2605                   id="win_T"
2606                   posparent="win_M"
2607                   posref="TL BL"
2608                   scale="true"
2609                   sizeref="w"
2610                   w="0"
2611                   h="5"
2612                   texture="Bulle_T.tga" />
2613             <view type="bitmap"
2614                   id="win_B"
2615                   posparent="win_M"
2616                   posref="BL TL"
2617                   scale="true"
2618                   sizeref="w"
2619                   w="0"
2620                   h="5"
2621                   texture="Bulle_B.tga" />
2622             <view type="bitmap"
2623                   id="win_L"
2624                   posparent="win_M"
2625                   posref="TL TR"
2626                   scale="true"
2627                   sizeref="h"
2628                   w="5"
2629                   h="0"
2630                   texture="Bulle_L.tga" />
2631             <view type="bitmap"
2632                   id="win_R"
2633                   posparent="win_M"
2634                   posref="TR TL"
2635                   scale="true"
2636                   sizeref="h"
2637                   w="5"
2638                   h="0"
2639                   texture="Bulle_R.tga" />
2640             <view type="bitmap"
2641                   id="win_TL"
2642                   posref="TL TL"
2643                   texture="Bulle_TL.tga" />
2644             <view type="bitmap"
2645                   id="win_TR"
2646                   posref="TR TR"
2647                   texture="Bulle_TR.tga" />
2648             <view type="bitmap"
2649                   id="win_BL"
2650                   posref="BL BL"
2651                   texture="Bulle_BL.tga" />
2652             <view type="bitmap"
2653                   id="win_BR"
2654                   posref="BR BR"
2655                   texture="Bulle_BR.tga" />
2656           </group>
2657           <group type="html"
2658                  id="html"
2659                  posref="TL TL"
2660                  url="ch_test.html"
2661                  title_prefix="uiQuickhelpTitle"
2662                  sizeref="w"
2663                  x="5"
2664                  y="-5"
2665                  w="-10"
2666                  min_height="12"
2667                  max_height="1600"
2668                  child_resize_h="true"
2669                  background_color="0 0 0 255"
2670                  error_color="64 0 0 255"
2671                  link_color="0 0 64 255"
2672                  text_color="0 0 0 255"
2673                  h1_color="0 0 0 255"
2674                  h2_color="0 0 0 255"
2675                  h3_color="0 0 0 255"
2676                  h4_color="0 0 0 255"
2677                  h5_color="0 0 0 255"
2678                  h6_color="0 0 0 255"
2679                  text_font_size="10"
2680                  h1_font_size="20"
2681                  h2_font_size="18"
2682                  h3_font_size="16"
2683                  h4_font_size="14"
2684                  h5_font_size="12"
2685                  h6_font_size="12"
2686                  paragraph_begin_space="12"
2687                  multi_line_space_factor="0.25"
2688                  td_begin_space="0"
2689                  li_begin_space="0"
2690                  ul_begin_space="12"
2691                  li_indent="-10"
2692                  ul_indent="30"
2693                  checkbox_bitmap_normal="w_slot_on.tga"
2694                  checkbox_bitmap_pushed="w_opacity_on.tga"
2695                  checkbox_bitmap_over=""
2696                  background_bitmap_view="black2"
2697                  selected_color="255 255 255 255"
2698                  selected_global_color="false"
2699                  selected_font_size="12"
2700                  nonselected_color="255 255 255 255"
2701                  nonselected_global_color="true"
2702                  nonselected_font_size="10"
2703                  browse_next_time="true"
2704                  form_text_area_group="edit_box_widget_multiline">
2705             <group type="list"
2706                    id="text_list"
2707                    fontsize="9"
2708                    posref="TL TL"
2709                    x="0"
2710                    y="0"
2711                    space="0"
2712                    sizeref="hw"
2713                    w="0"
2714                    h="0"
2715                    maxelements="2000" />
2716           </group>
2717           <!-- Yoyo: Fake to have minimum bubble size -->
2718           <group id="min_w"
2719                  posparent="html"
2720                  posref="TL TL"
2721                  x="0"
2722                  y="0"
2723                  w="48"
2724                  h="14" />
2725         </group>
2726       </group>
2727     </group>
2728   </template>
2729   <!-- CONTEXT HELP TARGETS -->
2730   <define id="inventory_0_target"
2731           value="ui:interface:inventory" />
2732   <define id="inventory_0_url"
2733           value="" />
2734   <define id="inventory_1_target"
2735           value="ui:interface:windows:menus:menu1" />
2736   <define id="inventory_1_url"
2737           value="ch_inventory.html" />
2738   <define id="journal_0_target"
2739           value="ui:interface:info_player_journal" />
2740   <define id="journal_0_url"
2741           value="" />
2742   <define id="journal_1_target"
2743           value="ui:interface:windows:menus:menu5" />
2744   <define id="journal_1_url"
2745           value="ch_journal.html" />
2746   <define id="compas_journal_0_target"
2747           value="ui:interface:compass" />
2748   <define id="compas_journal_0_url"
2749           value="ch_compas_journal.html" />
2750   <define id="compas_journal_1_target"
2751           value="ui:interface:windows:menus:menu3" />
2752   <define id="compas_journal_1_url"
2753           value="ch_compas.html" />
2754   <define id="skill_0_target"
2755           value="ui:interface:info_player_skills" />
2756   <define id="skill_0_url"
2757           value="" />
2758   <define id="skill_1_target"
2759           value="ui:interface:windows:menus:menu5" />
2760   <define id="skill_1_url"
2761           value="ch_skill.html" />
2762   <define id="skill_point_0_target"
2763           value="ui:interface:info_player_skills" />
2764   <define id="skill_point_0_url"
2765           value="" />
2766   <define id="skill_point_1_target"
2767           value="ui:interface:windows:menus:menu5" />
2768   <define id="skill_point_1_url"
2769           value="ch_skill_point.html" />
2770   <define id="title_0_target"
2771           value="ui:interface:info_player_skills" />
2772   <define id="title_0_url"
2773           value="" />
2774   <define id="title_1_target"
2775           value="ui:interface:windows:menus:menu5" />
2776   <define id="title_1_url"
2777           value="ch_title.html" />
2778   <define id="action_book_0_target"
2779           value="ui:interface:phrase_book" />
2780   <define id="action_book_0_url"
2781           value="" />
2782   <define id="action_book_1_target"
2783           value="ui:interface:windows:menus:menu5" />
2784   <define id="action_book_1_url"
2785           value="ch_action_book.html" />
2786   <define id="quick_help_0_target"
2787           value="ui:interface:quick_help" />
2788   <define id="quick_help_0_url"
2789           value="" />
2790   <define id="quick_help_1_target"
2791           value="ui:interface:windows:state:help" />
2792   <define id="quick_help_1_url"
2793           value="ch_quick_help.html" />
2794   <define id="action_drag_drop_0_target"
2795           value="ui:interface:gestionsets" />
2796   <define id="action_drag_drop_0_url"
2797           value="ch_action_drag_drop.html" />
2798   <define id="action_bar_0_target"
2799           value="ui:interface:gestionsets" />
2800   <define id="action_bar_0_url"
2801           value="" />
2802   <define id="action_bar_1_target"
2803           value="ui:interface:windows:menus:menu1" />
2804   <define id="action_bar_1_url"
2805           value="ch_action_bar.html" />
2806   <define id="team_list_0_target"
2807           value="ui:interface:windows:menus:menu6" />
2808   <define id="team_list_0_url"
2809           value="ch_team_list.html" />
2810   <tree node="help_browser"></tree>
2811   <tree node="cs_browser"></tree>
2812   <tree node="quick_help"></tree>
2813   <tree node="milko_pad"></tree>
2814   <!-- ************************ -->
2815   <!-- *** Statistic report *** -->
2816   <!-- ************************ -->
2817   <!-- Variables -->
2818   <variable entry="UI:SAVE:AUTO_STAT_REPORT"
2819             type="sint32"
2820             value="0" />
2821   <style style="button_always"
2822          type="text_button"
2823          id="always"
2824          button_type="push_button"
2825          tx_normal="w_text_button_normal"
2826          tx_pushed="w_text_button_pushed"
2827          tx_over="w_text_button_over"
2828          global_color_normal="true"
2829          global_color_over="true"
2830          global_color_pushed="true"
2831          text_y="0"
2832          fontsize="10"
2833          shadow="true"
2834          case_mode="%case_upper"
2835          wmargin="8" />
2836   <!-- Main proc called by the game -->
2837   <proc id="proc_stat_report">
2838     <!--
2839         <action handler="enter_modal" cond="eq(@UI:SAVE:AUTO_STAT_REPORT,0)" params="group=ui:interface:stat_report_message_box" />
2840         <action handler="send_stat_report" cond="eq(@UI:SAVE:AUTO_STAT_REPORT,1)" />
2842   </proc>
2843   <!-- Proc called by the always button -->
2844   <proc id="proc_stat_report_always">
2845     <action handler="set"
2846             params="dblink=UI:SAVE:AUTO_STAT_REPORT|value=1" />
2847     <action handler="send_stat_report" />
2848     <action handler="leave_modal" />
2849   </proc>
2850   <!-- Proc called by the yes button -->
2851   <proc id="proc_stat_report_yes">
2852     <action handler="send_stat_report" />
2853     <action handler="leave_modal" />
2854   </proc>
2855   <!-- The dialog box -->
2856   <group type="modal"
2857          id="stat_report_message_box"
2858          exit_click_out="false"
2859          posref="MM MM"
2860          w="266"
2861          child_resize_h="true"
2862          child_resize_hmargin="12"
2863          options="skin_modal"
2864          mouse_pos="false"
2865          win_priority="%win_priority_highest">
2866     <view type="text"
2867           id="text"
2868           posref="TM TM"
2869           w="250"
2870           y="-8"
2871           color="255 255 255 255"
2872           fontsize="12"
2873           shadow="true"
2874           multi_line_space="0"
2875           multi_line="true"
2876           case_mode="%case_first_sentence_letter_up"
2877           hardtext="uiStatReport" />
2878     <group id="buttons"
2879            posparent="text"
2880            posref="BL TL"
2881            child_resize_w="true"
2882            child_resize_wmargin="8"
2883            child_resize_h="true"
2884            x="-4"
2885            y="-4">
2886       <ctrl style="button_ok"
2887             x="4"
2888             y="0"
2889             posref="TL TL"
2890             text_y="0"
2891             onclick_l="proc"
2892             params_l="proc_stat_report_yes"
2893             hardtext="uiYes" />
2894       <ctrl style="button_cancel"
2895             x="4"
2896             posparent="ok"
2897             text_y="0"
2898             posref="TR TL"
2899             onclick_l="leave_modal"
2900             hardtext="uiNo" />
2901       <ctrl style="button_always"
2902             x="4"
2903             posparent="cancel"
2904             text_y="0"
2905             posref="TR TL"
2906             onclick_l="proc"
2907             params_l="proc_stat_report_always"
2908             hardtext="uiAlwaysSendReport" />
2909     </group>
2910   </group>
2911   <!-- ****************** -->
2912   <!--    ADMIN WINDOW    -->
2913   <!-- ****************** -->
2914   <group type="container"
2915          id="r2ed_web_admin"
2916          w="410"
2917          h="400"
2918          title="uiHelp"
2919          global_color="false"
2920          resizer="true"
2921          pop_min_w="100"
2922          pop_min_h="96"
2923          pop_max_w="2000"
2924          pop_max_h="1600"
2925          title_bar_open="false"
2926          open_button="false"
2927          force_open_out="true"
2928          lockable="true"
2929          openable="false"
2930          opened="true"
2931          movable="true"
2932          active="false">
2933     <!--
2934         <group id="header_closed" x="0" y="0" h="12" posref="TL TL"
2935                         group_onclick_r="active_menu" group_params_r="menu=ui:interface:base_menu_with_color" >
2936         </group>
2938         <group id="header_opened" x="0" y="0" w="0" h="16" posref="TL TL"
2939                         group_onclick_r="active_menu" group_params_r="menu=ui:interface:base_menu_with_color" >
2941                         <ctrl style="text_button_header" button_type="push_button" id="browse_redo" posref="MR MR" x="-16" y="0"
2942                                 hardtext="uiBrowseRedoButton" tooltip="uittBrowseRedo" onclick_l="browse_redo"
2943                                 params_l="name=ui:interface:r2ed_web_admin:admin_web_page" frozen="true" />
2944                         <ctrl style="text_button_header" button_type="push_button" id="browse_undo" posparent="browse_redo" posref="ML MR" x="-4" y="0"
2945                                 hardtext="uiBrowseUndoButton" tooltip="uittBrowseUndo" onclick_l="browse_undo"
2946                                 params_l="name=ui:interface:r2ed_web_admin:admin_web_page" frozen="true" />
2947         </group>
2949         -->
2950     <group id="header_closed"
2951            x="0"
2952            y="0"
2953            h="12"
2954            posref="TL TL"></group>
2955     <group id="header_opened"
2956            x="0"
2957            y="0"
2958            w="0"
2959            h="16"
2960            posref="TL TL">
2961       <ctrl style="text_button_header"
2962             button_type="push_button"
2963             id="browse_redo"
2964             posref="MR MR"
2965             x="-16"
2966             y="0"
2967             hardtext="uiBrowseRedoButton"
2968             tooltip="uittBrowseRedo"
2969             onclick_l="browse_redo"
2970             params_l="name=ui:interface:r2ed_web_admin:admin_web_page"
2971             frozen="true" />
2972       <ctrl style="text_button_header"
2973             button_type="push_button"
2974             id="browse_undo"
2975             posparent="browse_redo"
2976             posref="ML MR"
2977             x="-4"
2978             y="0"
2979             hardtext="uiBrowseUndoButton"
2980             tooltip="uittBrowseUndo"
2981             onclick_l="browse_undo"
2982             params_l="name=ui:interface:r2ed_web_admin:admin_web_page"
2983             frozen="true" />
2984     </group>
2985     <group id="content"
2986            x="0"
2987            y="0"
2988            w="0"
2989            h="0"
2990            posref="TL TL">
2991       <group type="html"
2992              id="admin_web_page"
2993              posref="TL TL"
2994              posparent="parent"
2995              url="home"
2996              title_prefix="uiHelp"
2997              sizeref="wh"
2998              x="6"
2999              y="0"
3000              w="-12"
3001              h="0"
3002              background_color="0 0 0 0"
3003              error_color="255 240 48 255"
3004              link_color="240 155 100 255"
3005              text_color="210 210 210 255"
3006              h1_color="255 255 255 255"
3007              h2_color="255 255 255 255"
3008              h3_color="255 255 255 255"
3009              h4_color="255 255 255 255"
3010              h5_color="255 255 255 255"
3011              h6_color="255 255 255 255"
3012              text_font_size="10"
3013              h1_font_size="20"
3014              h2_font_size="18"
3015              h3_font_size="16"
3016              h4_font_size="14"
3017              h5_font_size="12"
3018              h6_font_size="12"
3019              paragraph_begin_space="1"
3020              multi_line_space_factor="0.25"
3021              td_begin_space="16"
3022              li_begin_space="4"
3023              ul_begin_space="12"
3024              li_indent="0"
3025              ul_indent="30"
3026              checkbox_bitmap_normal="w_slot_on.tga"
3027              checkbox_bitmap_pushed="w_opacity_on.tga"
3028              checkbox_bitmap_over=""
3029              background_bitmap_view="black2"
3030              home=""
3031              browse_next_time="true"
3032              timeout="0"
3033              form_text_area_group="edit_box_widget_multiline"
3034              browse_tree=""
3035              browse_undo=""
3036              browse_redo=""
3037              browse_refresh="ui:interface:r2ed_web_admin:header_opened:browse_refresh">
3039         <group id="black"
3040                posref="BR BR"
3041                sizeref="hw"
3042                w="-12"
3043                h="-12"
3044                inherit_gc_alpha="true" />
3045         <instance template="inner_thin_border"
3046                   posparent="black"
3047                   inherit_gc_alpha="true" />
3048         <view type="bitmap"
3049               id="black2"
3050               posparent="black"
3051               posref="MM MM"
3052               sizeref="wh"
3053               w="-2"
3054               h="-2"
3055               inherit_gc_alpha="true"
3056               scale="true"
3057               texture="blank.tga"
3058               global_color="false" />
3059         <group type="list"
3060                id="text_list"
3061                fontsize="9"
3062                posref="TL TL"
3063                posparent="black"
3064                x="2"
3065                y="-2"
3066                space="0"
3067                sizeref="hw"
3068                w="-4"
3069                h="-4"
3070                maxelements="2000" />
3071         <ctrl style="skin_scroll"
3072               id="scroll_bar" />
3073       </group>
3074     </group>
3075   </group>
3076   <tree node="r2ed_web_admin"></tree>
3077   <lua file="help.lua" />
3078 </interface_config>