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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 305 lines | 304 code | 0 blank | 1 comment | 0 complexity | 4c5c7bee63cce01e04e8263e98f77709 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. follows="all"
  5. height="570"
  6. layout="topleft"
  7. left="0"
  8. min_height="350"
  9. name="landmark_info"
  10. top="20"
  11. width="333">
  12. <string
  13. name="title_create_landmark"
  14. value="Create Landmark" />
  15. <string
  16. name="title_edit_landmark"
  17. value="Edit Landmark" />
  18. <string
  19. name="title_landmark"
  20. value="Landmark" />
  21. <string
  22. name="not_available"
  23. value="(N\A)" />
  24. <string
  25. name="unknown"
  26. value="(unknown)" />
  27. <string
  28. name="public"
  29. value="(public)" />
  30. <string
  31. name="server_update_text">
  32. Place information not available without server update.
  33. </string>
  34. <string
  35. name="server_error_text">
  36. Information about this location is unavailable at this time, please try again later.
  37. </string>
  38. <string
  39. name="server_forbidden_text">
  40. Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.
  41. </string>
  42. <string
  43. name="acquired_date">
  44. [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
  45. </string>
  46. <!-- Texture names for rating icons -->
  47. <string
  48. name="icon_PG"
  49. translate="false"
  50. value="Parcel_PG_Dark" />
  51. <string
  52. name="icon_M"
  53. translate="false"
  54. value="Parcel_M_Dark" />
  55. <string
  56. name="icon_R"
  57. translate="false"
  58. value="Parcel_R_Dark" />
  59. <button
  60. follows="top|left"
  61. height="24"
  62. image_hover_unselected="BackButton_Over"
  63. image_pressed="BackButton_Press"
  64. image_unselected="BackButton_Off"
  65. layout="topleft"
  66. left="9"
  67. name="back_btn"
  68. tool_tip="Back"
  69. tab_stop="false"
  70. top="4"
  71. width="30"
  72. use_draw_context_alpha="false" />
  73. <text
  74. follows="top|left|right"
  75. font="SansSerifHugeBold"
  76. height="26"
  77. layout="topleft"
  78. left_pad="7"
  79. name="title"
  80. text_color="LtGray"
  81. top="3"
  82. use_ellipses="true"
  83. value="Place Profile"
  84. width="280" />
  85. <scroll_container
  86. color="DkGray2"
  87. follows="all"
  88. height="532"
  89. layout="topleft"
  90. left="9"
  91. name="place_scroll"
  92. opaque="true"
  93. top_pad="10"
  94. width="310">
  95. <panel
  96. bg_alpha_color="DkGray2"
  97. follows="left|top|right"
  98. height="630"
  99. layout="topleft"
  100. left="0"
  101. min_height="300"
  102. name="scrolling_panel"
  103. top="0"
  104. width="310">
  105. <texture_picker
  106. enabled="false"
  107. fallback_image="default_land_picture.j2c"
  108. follows="left|top|right"
  109. height="197"
  110. layout="topleft"
  111. left="11"
  112. name="logo"
  113. top="10"
  114. width="290" />
  115. <text
  116. follows="left|top|right"
  117. font="SansSerifLarge"
  118. height="14"
  119. layout="topleft"
  120. left="10"
  121. name="region_title"
  122. text_color="white"
  123. top_pad="10"
  124. use_ellipses="true"
  125. value="SampleRegion"
  126. width="280" />
  127. <text
  128. follows="left|top|right"
  129. height="14"
  130. layout="topleft"
  131. left="10"
  132. name="parcel_title"
  133. top_pad="10"
  134. use_ellipses="true"
  135. value="SampleParcel, Name Long (145, 228, 26)"
  136. width="280" />
  137. <expandable_text
  138. follows="left|top|right"
  139. height="50"
  140. layout="topleft"
  141. left="10"
  142. name="description"
  143. top_pad="10"
  144. value="Du waltz die spritz"
  145. width="280" />
  146. <icon
  147. follows="top|left"
  148. height="16"
  149. image_name="unknown"
  150. layout="topleft"
  151. left="10"
  152. name="maturity_icon"
  153. top_pad="10"
  154. width="18" />
  155. <text
  156. follows="left|top|right"
  157. height="16"
  158. layout="topleft"
  159. left_pad="5"
  160. name="maturity_value"
  161. top_pad="-13"
  162. value="unknown"
  163. width="268" />
  164. <panel
  165. follows="left|top|right"
  166. height="55"
  167. layout="topleft"
  168. left="10"
  169. name="landmark_info_panel"
  170. top_pad="10"
  171. width="290">
  172. <text
  173. follows="left|top"
  174. height="15"
  175. layout="topleft"
  176. left="0"
  177. name="owner_label"
  178. top_pad="10"
  179. value="Owner:"
  180. width="90" />
  181. <text
  182. follows="left|top|right"
  183. height="15"
  184. layout="topleft"
  185. left="70"
  186. name="owner"
  187. top_delta="0"
  188. use_ellipses="true"
  189. width="215" />
  190. <text
  191. follows="left|top"
  192. height="15"
  193. layout="topleft"
  194. left="0"
  195. name="creator_label"
  196. value="Creator:"
  197. width="90" />
  198. <text
  199. follows="left|top|right"
  200. height="15"
  201. layout="topleft"
  202. left="70"
  203. name="creator"
  204. top_delta="0"
  205. use_ellipses="true"
  206. width="215" />
  207. <text
  208. follows="left|top"
  209. height="15"
  210. layout="topleft"
  211. left="0"
  212. name="created_label"
  213. value="Created:"
  214. width="50" />
  215. <text
  216. follows="left|top|right"
  217. height="15"
  218. layout="topleft"
  219. left="70"
  220. name="created"
  221. top_delta="0"
  222. width="200" />
  223. </panel>
  224. <panel
  225. follows="left|top|right"
  226. height="210"
  227. layout="topleft"
  228. left="10"
  229. name="landmark_edit_panel"
  230. width="290">
  231. <text
  232. follows="left|top"
  233. height="15"
  234. layout="topleft"
  235. left="0"
  236. name="title_label"
  237. top_pad="10"
  238. value="Title:"
  239. width="290" />
  240. <text
  241. parse_urls="false"
  242. follows="left|top"
  243. height="22"
  244. layout="topleft"
  245. left="0"
  246. name="title_value"
  247. text_color="white"
  248. top_pad="5"
  249. use_ellipses="true"
  250. width="290" />
  251. <line_editor
  252. follows="left|top|right"
  253. height="22"
  254. layout="topleft"
  255. left="0"
  256. max_length_bytes="63"
  257. name="title_editor"
  258. prevalidate_callback="ascii"
  259. text_readonly_color="white"
  260. top_delta="0"
  261. width="290" />
  262. <text
  263. follows="left|top"
  264. height="15"
  265. layout="topleft"
  266. left="0"
  267. name="notes_label"
  268. top_pad="10"
  269. value="My notes:"
  270. width="290" />
  271. <text_editor
  272. bg_readonly_color="DkGray2"
  273. follows="all"
  274. height="70"
  275. layout="topleft"
  276. left="0"
  277. max_length="127"
  278. name="notes_editor"
  279. read_only="true"
  280. text_readonly_color="white"
  281. text_type="ascii_with_newline"
  282. top_pad="5"
  283. width="290"
  284. wrap="true" />
  285. <text
  286. follows="left|top"
  287. height="15"
  288. layout="topleft"
  289. left="0"
  290. name="folder_label"
  291. top_pad="15"
  292. value="Landmark location:"
  293. width="290" />
  294. <combo_box
  295. follows="bottom|left|right"
  296. height="23"
  297. layout="topleft"
  298. left="0"
  299. name="folder_combo"
  300. top_pad="5"
  301. width="200" />
  302. </panel>
  303. </panel>
  304. </scroll_container>
  305. </panel>