PageRenderTime 41ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 191 lines | 187 code | 4 blank | 0 comment | 0 complexity | 1a9e2d9bc9ad39fcaff44b562e0b4ffe 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="panel_pick_info"
  10. help_topic="profile_pick_info"
  11. top="0"
  12. width="333">
  13. <button
  14. follows="top|left"
  15. height="24"
  16. image_hover_unselected="BackButton_Over"
  17. image_pressed="BackButton_Press"
  18. image_unselected="BackButton_Off"
  19. layout="topleft"
  20. name="back_btn"
  21. left="10"
  22. tab_stop="false"
  23. top="2"
  24. width="30"
  25. use_draw_context_alpha="false" />
  26. <text
  27. follows="top|left|right"
  28. font="SansSerifHugeBold"
  29. height="26"
  30. layout="topleft"
  31. left_pad="4"
  32. name="title"
  33. text_color="LtGray"
  34. top="2"
  35. value="Pick Info"
  36. use_ellipses="true"
  37. width="275" />
  38. <scroll_container
  39. color="DkGray2"
  40. opaque="true"
  41. follows="all"
  42. height="503"
  43. layout="topleft"
  44. left="8"
  45. top_pad="10"
  46. name="profile_scroll"
  47. width="312">
  48. <panel
  49. name="scroll_content_panel"
  50. follows="left|top|right"
  51. min_height="300"
  52. layout="topleft"
  53. top="0"
  54. background_visible="false"
  55. height="400"
  56. left="0"
  57. width="285">
  58. <texture_picker
  59. fallback_image="default_land_picture.j2c"
  60. enabled="false"
  61. follows="left|top|right"
  62. height="197"
  63. layout="topleft"
  64. left="11"
  65. name="pick_snapshot"
  66. top="10"
  67. width="272" />
  68. <text_editor
  69. allow_scroll="false"
  70. bg_visible="false"
  71. follows="left|top|right"
  72. h_pad="0"
  73. height="35"
  74. width="280"
  75. layout="topleft"
  76. font="SansSerifBig"
  77. font.style="BOLD"
  78. left="10"
  79. top_pad="10"
  80. name="pick_name"
  81. read_only="true"
  82. text_color="white"
  83. v_pad="0"
  84. value="[name]"
  85. use_ellipses="true" />
  86. <text_editor
  87. allow_scroll="false"
  88. bg_visible="false"
  89. follows="left|top|right"
  90. h_pad="0"
  91. height="25"
  92. layout="topleft"
  93. left="10"
  94. name="pick_location"
  95. read_only="true"
  96. width="280"
  97. word_wrap="true"
  98. v_pad="0"
  99. value="[loading...]" />
  100. <text_editor
  101. bg_readonly_color="DkGray2"
  102. follows="all"
  103. height="100"
  104. width="280"
  105. parse_urls="true"
  106. hide_scrollbar="false"
  107. layout="topleft"
  108. left="10"
  109. top_pad="2"
  110. max_length="1023"
  111. name="pick_desc"
  112. read_only="true"
  113. text_readonly_color="white"
  114. value="[description]"
  115. wrap="true" />
  116. </panel>
  117. </scroll_container>
  118. <panel
  119. follows="left|right|bottom"
  120. height="23"
  121. layout="topleft"
  122. top_pad="5"
  123. left="8"
  124. name="buttons">
  125. <layout_stack
  126. follows="bottom|left|right"
  127. height="23"
  128. layout="topleft"
  129. name="layout_stack1"
  130. left="0"
  131. orientation="horizontal"
  132. top_pad="0"
  133. width="312">
  134. <layout_panel
  135. follows="bottom|left|right"
  136. height="23"
  137. layout="bottomleft"
  138. left="0"
  139. name="layout_panel1"
  140. auto_resize="true"
  141. width="101">
  142. <button
  143. follows="bottom|left|right"
  144. height="23"
  145. label="Teleport"
  146. layout="topleft"
  147. name="teleport_btn"
  148. top="0"
  149. width="101" />
  150. </layout_panel>
  151. <layout_panel
  152. follows="bottom|left|right"
  153. height="23"
  154. layout="bottomleft"
  155. left_pad="3"
  156. name="show_on_map_btn_lp"
  157. auto_resize="true"
  158. width="100">
  159. <button
  160. follows="bottom|left|right"
  161. height="23"
  162. label="Map"
  163. layout="topleft"
  164. name="show_on_map_btn"
  165. top_pad="0"
  166. width="100" />
  167. </layout_panel>
  168. <layout_panel
  169. follows="bottom|left|right"
  170. height="23"
  171. layout="bottomleft"
  172. left_pad="3"
  173. name="edit_btn_lp"
  174. auto_resize="true"
  175. width="101">
  176. <button
  177. follows="bottom|left|right"
  178. height="23"
  179. label="Edit"
  180. layout="topleft"
  181. name="edit_btn"
  182. top_pad="0"
  183. width="101" />
  184. </layout_panel>
  185. </layout_stack>
  186. </panel>
  187. </panel>