/indra/newview/skins/default/xui/ru/panel_side_tray.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 29 lines · 27 code · 0 blank · 2 comment · 0 complexity · 5bf863d97fef025c850807b3fbd285a5 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- Side tray cannot show background because it is always
  3. partially on screen to hold tab buttons. -->
  4. <side_tray name="sidebar">
  5. <sidetray_tab description="???????/??????? ??????? ??????" name="sidebar_openclose" tab_title="???????/??????? ??????? ??????"/>
  6. <sidetray_tab description="???." name="sidebar_home" tab_title="???">
  7. <panel label="???" name="panel_home"/>
  8. </sidetray_tab>
  9. <sidetray_tab description="????????? ?????? ??????? ? ????????." name="sidebar_me" tab_title="??? ???????">
  10. <panel_container name="panel_container">
  11. <panel label="?" name="panel_me"/>
  12. </panel_container>
  13. </sidetray_tab>
  14. <sidetray_tab description="????? ??????, ????????? ? ??????????? ?????????? ?????." name="sidebar_people" tab_title="????">
  15. <panel_container name="panel_container">
  16. <panel label="??????? ??????" name="panel_group_info_sidetray"/>
  17. <panel label="?????? ?????? ??????? ? ????????" name="panel_block_list_sidetray"/>
  18. </panel_container>
  19. </sidetray_tab>
  20. <sidetray_tab description="????? ????, ??????? ????? ???? ?? ???????? ??? ??????? ?? ??? ???????? ?????." label="?????" name="sidebar_places" tab_title="?????">
  21. <panel label="?????" name="panel_places"/>
  22. </sidetray_tab>
  23. <sidetray_tab description="??????????? ???? ?????????." name="sidebar_inventory" tab_title="??? ?????????">
  24. <panel label="???????? ?????????" name="sidepanel_inventory"/>
  25. </sidetray_tab>
  26. <sidetray_tab description="????????? ???????? ???? ? ???????? ??????." name="sidebar_appearance" tab_title="??? ??????? ???">
  27. <panel label="???????? ??????? ???" name="sidepanel_appearance"/>
  28. </sidetray_tab>
  29. </side_tray>