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

/indra/newview/skins/default/xui/en/floater_telehub.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 125 lines | 124 code | 0 blank | 1 comment | 0 complexity | ad7087a63fc68fac384431d7a6752945 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!-- Explicit left edge to avoid overlapping build tools -->
  3. <floater
  4. legacy_header_height="18"
  5. height="250"
  6. layout="topleft"
  7. name="telehub"
  8. help_topic="telehub"
  9. title="TELEHUB"
  10. width="330">
  11. <text
  12. type="string"
  13. length="1"
  14. follows="left|top"
  15. height="16"
  16. layout="topleft"
  17. left="10"
  18. name="status_text_connected"
  19. top="24"
  20. width="315">
  21. Telehub connected to object [OBJECT]
  22. </text>
  23. <text
  24. type="string"
  25. length="1"
  26. follows="left|top"
  27. height="16"
  28. layout="topleft"
  29. left_delta="0"
  30. name="status_text_not_connected"
  31. top_delta="0"
  32. width="315">
  33. No telehub connected.
  34. </text>
  35. <text
  36. type="string"
  37. length="1"
  38. follows="left|top"
  39. height="20"
  40. layout="topleft"
  41. left_delta="0"
  42. name="help_text_connected"
  43. top_delta="16"
  44. width="315">
  45. To remove, click Disconnect.
  46. </text>
  47. <text
  48. type="string"
  49. length="1"
  50. follows="left|top"
  51. height="20"
  52. layout="topleft"
  53. left_delta="0"
  54. name="help_text_not_connected"
  55. top_delta="0"
  56. width="315">
  57. Select object and click Connect Telehub.
  58. </text>
  59. <button
  60. follows="top|left"
  61. height="23"
  62. label="Connect Telehub"
  63. layout="topleft"
  64. left_delta="0"
  65. name="connect_btn"
  66. top_delta="20"
  67. width="130" />
  68. <button
  69. follows="top|left"
  70. height="23"
  71. label="Disconnect"
  72. layout="topleft"
  73. left_pad="10"
  74. name="disconnect_btn"
  75. top_delta="0"
  76. width="130" />
  77. <text
  78. type="string"
  79. length="1"
  80. follows="left|top"
  81. height="14"
  82. layout="topleft"
  83. left="10"
  84. name="spawn_points_text"
  85. top="84"
  86. width="315">
  87. Spawn Points (positions, not objects):
  88. </text>
  89. <scroll_list
  90. follows="left|top"
  91. height="60"
  92. layout="topleft"
  93. name="spawn_points_list"
  94. width="315" />
  95. <button
  96. follows="top|left"
  97. height="23"
  98. label="Add Spawn"
  99. layout="topleft"
  100. name="add_spawn_point_btn"
  101. width="130" />
  102. <button
  103. follows="top|left"
  104. height="23"
  105. label="Remove Spawn"
  106. layout="topleft"
  107. left_pad="10"
  108. name="remove_spawn_point_btn"
  109. width="130" />
  110. <text
  111. type="string"
  112. length="1"
  113. follows="top|left"
  114. height="56"
  115. layout="topleft"
  116. left="10"
  117. name="spawn_point_help"
  118. word_wrap="true"
  119. width="317">
  120. Select object and click "Add Spawn" to specify position.
  121. You can then move or delete the object.
  122. Positions are relative to the telehub center.
  123. Select an item in list to highlight it inworld.
  124. </text>
  125. </floater>