PageRenderTime 134ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/ja/panel_sidetray_home_tab.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 38 lines | 37 code | 0 blank | 1 comment | 0 complexity | 3d831d74f0925a1a74af9da0cb0f32ba MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- Part of side tray, see that XML file for panel config -->
  3. <panel label="home_tab" name="home_tab">
  4. <scroll_container name="profile_scroll">
  5. <panel name="profile_scroll_panel">
  6. <panel name="sidebar_people">
  7. <text name="tab_name" value="?"/>
  8. <text name="tab_description">
  9. ????????????????????????????
  10. </text>
  11. </panel>
  12. <panel name="sidebar_places">
  13. <text name="tab_name" value="??"/>
  14. <text name="tab_description">
  15. ???????????????????????
  16. </text>
  17. </panel>
  18. <panel name="sidebar_me">
  19. <text name="tab_name" value="?? ??????"/>
  20. <text name="tab_description">
  21. ???????????????????
  22. </text>
  23. </panel>
  24. <panel name="sidebar_appearance">
  25. <text name="tab_name" value="??"/>
  26. <text name="tab_description">
  27. ????????????????????
  28. </text>
  29. </panel>
  30. <panel name="sidebar_inventory">
  31. <text name="tab_name" value="???"/>
  32. <text name="tab_description">
  33. ?????????????
  34. </text>
  35. </panel>
  36. </panel>
  37. </scroll_container>
  38. </panel>