/indra/newview/skins/default/xui/en/panel_people.xml
XML | 774 lines | 706 code | 10 blank | 58 comment | 0 complexity | 0e0bca56eec600abaaa9747a76993360 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<!-- Side tray panel --> 3<panel 4 default_tab_group="1" 5 follows="all" 6 height="449" 7 label="People" 8 layout="topleft" 9 left="0" 10 min_height="350" 11 name="people_panel" 12 top="0" 13 width="333"> 14 <string 15 name="no_recent_people" 16 value="No recent people. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]." /> 17 <string 18 name="no_filtered_recent_people" 19 value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]." /> 20 <string 21 name="no_one_near" 22 value="No one nearby. Looking for people to hang out with? Try [secondlife:///app/search/people Search] or the [secondlife:///app/worldmap World Map]." /> 23 <string 24 name="no_one_filtered_near" 25 value="Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]." /> 26 <string 27 name="no_friends_online" 28 value="No friends online" /> 29 <string 30 name="no_friends" 31 value="No friends" /> 32 <string 33 name="no_friends_msg"> 34 Find friends using [secondlife:///app/search/people Search] or right-click on a Resident to add them as a friend. 35Looking for people to hang out with? Try the [secondlife:///app/worldmap World Map]. 36 </string> 37 <string 38 name="no_filtered_friends_msg"> 39 Didn't find what you're looking for? Try [secondlife:///app/search/people/[SEARCH_TERM] Search]. 40 </string> 41 <string 42 name="people_filter_label" 43 value="Filter People" /> 44 <string 45 name="groups_filter_label" 46 value="Filter Groups" /> 47 <!-- 48 *WORKAROUND: for group_list.no_items_msg & group_list.no_filtered_items_msg attributes. 49 They are not defined as translatable in VLT. See EXT-5931 50 --> 51 <string 52 name="no_filtered_groups_msg" 53 value="Didn't find what you're looking for? Try [secondlife:///app/search/groups/[SEARCH_TERM] Search]." /> 54 <string 55 name="no_groups_msg" 56 value="Looking for Groups to join? Try [secondlife:///app/search/groups Search]." /> 57 <string 58 name="MiniMapToolTipMsg" 59 value="[REGION](Double-click to open Map, shift-drag to pan)"/> 60 <string 61 name="AltMiniMapToolTipMsg" 62 value="[REGION](Double-click to teleport, shift-drag to pan)"/> 63 <filter_editor 64 follows="left|top|right" 65 height="23" 66 layout="topleft" 67 left="10" 68 label="Filter" 69 max_length_chars="300" 70 name="filter_input" 71 text_color="Black" 72 text_pad_left="10" 73 top="3" 74 width="303" /> 75 <tab_container 76 follows="all" 77 height="383" 78 layout="topleft" 79 left="3" 80 name="tabs" 81 tab_group="1" 82 tab_min_width="70" 83 tab_height="30" 84 tab_position="top" 85 top_pad="10" 86 halign="center" 87 width="319"> 88 <panel 89 background_opaque="true" 90 background_visible="true" 91 bg_alpha_color="DkGray" 92 bg_opaque_color="DkGray" 93 follows="all" 94 height="383" 95 label="NEARBY" 96 layout="topleft" 97 left="0" 98 help_topic="people_nearby_tab" 99 name="nearby_panel" 100 top="0" 101 width="313"> 102 <layout_stack 103 clip="false" 104 follows="all" 105 height="355" 106 layout="topleft" 107 mouse_opaque="false" 108 orientation="vertical" 109 width="313"> 110 <layout_panel 111 height="142" 112 layout="topleft" 113 min_dim="100" 114 mouse_opaque="false" 115 user_resize="true" 116 visibility_control="NearbyListShowMap" 117 width="313"> 118 <net_map 119 bg_color="NetMapBackgroundColor" 120 follows="all" 121 height="140" 122 layout="topleft" 123 left="3" 124 mouse_opaque="false" 125 name="Net Map" 126 top="4" 127 width="305"/> 128 </layout_panel> 129 <layout_panel 130 height="213" 131 layout="topleft" 132 min_dim="100" 133 mouse_opaque="false" 134 user_resize="true" 135 width="313"> 136 <avatar_list 137 allow_select="true" 138 follows="all" 139 height="211" 140 ignore_online_status="true" 141 layout="topleft" 142 left="3" 143 keep_one_selected="false" 144 multi_select="true" 145 name="avatar_list" 146 top="2" 147 width="306" /> 148 </layout_panel> 149 </layout_stack> 150 <panel 151 background_visible="true" 152 follows="left|right|bottom" 153 height="27" 154 label="bottom_panel" 155 layout="topleft" 156 left="3" 157 name="bottom_panel" 158 top_pad="0" 159 width="313"> 160 <menu_button 161 follows="bottom|left" 162 height="25" 163 image_hover_unselected="Toolbar_Left_Over" 164 image_overlay="OptionsMenu_Off" 165 image_selected="Toolbar_Left_Selected" 166 image_unselected="Toolbar_Left_Off" 167 layout="topleft" 168 left="0" 169 name="nearby_view_sort_btn" 170 tool_tip="Options" 171 top="1" 172 width="31" /> 173 <button 174 follows="bottom|left" 175 height="25" 176 image_hover_unselected="Toolbar_Middle_Over" 177 image_overlay="AddItem_Off" 178 image_selected="Toolbar_Middle_Selected" 179 image_unselected="Toolbar_Middle_Off" 180 layout="topleft" 181 left_pad="1" 182 name="add_friend_btn" 183 tool_tip="Add selected Resident to your friends List" 184 width="31"> 185 <commit_callback 186 function="People.addFriend" /> 187 </button> 188 <icon 189 follows="bottom|left|right" 190 height="25" 191 image_name="Toolbar_Right_Off" 192 layout="topleft" 193 left_pad="1" 194 name="dummy_icon" 195 width="243" 196 /> 197 </panel> 198 </panel> 199 <panel 200 background_opaque="true" 201 background_visible="true" 202 bg_alpha_color="DkGray" 203 bg_opaque_color="DkGray" 204 follows="all" 205 height="383" 206 label="MY FRIENDS" 207 layout="topleft" 208 left="0" 209 help_topic="people_friends_tab" 210 name="friends_panel" 211 top="0" 212 width="313"> 213 <accordion 214 background_visible="true" 215 bg_alpha_color="DkGray2" 216 bg_opaque_color="DkGray2" 217 follows="all" 218 height="356" 219 layout="topleft" 220 left="3" 221 name="friends_accordion" 222 top="0" 223 width="307"> 224 <accordion_tab 225 layout="topleft" 226 height="172" 227 min_height="150" 228 name="tab_online" 229 title="Online"> 230 <avatar_list 231 allow_select="true" 232 follows="all" 233 height="172" 234 layout="topleft" 235 left="0" 236 multi_select="true" 237 name="avatars_online" 238 show_permissions_granted="true" 239 top="0" 240 width="307" /> 241 </accordion_tab> 242 <accordion_tab 243 layout="topleft" 244 height="173" 245 name="tab_all" 246 title="All"> 247 <avatar_list 248 allow_select="true" 249 follows="all" 250 height="173" 251 layout="topleft" 252 left="0" 253 multi_select="true" 254 name="avatars_all" 255 show_permissions_granted="true" 256 top="0" 257 width="307" /> 258 </accordion_tab> 259 </accordion> 260 <panel 261 background_visible="true" 262 follows="left|right|bottom" 263 height="27" 264 label="bottom_panel" 265 layout="topleft" 266 left="3" 267 name="bottom_panel" 268 top_pad="0" 269 width="313"> 270 271 <layout_stack 272 animate="false" 273 border_size="0" 274 follows="left|right|bottom" 275 height="25" 276 layout="topleft" 277 orientation="horizontal" 278 top_pad="1" 279 left="0" 280 name="bottom_panel" 281 width="308"> 282 <layout_panel 283 auto_resize="false" 284 height="25" 285 layout="topleft" 286 name="options_gear_btn_panel" 287 width="32"> 288 <menu_button 289 follows="bottom|left" 290 tool_tip="Show additional options" 291 height="25" 292 image_hover_unselected="Toolbar_Left_Over" 293 image_overlay="OptionsMenu_Off" 294 image_selected="Toolbar_Left_Selected" 295 image_unselected="Toolbar_Left_Off" 296 layout="topleft" 297 left="0" 298 name="friends_viewsort_btn" 299 top="0" 300 width="31" /> 301 </layout_panel> 302 <layout_panel 303 auto_resize="false" 304 height="25" 305 layout="topleft" 306 name="add_btn_panel" 307 width="32"> 308 <button 309 follows="bottom|left" 310 height="25" 311 image_hover_unselected="Toolbar_Middle_Over" 312 image_overlay="AddItem_Off" 313 image_selected="Toolbar_Middle_Selected" 314 image_unselected="Toolbar_Middle_Off" 315 layout="topleft" 316 left="0" 317 name="add_btn" 318 tool_tip="Offer friendship to a Resident" 319 top="0" 320 width="31" /> 321 </layout_panel> 322 <layout_panel 323 auto_resize="true" 324 height="25" 325 layout="topleft" 326 name="dummy_panel" 327 width="210"> 328 <icon 329 follows="bottom|left|right" 330 height="25" 331 image_name="Toolbar_Middle_Off" 332 layout="topleft" 333 left="0" 334 top="0" 335 name="dummy_icon" 336 width="210" /> 337 </layout_panel> 338 <layout_panel 339 auto_resize="false" 340 height="25" 341 layout="topleft" 342 name="trash_btn_panel" 343 width="31"> 344 <dnd_button 345 follows="bottom|left" 346 height="25" 347 image_hover_unselected="Toolbar_Right_Over" 348 image_overlay="TrashItem_Off" 349 image_selected="Toolbar_Right_Selected" 350 image_unselected="Toolbar_Right_Off" 351 left="0" 352 layout="topleft" 353 name="del_btn" 354 tool_tip="Remove selected person from your Friends list" 355 top="0" 356 width="31"/> 357 </layout_panel> 358 </layout_stack><!-- 359 360 <button 361 follows="bottom|left" 362 tool_tip="Options" 363 height="25" 364 image_hover_unselected="Toolbar_Left_Over" 365 image_overlay="OptionsMenu_Off" 366 image_selected="Toolbar_Left_Selected" 367 image_unselected="Toolbar_Left_Off" 368 layout="topleft" 369 left="0" 370 name="friends_viewsort_btn" 371 top="1" 372 width="31" /> 373 <button 374 follows="bottom|left" 375 height="25" 376 image_hover_unselected="Toolbar_Middle_Over" 377 image_overlay="AddItem_Off" 378 image_selected="Toolbar_Middle_Selected" 379 image_unselected="Toolbar_Middle_Off" 380 layout="topleft" 381 left_pad="1" 382 name="add_btn" 383 tool_tip="Offer friendship to a Resident" 384 width="31" /> 385 <icon 386 follows="bottom|left|right" 387 height="25" 388 image_name="Toolbar_Middle_Off" 389 layout="topleft" 390 left_pad="1" 391 name="dummy_icon" 392 width="209" 393 /> 394 <button 395 follows="bottom|left" 396 height="25" 397 image_hover_unselected="Toolbar_Right_Over" 398 image_overlay="TrashItem_Off" 399 image_selected="Toolbar_Right_Selected" 400 image_unselected="Toolbar_Right_Off" 401 layout="topleft" 402 left_pad="1" 403 name="del_btn" 404 tool_tip="Remove selected person from your Friends list" 405 width="31" /> 406 --></panel> 407 <text 408 follows="all" 409 height="450" 410 left="13" 411 name="no_friends_help_text" 412 top="10" 413 width="293" 414 wrap="true" /> 415 </panel> 416 <panel 417 background_opaque="true" 418 background_visible="true" 419 bg_alpha_color="DkGray" 420 bg_opaque_color="DkGray" 421 follows="all" 422 height="383" 423 label="MY GROUPS" 424 layout="topleft" 425 left="0" 426 help_topic="people_groups_tab" 427 name="groups_panel" 428 top="0" 429 width="313"> 430 <!-- 431 *NOTE: no_groups_msg & group_list attributes are not defined as translatable in VLT. See EXT-5931 432 Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild() 433 --> 434 <group_list 435 allow_select="true" 436 follows="all" 437 height="356" 438 layout="topleft" 439 left="3" 440 name="group_list" 441 top="0" 442 width="307" /> 443 <panel 444 background_visible="true" 445 follows="left|right|bottom" 446 height="27" 447 label="bottom_panel" 448 layout="topleft" 449 left="0" 450 name="bottom_panel" 451 top_pad="0" 452 width="313"> 453 <menu_button 454 follows="bottom|left" 455 tool_tip="Options" 456 height="25" 457 image_hover_unselected="Toolbar_Left_Over" 458 image_overlay="OptionsMenu_Off" 459 image_selected="Toolbar_Left_Selected" 460 image_unselected="Toolbar_Left_Off" 461 layout="topleft" 462 left="3" 463 name="groups_viewsort_btn" 464 top="1" 465 width="31" /> 466 <button 467 follows="bottom|left" 468 height="25" 469 image_hover_unselected="Toolbar_Middle_Over" 470 image_overlay="AddItem_Off" 471 image_selected="Toolbar_Middle_Selected" 472 image_unselected="Toolbar_Middle_Off" 473 layout="topleft" 474 left_pad="1" 475 name="plus_btn" 476 tool_tip="Join group/Create new group" 477 width="31" /> 478 <button 479 follows="bottom|left" 480 height="25" 481 image_hover_unselected="Toolbar_Middle_Over" 482 image_overlay="Activate_Checkmark" 483 image_selected="Toolbar_Middle_Selected" 484 image_unselected="Toolbar_Middle_Off" 485 layout="topleft" 486 left_pad="1" 487 name="activate_btn" 488 tool_tip="Activate selected group" 489 width="31" /> 490 <icon 491 follows="bottom|left|right" 492 height="25" 493 image_name="Toolbar_Right_Off" 494 layout="topleft" 495 left_pad="1" 496 name="dummy_icon" 497 width="212" 498 /> 499 </panel> 500 </panel> 501 <panel 502 background_opaque="true" 503 background_visible="true" 504 bg_alpha_color="DkGray" 505 bg_opaque_color="DkGray" 506 follows="all" 507 height="383" 508 label="RECENT" 509 layout="topleft" 510 left="0" 511 help_topic="people_recent_tab" 512 name="recent_panel" 513 top="0" 514 width="313"> 515 <avatar_list 516 allow_select="true" 517 follows="all" 518 height="356" 519 layout="topleft" 520 left="3" 521 multi_select="true" 522 name="avatar_list" 523 show_last_interaction_time="true" 524 top="0" 525 width="307" /> 526 <panel 527 background_visible="true" 528 follows="left|right|bottom" 529 height="27" 530 label="bottom_panel" 531 layout="topleft" 532 left="3" 533 name="bottom_panel" 534 top_pad="0" 535 width="313"> 536 <menu_button 537 follows="bottom|left" 538 tool_tip="Options" 539 height="25" 540 image_hover_unselected="Toolbar_Left_Over" 541 image_overlay="OptionsMenu_Off" 542 image_selected="Toolbar_Left_Selected" 543 image_unselected="Toolbar_Left_Off" 544 layout="topleft" 545 name="recent_viewsort_btn" 546 top="1" 547 width="31" /> 548 <button 549 follows="bottom|left" 550 height="25" 551 image_hover_unselected="Toolbar_Middle_Over" 552 image_overlay="AddItem_Off" 553 image_selected="Toolbar_Middle_Selected" 554 image_unselected="Toolbar_Middle_Off" 555 layout="topleft" 556 left_pad="1" 557 name="add_friend_btn" 558 tool_tip="Add selected Resident to your friends List" 559 width="31"> 560 <commit_callback 561 function="People.addFriend" /> 562 </button> 563 <icon 564 follows="bottom|left|right" 565 height="25" 566 image_name="Toolbar_Right_Off" 567 layout="topleft" 568 left_pad="1" 569 name="dummy_icon" 570 width="244" 571 /> 572 </panel> 573 </panel> 574 </tab_container> 575 <panel 576 follows="bottom|left|right" 577 height="23" 578 layout="topleft" 579 left="8" 580 top_pad="4" 581 name="button_bar" 582 width="313"> 583 584<!--********************************Profile; IM; Call, Share, Teleport********************************--> 585 <layout_stack 586 follows="bottom|left|right" 587 height="23" 588 layout="topleft" 589 name="bottom_bar_ls" 590 left="0" 591 orientation="horizontal" 592 top_pad="0" 593 width="313"> 594 595 <layout_panel 596 follows="bottom|left|right" 597 height="23" 598 layout="bottomleft" 599 left="0" 600 name="view_profile_btn_lp" 601 auto_resize="true" 602 width="68"> 603 <button 604 follows="bottom|left|right" 605 height="23" 606 label="Profile" 607 layout="topleft" 608 left="1" 609 name="view_profile_btn" 610 tool_tip="Show picture, groups, and other Residents information" 611 top="0" 612 width="67" /> 613 </layout_panel> 614 615 <layout_panel 616 follows="bottom|left|right" 617 height="23" 618 layout="bottomleft" 619 left_pad="3" 620 name="im_btn_lp" 621 auto_resize="true" 622 width="41"> 623 <button 624 follows="bottom|left|right" 625 left="1" 626 height="23" 627 label="IM" 628 layout="topleft" 629 name="im_btn" 630 tool_tip="Open instant message session" 631 top="0" 632 width="40" /> 633 </layout_panel> 634 635 <layout_panel 636 follows="bottom|left|right" 637 height="23" 638 layout="bottomleft" 639 left_pad="3" 640 name="call_btn_lp" 641 auto_resize="true" 642 width="52"> 643 <button 644 follows="bottom|left|right" 645 left="1" 646 height="23" 647 label="Call" 648 layout="topleft" 649 name="call_btn" 650 tool_tip="Call this Resident" 651 top="0" 652 width="51" /> 653 </layout_panel> 654 655 <layout_panel 656 follows="bottom|left|right" 657 height="23" 658 layout="bottomleft" 659 left_pad="3" 660 name="share_btn_lp" 661 auto_resize="true" 662 width="66"> 663 <button 664 follows="bottom|left|right" 665 left="1" 666 height="23" 667 label="Share" 668 layout="topleft" 669 name="share_btn" 670 tool_tip="Share an inventory item" 671 top="0" 672 width="65" /> 673 </layout_panel> 674 675 <layout_panel 676 follows="bottom|left|right" 677 height="23" 678 layout="bottomleft" 679 left_pad="3" 680 name="teleport_btn_lp" 681 auto_resize="true" 682 width="77"> 683 <button 684 follows="bottom|left|right" 685 left="1" 686 height="23" 687 label="Teleport" 688 layout="topleft" 689 name="teleport_btn" 690 tool_tip="Offer teleport" 691 top="0" 692 width="76" /> 693 </layout_panel> 694 </layout_stack> 695 696<!--********************************Group Profile; Group Chat; Group Call buttons************************--> 697 <layout_stack 698 follows="bottom|left|right" 699 height="23" 700 layout="topleft" 701 mouse_opaque="false" 702 name="bottom_bar_ls1" 703 left="0" 704 orientation="horizontal" 705 top="0" 706 width="313"> 707 <layout_panel 708 follows="bottom|left|right" 709 height="23" 710 layout="bottomleft" 711 left="0" 712 mouse_opaque="false" 713 name="group_info_btn_lp" 714 auto_resize="true" 715 width="108"> 716 <button 717 follows="bottom|left|right" 718 left="1" 719 height="23" 720 label="Group Profile" 721 layout="topleft" 722 mouse_opaque="false" 723 name="group_info_btn" 724 tool_tip="Show group information" 725 top="0" 726 width="107" /> 727 </layout_panel> 728 729 <layout_panel 730 follows="bottom|left|right" 731 height="23" 732 layout="bottomleft" 733 left_pad="3" 734 mouse_opaque="false" 735 name="chat_btn_lp" 736 auto_resize="true" 737 width="101"> 738 <button 739 follows="bottom|left|right" 740 left="1" 741 height="23" 742 label="Group Chat" 743 layout="topleft" 744 mouse_opaque="false" 745 name="chat_btn" 746 tool_tip="Open chat session" 747 top="0" 748 width="100" /> 749 </layout_panel> 750 751 <layout_panel 752 follows="bottom|left|right" 753 height="23" 754 layout="bottomleft" 755 left_pad="3" 756 mouse_opaque="false" 757 name="group_call_btn_lp" 758 auto_resize="true" 759 width="96"> 760 <button 761 follows="bottom|left|right" 762 left="1" 763 height="23" 764 label="Group Call" 765 layout="topleft" 766 mouse_opaque="false" 767 name="group_call_btn" 768 tool_tip="Call this group" 769 top="0" 770 width="95" /> 771 </layout_panel> 772 </layout_stack> 773 </panel> 774</panel>