PageRenderTime 60ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 27 code | 0 blank | 2 comment | 0 complexity | 04ffe7aa739f6b5b66b6b6e021349208 MD5 | raw file
Possible License(s): LGPL-2.1
  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="Find your friends, contacts and people nearby." name="sidebar_people" tab_title="??">
  15. <panel_container name="panel_container">
  16. <panel label="????" name="panel_group_info_sidetray"/>
  17. <panel label="Blocked Residents &amp; Objects" name="panel_block_list_sidetray"/>
  18. </panel_container>
  19. </sidetray_tab>
  20. <sidetray_tab description="Find places to go and places you&apos;ve visited before." 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>