8 <!--********************-->
9 <!--* welcome_info *-->
10 <!--********************-->
11 <variable entry="UI:SAVE:SKIP_WELCOME" type="sint32" value="0" />
13 <variable entry="UI:SAVE:WELCOME"
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" />
21 <group type="container"
29 title="TheSagaOfRyzom"
32 header_color="UI:SAVE:WIN:COLORS:HELP"
33 title_bar_open="false"
42 <group id="header_closed"
48 group_params_r=""></group>
49 <group id="header_opened"
56 group_params_r=""></group>
68 color="255 255 255 255"
72 hardtext="uiWelcomeTitle" />
78 color="255 255 255 255"
82 hardtext="uiWelcomeIntro"
84 multi_line_space="0" />
91 color="255 255 255 255"
95 hardtext="uiWelcomeMoveTitle"
97 multi_line_space="0" />
100 posparent="move_title"
104 color="255 255 255 255"
108 hardtext="uiWelcomeMove"
110 multi_line_space="0" />
117 color="255 255 255 255"
121 hardtext="uiWelcomeWhatTitle"
123 multi_line_space="0" />
126 posparent="what_title"
130 color="255 255 255 255"
134 hardtext="uiWelcomeWhat"
136 multi_line_space="0" />
137 <ctrl style="button_ok"
143 params_l="welcome_close"
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"
157 <proc id="close_hardware_cursor">
158 <action handler="set"
159 params="target='ui:interface:hardware_cursor:active'|value=0" />
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"
171 exit_click_out="true"
192 color="255 255 255 255"
196 hardtext="uiActivateHardwareCursor" />
197 <ctrl style="button_ok"
204 params_l="active_hardware_cursor"
206 <ctrl style="button_cancel"
209 posparent="active_ok"
213 params_l="close_hardware_cursor"
216 <param ui="active_ok"
220 link="HardwareCursor" />
224 <!--******************************-->
225 <!--* universe chanel warning *-->
226 <!--******************************-->
227 <variable entry="UI:SAVE:UNIVERSE_CHANEL_WARNING_AVOID"
230 <variable entry="UI:VARIABLES:TEMP_UNIVERSE_CHANEL_WARNING_AVOID"
233 <variable entry="UI:VARIABLES:UNIVERSE_CHANEL_WARNING_DONE"
236 <variable entry="UI:VARIABLES:UNIVERSE_CHANEL_WARNING_WANTED"
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" />
249 <group type="container"
250 id="universe_chanel_warning"
257 title="uiUniverseChanelWarningTitle"
260 header_color="UI:SAVE:WIN:COLORS:HELP"
261 title_bar_open="false"
263 force_open_out="true"
271 <group id="header_closed"
277 group_params_r=""></group>
278 <group id="header_opened"
285 group_params_r=""></group>
293 id="universe_chanel_warning_text"
297 color="255 255 255 255"
301 hardtext="uiUniverseChanelWarningContent"
303 multi_line_space="0" />
304 <instance template="check_box"
312 hardtext="uiUniverseChanelWarningAvoid"
313 dblink="UI:VARIABLES:TEMP_UNIVERSE_CHANEL_WARNING_AVOID"
314 global_color="false" />
315 <ctrl style="button_ok"
321 params_l="universe_chanel_warning_close"
326 <!-- If necessary, not already displayed this session, and not avoided by user, show the warning -->
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"
339 <variable entry="UI:VARIABLES:TEMP_DEATH_WARNING_AVOID"
342 <variable entry="UI:VARIABLES:DEATH_WARNING_DONE"
345 <variable entry="UI:VARIABLES:DEATH_WARNING_WANTED"
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" />
358 <group type="container"
366 title="uiDeathWarningTitle"
369 header_color="UI:SAVE:WIN:COLORS:HELP"
370 title_bar_open="false"
372 force_open_out="true"
380 <group id="header_closed"
386 group_params_r=""></group>
387 <group id="header_opened"
394 group_params_r=""></group>
402 id="death_warning_text"
406 color="255 255 255 255"
410 hardtext="uiDeathWarningContent"
412 multi_line_space="0" />
413 <instance template="check_box"
422 hardtext="uiDeathWarningAvoid"
423 dblink="UI:VARIABLES:TEMP_DEATH_WARNING_AVOID"
424 global_color="false" />
425 <ctrl style="button_ok"
431 params_l="death_warning_close"
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"
447 <variable entry="UI:VARIABLES:TEMP_NIGHT_WARNING_AVOID"
450 <variable entry="UI:VARIABLES:NIGHT_WARNING_DONE"
453 <variable entry="UI:VARIABLES:NIGHT_WARNING_WANTED"
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" />
466 <group type="container"
474 title="uiNightWarningTitle"
477 header_color="UI:SAVE:WIN:COLORS:HELP"
478 title_bar_open="false"
480 force_open_out="true"
488 <group id="header_closed"
494 group_params_r=""></group>
495 <group id="header_opened"
502 group_params_r=""></group>
510 id="night_warning_text"
514 color="255 255 255 255"
518 hardtext="uiNightWarningContent"
520 multi_line_space="0" />
521 <instance template="check_box"
529 hardtext="uiDeathWarningAvoid"
530 dblink="UI:VARIABLES:TEMP_NIGHT_WARNING_AVOID"
531 global_color="false" />
532 <ctrl style="button_ok"
538 params_l="night_warning_close"
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" />
555 <proc id="Help_MyGauges">
556 <action handler="launch_help"
557 params="url=interf_my_gauges.html" />
558 <action handler="show"
561 <proc id="Help_TargetGauges">
562 <action handler="launch_help"
563 params="url=interf_target.html" />
564 <action handler="show"
567 <proc id="Help_ActionBar">
568 <action handler="launch_help"
569 params="url=interf_action_bar.html" />
570 <action handler="show"
571 params="gestionsets" />
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" />
579 <proc id="Help_TradeNPC">
580 <action handler="launch_help"
581 params="url=interf_bot_trade.html" />
583 <proc id="Help_Chat">
584 <action handler="launch_help"
585 params="url=interf_chat.html" />
586 <action handler="show"
587 params="main_chat" />
589 <proc id="Help_Compass">
590 <action handler="launch_help"
591 params="url=interf_compass.html" />
592 <action handler="show"
595 <proc id="Help_Animals">
596 <action handler="launch_help"
597 params="url=interf_animals.html" />
598 <action handler="show"
599 params="animal_global" />
601 <group type="container"
607 header_color="UI:SAVE:WIN:COLORS:HELP"
613 title_bar_open="false"
615 force_open_out="true"
621 <group id="header_closed"
626 group_onclick_r="active_menu"
627 group_params_r="menu=ui:interface:base_menu_with_color">
629 <group id="header_opened"
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"
644 hardtext="uiBrowseRedoButton"
645 tooltip="uittBrowseRedo"
646 onclick_l="browse_redo"
647 params_l="name=ui:interface:help_browser:content:html"
649 <ctrl style="text_button_header"
650 button_type="push_button"
652 posparent="browse_redo"
656 hardtext="uiBrowseUndoButton"
657 tooltip="uittBrowseUndo"
658 onclick_l="browse_undo"
659 params_l="name=ui:interface:help_browser:content:html"
668 <group type="quick_help"
673 title_prefix="uiHelpTitle"
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"
696 paragraph_begin_space="1"
697 multi_line_space_factor="0.25"
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"
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">
719 inherit_gc_alpha="true" />
720 <instance template="inner_thin_border"
722 inherit_gc_alpha="true" />
730 inherit_gc_alpha="true"
733 global_color="false" />
745 maxelements="2000" />
746 <ctrl style="skin_scroll"
761 inherit_gc_alpha="true" />
762 <instance template="inner_thin_border"
764 inherit_gc_alpha="true" />
765 <group id="tree_list"
770 col_over="255 255 255 48"
771 col_select="255 255 255 80"
773 max_sizeparent="parent"
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">
784 handler="launch_help"
785 params="url=qh_motion.html" />
787 handler="launch_help"
788 params="url=qh_windows.html" />
790 handler="launch_help"
791 params="url=qh_fight.html" />
793 handler="launch_help"
794 params="url=qh_magic.html" />
796 handler="launch_help"
797 params="url=qh_orientation.html" />
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" />
824 <node name="uihInterfaces"
825 handler="launch_help"
826 params="url=help.html">
827 <node name="uihIdentity"
829 params="Help_Sheet" />
830 <node name="uihGauges"
832 params="Help_MyGauges" />
833 <node name="uihTarget"
835 params="Help_TargetGauges" />
836 <node name="uihHands"
838 params="Help_ActionBar" />
839 <node name="uihMainChat"
841 params="Help_Chat" />
842 <node name="uihCompas"
844 params="Help_Compass" />
847 params="Help_Animals" />
848 <node name="uihActionBook"
850 params="Help_ActionBook" />
851 <node name="uihTradeNPC"
853 params="Help_TradeNPC" />
855 <node name="uihCredits"
856 handler="launch_help"
857 params="url=credits.html" />
859 <ctrl style="skin_scroll"
862 target="tree_list" />
867 value="http://app.ryzom.com/ticket_system/index.php?mode=load" />
868 <group type="container"
874 header_color="UI:SAVE:WIN:COLORS:HELP"
880 title_bar_open="false"
882 force_open_out="true"
888 <group id="header_closed"
893 group_onclick_r="active_menu"
894 group_params_r="menu=ui:interface:base_menu_with_color"
896 on_active_params="help:closeCSBrowserHeader('cs_browser')">
898 <group id="header_opened"
904 group_onclick_r="active_menu"
905 group_params_r="menu=ui:interface:base_menu_with_color"
907 on_active_params="help:openCSBrowserHeader('cs_browser')">
915 <group type="cs_html"
920 title_prefix="uiHelpTitle"
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"
943 paragraph_begin_space="12"
944 multi_line_space_factor="0.25"
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"
955 browse_next_time="true"
956 form_text_area_group="edit_box_widget_multiline">
962 inherit_gc_alpha="true" />
963 <instance template="inner_thin_border"
965 inherit_gc_alpha="true" />
973 inherit_gc_alpha="true"
976 global_color="false" />
988 maxelements="2000" />
989 <ctrl style="skin_scroll"
1004 inherit_gc_alpha="true" />
1005 <instance template="inner_thin_border"
1007 inherit_gc_alpha="true" />
1008 <group id="tree_list"
1013 col_over="255 255 255 48"
1014 col_select="255 255 255 80"
1016 max_sizeparent="parent"
1020 <node name="uiCSBase"
1021 handler="launch_help"
1022 params="help_container=ui:interface:cs_browser|url=%cs_url" />
1024 <ctrl style="skin_scroll"
1027 target="tree_list" />
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" />
1040 <define id="quick_help_buttons"
1041 value="ui:interface:quick_help:header_opened:buttons" />
1042 <group type="container"
1046 title="uiQuickhelpTitle"
1047 global_color="false"
1054 header_color="UI:SAVE:WIN:COLORS:HELP"
1056 on_active_params="QH_active"
1057 on_deactive="context_help_html"
1058 on_deactive_params="quick_help">
1059 <group id="header_closed"
1064 posref="TL TL"></group>
1065 <group id="header_opened"
1069 child_resize_h="true"
1070 child_resize_hmargin="16"
1072 group_onclick_r="active_menu"
1073 group_params_r="menu=ui:interface:base_menu_with_color">
1078 child_resize_h="true"
1079 child_resize_hmargin="8"
1081 <ctrl style="qh_button"
1087 params_l="name=ui:interface:quick_help:header_opened:html|url=qh_motion.html" />
1088 <ctrl style="qh_button"
1095 params_l="name=ui:interface:quick_help:header_opened:html|url=qh_windows.html" />
1096 <ctrl style="qh_button"
1103 params_l="name=ui:interface:quick_help:header_opened:html|url=qh_fight.html" />
1104 <ctrl style="qh_button"
1111 params_l="name=ui:interface:quick_help:header_opened:html|url=qh_magic.html" />
1112 <ctrl style="qh_button"
1119 params_l="name=ui:interface:quick_help:header_opened:html|url=qh_orientation.html" />
1121 <group type="quick_help"
1125 url="qh_welcome.html"
1126 title_prefix="uiQuickhelpTitle"
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"
1151 paragraph_begin_space="12"
1152 multi_line_space_factor="0.25"
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">
1175 inherit_gc_alpha="true" />
1176 <instance template="inner_thin_border"
1178 inherit_gc_alpha="true" />
1186 inherit_gc_alpha="true"
1189 global_color="false" />
1201 maxelements="2000" />
1202 <ctrl style="skin_scroll"
1207 <!-- ************ -->
1208 <!-- HELP BUBBLES -->
1209 <!-- ************ -->
1210 <template name="context_help_tl"
1214 header_active="false"
1215 options="no_bordure"
1221 right_button="false"
1223 child_resize_w="true"
1224 child_resize_wmargin="10"
1228 child_resize_h="true"
1229 child_resize_hmargin="10"
1232 win_priority="%win_priority_highest"
1234 <group id="header_opened"
1237 child_resize_w="true"
1239 child_resize_h="true"
1249 child_resize_w="true"
1251 child_resize_h="true"
1252 child_resize_wmargin="10"
1253 child_resize_hmargin="10"
1269 texture="Bulle_M.tga" />
1278 texture="Bulle_T.tga" />
1287 texture="Bulle_B.tga" />
1296 texture="Bulle_L.tga" />
1305 texture="Bulle_R.tga" />
1309 texture="Bulle_TL.tga" />
1313 texture="Bulle_TR.tga" />
1317 texture="Bulle_BL.tga" />
1321 texture="Bulle_BR.tga" />
1328 hardtext="uiBubbleTL"
1330 justification="justified"
1332 global_color="false"
1334 multi_line_space="0"
1336 multi_line_maxw_only="true" />
1337 <!-- Yoyo: Fake to have minimum bubble size -->
1352 texture="Bulle_Say_TL.tga" />
1356 <template name="context_help_tr"
1360 header_active="false"
1361 options="no_bordure"
1367 right_button="false"
1369 child_resize_w="true"
1370 child_resize_wmargin="10"
1374 child_resize_h="true"
1375 child_resize_hmargin="10"
1378 win_priority="%win_priority_highest"
1380 <group id="header_opened"
1383 child_resize_w="true"
1385 child_resize_h="true"
1395 child_resize_w="true"
1397 child_resize_h="true"
1398 child_resize_wmargin="10"
1399 child_resize_hmargin="10"
1415 texture="Bulle_M.tga" />
1424 texture="Bulle_T.tga" />
1433 texture="Bulle_B.tga" />
1442 texture="Bulle_L.tga" />
1451 texture="Bulle_R.tga" />
1455 texture="Bulle_TL.tga" />
1459 texture="Bulle_TR.tga" />
1463 texture="Bulle_BL.tga" />
1467 texture="Bulle_BR.tga" />
1474 hardtext="uiBubbleTR"
1476 justification="justified"
1478 global_color="false"
1480 multi_line_space="0"
1482 multi_line_maxw_only="true" />
1483 <!-- Yoyo: Fake to have minimum bubble size -->
1498 texture="Bulle_Say_TR.tga" />
1502 <template name="context_help_br"
1506 header_active="false"
1507 options="no_bordure"
1512 right_button="false"
1514 child_resize_w="true"
1520 win_priority="%win_priority_highest"
1522 <group id="header_opened"
1525 child_resize_w="true"
1527 child_resize_h="true"
1537 child_resize_w="true"
1539 child_resize_h="true"
1540 child_resize_wmargin="10"
1541 child_resize_hmargin="10"
1557 texture="Bulle_M.tga" />
1566 texture="Bulle_T.tga" />
1575 texture="Bulle_B.tga" />
1584 texture="Bulle_L.tga" />
1593 texture="Bulle_R.tga" />
1597 texture="Bulle_TL.tga" />
1601 texture="Bulle_TR.tga" />
1605 texture="Bulle_BL.tga" />
1609 texture="Bulle_BR.tga" />
1616 hardtext="uiBubbleBR"
1618 justification="justified"
1620 global_color="false"
1622 multi_line_space="0"
1624 multi_line_maxw_only="true" />
1625 <!-- Yoyo: Fake to have minimum bubble size -->
1640 texture="Bulle_Say_L.tga" />
1644 <template name="context_help_bl"
1648 header_active="false"
1649 options="no_bordure"
1654 right_button="false"
1656 child_resize_w="true"
1662 win_priority="%win_priority_highest"
1664 <group id="header_opened"
1667 child_resize_w="true"
1669 child_resize_h="true"
1679 child_resize_w="true"
1681 child_resize_h="true"
1682 child_resize_wmargin="10"
1683 child_resize_hmargin="10"
1699 texture="Bulle_M.tga" />
1708 texture="Bulle_T.tga" />
1717 texture="Bulle_B.tga" />
1726 texture="Bulle_L.tga" />
1735 texture="Bulle_R.tga" />
1739 texture="Bulle_TL.tga" />
1743 texture="Bulle_TR.tga" />
1747 texture="Bulle_BL.tga" />
1751 texture="Bulle_BR.tga" />
1758 hardtext="uiBubbleBL"
1760 justification="justified"
1762 global_color="false"
1764 multi_line_space="0"
1766 multi_line_maxw_only="true" />
1767 <!-- Yoyo: Fake to have minimum bubble size -->
1782 texture="Bulle_Say_R.tga" />
1786 <template name="context_help_html_br"
1790 header_active="false"
1791 options="no_bordure"
1796 right_button="false"
1798 child_resize_w="true"
1806 win_priority="%win_priority_highest"
1807 child_resize_h="true">
1808 <group id="header_opened"
1811 child_resize_w="true"
1813 child_resize_h="true"
1823 child_resize_w="false"
1825 child_resize_h="true"
1827 child_resize_wmargin="10"
1828 child_resize_hmargin="10"
1843 texture="Bulle_M.tga" />
1852 texture="Bulle_T.tga" />
1861 texture="Bulle_B.tga" />
1870 texture="Bulle_L.tga" />
1879 texture="Bulle_R.tga" />
1883 texture="Bulle_TL.tga" />
1887 texture="Bulle_TR.tga" />
1891 texture="Bulle_BL.tga" />
1895 texture="Bulle_BR.tga" />
1901 title_prefix="uiQuickhelpTitle"
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"
1926 paragraph_begin_space="12"
1927 multi_line_space_factor="0.25"
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">
1955 maxelements="2000" />
1957 <!-- Yoyo: Fake to have minimum bubble size -->
1972 texture="Bulle_Say_L.tga" />
1976 <template name="context_help_html_tl"
1980 header_active="false"
1981 options="no_bordure"
1986 right_button="false"
1988 child_resize_w="true"
1996 win_priority="%win_priority_highest"
1997 child_resize_h="true">
1998 <group id="header_opened"
2001 child_resize_w="true"
2003 child_resize_h="true"
2013 child_resize_w="false"
2015 child_resize_h="true"
2017 child_resize_wmargin="10"
2018 child_resize_hmargin="10"
2033 texture="Bulle_M.tga" />
2042 texture="Bulle_T.tga" />
2051 texture="Bulle_B.tga" />
2060 texture="Bulle_L.tga" />
2069 texture="Bulle_R.tga" />
2073 texture="Bulle_TL.tga" />
2077 texture="Bulle_TR.tga" />
2081 texture="Bulle_BL.tga" />
2085 texture="Bulle_BR.tga" />
2091 title_prefix="uiQuickhelpTitle"
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"
2116 paragraph_begin_space="12"
2117 multi_line_space_factor="0.25"
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">
2145 maxelements="2000" />
2147 <!-- Yoyo: Fake to have minimum bubble size -->
2162 texture="Bulle_Say_TL.tga" />
2166 <template name="context_help_html_tr"
2170 header_active="false"
2171 options="no_bordure"
2176 right_button="false"
2178 child_resize_w="true"
2186 win_priority="%win_priority_highest"
2187 child_resize_h="true">
2188 <group id="header_opened"
2191 child_resize_w="true"
2193 child_resize_h="true"
2203 child_resize_w="false"
2205 child_resize_h="true"
2207 child_resize_wmargin="10"
2208 child_resize_hmargin="10"
2223 texture="Bulle_M.tga" />
2232 texture="Bulle_T.tga" />
2241 texture="Bulle_B.tga" />
2250 texture="Bulle_L.tga" />
2259 texture="Bulle_R.tga" />
2263 texture="Bulle_TL.tga" />
2267 texture="Bulle_TR.tga" />
2271 texture="Bulle_BL.tga" />
2275 texture="Bulle_BR.tga" />
2281 title_prefix="uiQuickhelpTitle"
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"
2306 paragraph_begin_space="12"
2307 multi_line_space_factor="0.25"
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">
2335 maxelements="2000" />
2337 <!-- Yoyo: Fake to have minimum bubble size -->
2352 texture="Bulle_Say_TR.tga" />
2356 <template name="context_help_html_bl"
2360 header_active="false"
2361 options="no_bordure"
2366 right_button="false"
2368 child_resize_w="true"
2376 win_priority="%win_priority_highest"
2377 child_resize_h="true">
2378 <group id="header_opened"
2381 child_resize_w="true"
2383 child_resize_h="true"
2393 child_resize_w="false"
2395 child_resize_h="true"
2397 child_resize_wmargin="10"
2398 child_resize_hmargin="10"
2413 texture="Bulle_M.tga" />
2422 texture="Bulle_T.tga" />
2431 texture="Bulle_B.tga" />
2440 texture="Bulle_L.tga" />
2449 texture="Bulle_R.tga" />
2453 texture="Bulle_TL.tga" />
2457 texture="Bulle_TR.tga" />
2461 texture="Bulle_BL.tga" />
2465 texture="Bulle_BR.tga" />
2471 title_prefix="uiQuickhelpTitle"
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"
2496 paragraph_begin_space="12"
2497 multi_line_space_factor="0.25"
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">
2525 maxelements="2000" />
2527 <!-- Yoyo: Fake to have minimum bubble size -->
2542 texture="Bulle_Say_R.tga" />
2546 <template name="context_help_html_mm"
2550 header_active="false"
2551 options="no_bordure"
2556 right_button="false"
2558 child_resize_w="true"
2566 win_priority="%win_priority_highest"
2567 child_resize_h="true">
2568 <group id="header_opened"
2571 child_resize_w="true"
2573 child_resize_h="true"
2583 child_resize_w="false"
2585 child_resize_h="true"
2587 child_resize_wmargin="10"
2588 child_resize_hmargin="10"
2603 texture="Bulle_M.tga" />
2612 texture="Bulle_T.tga" />
2621 texture="Bulle_B.tga" />
2630 texture="Bulle_L.tga" />
2639 texture="Bulle_R.tga" />
2643 texture="Bulle_TL.tga" />
2647 texture="Bulle_TR.tga" />
2651 texture="Bulle_BL.tga" />
2655 texture="Bulle_BR.tga" />
2661 title_prefix="uiQuickhelpTitle"
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"
2686 paragraph_begin_space="12"
2687 multi_line_space_factor="0.25"
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">
2715 maxelements="2000" />
2717 <!-- Yoyo: Fake to have minimum bubble size -->
2729 <!-- CONTEXT HELP TARGETS -->
2730 <define id="inventory_0_target"
2731 value="ui:interface:inventory" />
2732 <define id="inventory_0_url"
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"
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"
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"
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"
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"
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"
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"
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 <!-- ************************ -->
2818 <variable entry="UI:SAVE:AUTO_STAT_REPORT"
2821 <style style="button_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"
2834 case_mode="%case_upper"
2836 <!-- Main proc called by the game -->
2837 <proc id="proc_stat_report">
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)" />
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" />
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" />
2855 <!-- The dialog box -->
2857 id="stat_report_message_box"
2858 exit_click_out="false"
2861 child_resize_h="true"
2862 child_resize_hmargin="12"
2863 options="skin_modal"
2865 win_priority="%win_priority_highest">
2871 color="255 255 255 255"
2874 multi_line_space="0"
2876 case_mode="%case_first_sentence_letter_up"
2877 hardtext="uiStatReport" />
2881 child_resize_w="true"
2882 child_resize_wmargin="8"
2883 child_resize_h="true"
2886 <ctrl style="button_ok"
2892 params_l="proc_stat_report_yes"
2894 <ctrl style="button_cancel"
2899 onclick_l="leave_modal"
2901 <ctrl style="button_always"
2907 params_l="proc_stat_report_always"
2908 hardtext="uiAlwaysSendReport" />
2911 <!-- ****************** -->
2912 <!-- ADMIN WINDOW -->
2913 <!-- ****************** -->
2914 <group type="container"
2919 global_color="false"
2925 title_bar_open="false"
2927 force_open_out="true"
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" >
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" />
2950 <group id="header_closed"
2954 posref="TL TL"></group>
2955 <group id="header_opened"
2961 <ctrl style="text_button_header"
2962 button_type="push_button"
2967 hardtext="uiBrowseRedoButton"
2968 tooltip="uittBrowseRedo"
2969 onclick_l="browse_redo"
2970 params_l="name=ui:interface:r2ed_web_admin:admin_web_page"
2972 <ctrl style="text_button_header"
2973 button_type="push_button"
2975 posparent="browse_redo"
2979 hardtext="uiBrowseUndoButton"
2980 tooltip="uittBrowseUndo"
2981 onclick_l="browse_undo"
2982 params_l="name=ui:interface:r2ed_web_admin:admin_web_page"
2996 title_prefix="uiHelp"
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"
3019 paragraph_begin_space="1"
3020 multi_line_space_factor="0.25"
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"
3031 browse_next_time="true"
3033 form_text_area_group="edit_box_widget_multiline"
3037 browse_refresh="ui:interface:r2ed_web_admin:header_opened:browse_refresh">
3044 inherit_gc_alpha="true" />
3045 <instance template="inner_thin_border"
3047 inherit_gc_alpha="true" />
3055 inherit_gc_alpha="true"
3058 global_color="false" />
3070 maxelements="2000" />
3071 <ctrl style="skin_scroll"
3076 <tree node="r2ed_web_admin"></tree>
3077 <lua file="help.lua" />