PageRenderTime 28ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 168 lines | 168 code | 0 blank | 0 comment | 0 complexity | 7e579ff9c44d91d0e15e0b9097afb2da MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. open_positioning="centered"
  4. legacy_header_height="18"
  5. height="430"
  6. layout="topleft"
  7. name="land holdings floater"
  8. help_topic="land_holdings_floater"
  9. title="MY LAND"
  10. width="600">
  11. <floater.string
  12. name="area_string">
  13. [AREA] m˛
  14. </floater.string>
  15. <scroll_list
  16. draw_heading="true"
  17. height="170"
  18. layout="topleft"
  19. left="10"
  20. name="parcel list"
  21. top="28"
  22. width="580">
  23. <scroll_list.columns
  24. label="Parcel"
  25. name="name"
  26. width="167" />
  27. <scroll_list.columns
  28. label="Region"
  29. name="location"
  30. width="180" />
  31. <scroll_list.columns
  32. label="Type"
  33. name="type"
  34. width="145" />
  35. <scroll_list.columns
  36. label="Area"
  37. name="area"
  38. width="88" />
  39. <scroll_list.columns
  40. label=""
  41. name="hidden"
  42. width="-1" />
  43. </scroll_list>
  44. <button
  45. height="23"
  46. label="Teleport"
  47. label_selected="Teleport"
  48. layout="topleft"
  49. top="208"
  50. left="10"
  51. name="Teleport"
  52. tool_tip="Teleport to the center of this land."
  53. width="80" />
  54. <button
  55. height="23"
  56. label="Map"
  57. label_selected="Map"
  58. layout="topleft"
  59. top="208"
  60. left="95"
  61. name="Show on Map"
  62. tool_tip="Show this land on the world map"
  63. width="80" />
  64. <text
  65. type="string"
  66. length="1"
  67. follows="left|top"
  68. layout="topleft"
  69. top="251"
  70. left="10"
  71. name="contrib_label"
  72. height="16"
  73. width="580">
  74. Contributions to your groups:
  75. </text>
  76. <scroll_list
  77. draw_heading="true"
  78. height="75"
  79. layout="topleft"
  80. name="grant list"
  81. top="271"
  82. left="10"
  83. width="580">
  84. <scroll_list.columns
  85. label="Group"
  86. name="group"
  87. width="290"
  88. left_pad="10" />
  89. <scroll_list.columns
  90. label="Area"
  91. name="area"
  92. width="290" />
  93. </scroll_list>
  94. <text
  95. type="string"
  96. length="1"
  97. follows="left|top"
  98. height="16"
  99. layout="topleft"
  100. name="allowed_label"
  101. top="366"
  102. left="10"
  103. width="365">
  104. Allowed land holdings at current payment plan:
  105. </text>
  106. <text
  107. type="string"
  108. length="1"
  109. follows="left|top"
  110. height="16"
  111. layout="topleft"
  112. name="allowed_text"
  113. top="366"
  114. left="380"
  115. width="290">
  116. [AREA] m˛
  117. </text>
  118. <text
  119. type="string"
  120. length="1"
  121. follows="left|top"
  122. height="16"
  123. layout="topleft"
  124. top="386"
  125. left="10"
  126. name="current_label"
  127. width="365">
  128. Current land holdings:
  129. </text>
  130. <text
  131. type="string"
  132. length="1"
  133. follows="left|top"
  134. height="16"
  135. layout="topleft"
  136. top="386"
  137. left="380"
  138. name="current_text"
  139. width="290">
  140. [AREA] m˛
  141. </text>
  142. <text
  143. type="string"
  144. length="1"
  145. follows="left|top"
  146. font="SansSerifBold"
  147. height="16"
  148. layout="topleft"
  149. top="406"
  150. left="10"
  151. name="available_label"
  152. width="365">
  153. Available for land purchases:
  154. </text>
  155. <text
  156. type="string"
  157. length="1"
  158. follows="left|top"
  159. font="SansSerifBold"
  160. height="16"
  161. layout="topleft"
  162. name="available_text"
  163. top="406"
  164. left="380"
  165. width="290">
  166. [AREA] m˛
  167. </text>
  168. </floater>