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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 379 lines | 367 code | 0 blank | 12 comment | 0 complexity | 428407a2962aaf5d8b0f897e7e61f86b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="false"
  4. height="500"
  5. label="Land &amp; L$"
  6. layout="topleft"
  7. left="0"
  8. name="land_money_tab"
  9. top="0"
  10. width="304">
  11. <panel.string
  12. name="help_text">
  13. A warning appears until the Total Land in Use is less than or = to the Total Contribution.
  14. </panel.string>
  15. <panel.string
  16. name="cant_view_group_land_text">
  17. You don&apos;t have permission to view group owned land
  18. </panel.string>
  19. <panel.string
  20. name="epmty_view_group_land_text">
  21. No entries
  22. </panel.string>
  23. <panel.string
  24. name="cant_view_group_accounting_text">
  25. You don&apos;t have permission to view the group&apos;s accounting information.
  26. </panel.string>
  27. <panel.string
  28. name="loading_txt">
  29. Loading...
  30. </panel.string>
  31. <panel.string
  32. name="land_contrib_error">
  33. Unable to set your land contribution
  34. </panel.string>
  35. <!-- <text
  36. type="string"
  37. follows="left|top"
  38. font="SansSerifBig"
  39. height="16"
  40. layout="topleft"
  41. left="10"
  42. name="group_land_heading"
  43. top_pad="10"
  44. width="260">
  45. Group Owned Land
  46. </text> -->
  47. <panel
  48. name="layout_panel_landmoney"
  49. follows="top|left|right"
  50. left="0"
  51. right="-1"
  52. height="250"
  53. width="313"
  54. >
  55. <scroll_list
  56. draw_heading="true"
  57. follows="top|left|right"
  58. height="130"
  59. layout="topleft"
  60. left="0"
  61. right="-1"
  62. top="0"
  63. sort_column="0"
  64. sort_ascending="true"
  65. name="group_parcel_list"
  66. width="313">
  67. <scroll_list.columns
  68. label="Parcel"
  69. name="name"
  70. relative_width="0.2" />
  71. <scroll_list.columns
  72. label="Region"
  73. name="location"
  74. relative_width="0.2" />
  75. <scroll_list.columns
  76. label="Type"
  77. name="type"
  78. relative_width="0.2" />
  79. <scroll_list.columns
  80. label="Area"
  81. name="area"
  82. relative_width="0.2" />
  83. <scroll_list.columns
  84. label="Hidden"
  85. name="hidden"
  86. relative_width="0.2" />
  87. </scroll_list>
  88. <text
  89. type="string"
  90. follows="left|top"
  91. halign="right"
  92. height="16"
  93. layout="topleft"
  94. left="0"
  95. name="total_contributed_land_label"
  96. width="130">
  97. Total contribution:
  98. </text>
  99. <text
  100. text_color="EmphasisColor"
  101. type="string"
  102. follows="left|top"
  103. height="16"
  104. layout="topleft"
  105. left_pad="5"
  106. name="total_contributed_land_value"
  107. top_delta="0"
  108. width="90">
  109. [AREA] m˛
  110. </text>
  111. <button
  112. follows="top"
  113. height="23"
  114. label="Map"
  115. label_selected="Map"
  116. layout="topleft"
  117. name="map_button"
  118. top_delta="-4"
  119. left_pad="0"
  120. width="57"
  121. enabled="false" />
  122. <text
  123. type="string"
  124. follows="left|top"
  125. halign="right"
  126. height="16"
  127. layout="topleft"
  128. left="0"
  129. name="total_land_in_use_label"
  130. top_pad="0"
  131. width="130">
  132. Total land in use:
  133. </text>
  134. <text
  135. text_color="EmphasisColor"
  136. type="string"
  137. follows="left|top"
  138. height="16"
  139. layout="topleft"
  140. left_pad="5"
  141. name="total_land_in_use_value"
  142. top_delta="0"
  143. width="120">
  144. [AREA] m˛
  145. </text>
  146. <text
  147. type="string"
  148. follows="left|top"
  149. halign="right"
  150. height="16"
  151. layout="topleft"
  152. left="0"
  153. name="land_available_label"
  154. top_pad="0"
  155. width="130">
  156. Land available:
  157. </text>
  158. <text
  159. text_color="EmphasisColor"
  160. type="string"
  161. follows="left|top"
  162. height="16"
  163. layout="topleft"
  164. left_pad="5"
  165. name="land_available_value"
  166. top_delta="0"
  167. width="120">
  168. [AREA] m˛
  169. </text>
  170. <text
  171. type="string"
  172. follows="left|top"
  173. halign="right"
  174. height="16"
  175. layout="topleft"
  176. left="0"
  177. name="your_contribution_label"
  178. top_pad="0"
  179. width="130">
  180. Your contribution:
  181. </text>
  182. <line_editor
  183. follows="left|top"
  184. height="19"
  185. layout="topleft"
  186. left_pad="5"
  187. max_length_bytes="10"
  188. name="your_contribution_line_editor"
  189. top_delta="0"
  190. width="80" />
  191. <text
  192. type="string"
  193. follows="left|top"
  194. height="16"
  195. layout="topleft"
  196. left_pad="3"
  197. name="your_contribution_units"
  198. top_delta="2"
  199. width="40"
  200. >
  201. m˛
  202. </text>
  203. <text
  204. type="string"
  205. follows="left|top"
  206. halign="left"
  207. height="16"
  208. layout="topleft"
  209. left="140"
  210. name="your_contribution_max_value"
  211. top_pad="2"
  212. width="170">
  213. ([AMOUNT] max)
  214. </text>
  215. <icon
  216. height="16"
  217. image_name="Parcel_Exp_Color"
  218. layout="topleft"
  219. left="75"
  220. name="group_over_limit_icon"
  221. color="Green"
  222. top_pad="0"
  223. visible="true"
  224. width="18" />
  225. <text
  226. follows="left|top"
  227. type="string"
  228. word_wrap="true"
  229. height="20"
  230. layout="topleft"
  231. left_pad="2"
  232. name="group_over_limit_text"
  233. text_color="ColorPaletteEntry29"
  234. top_delta="0"
  235. width="213">
  236. More land credits are needed to support land in use
  237. </text>
  238. <text
  239. type="string"
  240. follows="left|top"
  241. font="SansSerifBig"
  242. height="16"
  243. layout="topleft"
  244. left="0"
  245. name="group_money_heading"
  246. text_color="EmphasisColor"
  247. top_pad="-15"
  248. width="100">
  249. Group L$
  250. </text>
  251. </panel>
  252. <tab_container
  253. follows="all"
  254. height="230"
  255. halign="center"
  256. layout="topleft"
  257. left="0"
  258. right="-1"
  259. name="group_money_tab_container"
  260. tab_position="top"
  261. top_pad="2"
  262. tab_min_width="90"
  263. width="313">
  264. <panel
  265. border="false"
  266. follows="all"
  267. label="PLANNING"
  268. layout="topleft"
  269. left="0"
  270. help_topic="group_money_planning_tab"
  271. name="group_money_planning_tab"
  272. top="0"
  273. width="313">
  274. <text_editor
  275. font="Monospace"
  276. enabled="false"
  277. type="string"
  278. follows="all"
  279. height="200"
  280. layout="topleft"
  281. left="0"
  282. max_length="4096"
  283. name="group_money_planning_text"
  284. top="2"
  285. width="313"
  286. word_wrap="true">
  287. Loading...
  288. </text_editor>
  289. </panel>
  290. <panel
  291. border="false"
  292. follows="all"
  293. label="DETAILS"
  294. layout="topleft"
  295. left="0"
  296. help_topic="group_money_details_tab"
  297. name="group_money_details_tab"
  298. top="0"
  299. width="313">
  300. <text_editor
  301. enabled="false"
  302. type="string"
  303. follows="all"
  304. height="185"
  305. layout="topleft"
  306. left="0"
  307. max_length="4096"
  308. name="group_money_details_text"
  309. top="2"
  310. width="313"
  311. word_wrap="true">
  312. Loading...
  313. </text_editor>
  314. <button
  315. follows="left|top"
  316. height="18"
  317. image_overlay="Arrow_Left_Off"
  318. layout="topleft"
  319. name="earlier_details_button"
  320. tool_tip="Back"
  321. left="200"
  322. top_pad="0"
  323. width="25" />
  324. <button
  325. follows="left|top"
  326. height="18"
  327. image_overlay="Arrow_Right_Off"
  328. layout="topleft"
  329. name="later_details_button"
  330. tool_tip="Next"
  331. left_pad="15"
  332. width="25" />
  333. </panel>
  334. <panel
  335. border="false"
  336. follows="all"
  337. label="SALES"
  338. layout="topleft"
  339. left="0"
  340. help_topic="group_money_sales_tab"
  341. name="group_money_sales_tab"
  342. top="0"
  343. width="313">
  344. <text_editor
  345. enabled="false"
  346. type="string"
  347. follows="all"
  348. height="185"
  349. layout="topleft"
  350. left="0"
  351. max_length="4096"
  352. name="group_money_sales_text"
  353. top="2"
  354. width="313"
  355. word_wrap="true">
  356. Loading...
  357. </text_editor>
  358. <button
  359. follows="left|top"
  360. height="18"
  361. image_overlay="Arrow_Left_Off"
  362. layout="topleft"
  363. name="earlier_sales_button"
  364. tool_tip="Back"
  365. left="200"
  366. top_pad="0"
  367. width="25" />
  368. <button
  369. follows="left|top"
  370. height="18"
  371. image_overlay="Arrow_Right_Off"
  372. layout="topleft"
  373. left_pad="15"
  374. name="later_sales_button"
  375. tool_tip="Next"
  376. width="25" />
  377. </panel>
  378. </tab_container>
  379. </panel>