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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 236 lines · 230 code · 6 blank · 0 comment · 0 complexity · f7a5aae297154b7cf47e729e57631f9d MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="all"
  4. height="515"
  5. label="Notes &amp; Privacy"
  6. layout="topleft"
  7. left="0"
  8. name="panel_notes"
  9. top="0"
  10. width="313"
  11. >
  12. <layout_stack
  13. name="layout"
  14. orientation="vertical"
  15. follows="all"
  16. layout="topleft"
  17. left="0"
  18. top="0"
  19. height="517"
  20. width="313"
  21. border_size="0">
  22. <layout_panel
  23. name="notes_stack"
  24. follows="all"
  25. layout="topleft"
  26. top="0"
  27. left="0"
  28. height="450"
  29. width="313">
  30. <scroll_container
  31. color="DkGray2"
  32. follows="all"
  33. layout="topleft"
  34. left="0"
  35. name="profile_scroll"
  36. opaque="true"
  37. height="450"
  38. width="313"
  39. top="0">
  40. <panel
  41. height="450"
  42. layout="topleft"
  43. name="profile_scroll_panel"
  44. top="0"
  45. left="0"
  46. width="303">
  47. <text
  48. follows="left|top"
  49. font.style="BOLD"
  50. height="16"
  51. layout="topleft"
  52. left="11"
  53. name="status_message"
  54. text_color="white"
  55. top="10"
  56. value="My private notes:"
  57. width="293" />
  58. <text_editor
  59. follows="left|top"
  60. height="120"
  61. layout="topleft"
  62. left="12"
  63. max_length="1000"
  64. name="notes_edit"
  65. text_color="DkGray"
  66. top_pad="3"
  67. width="288"
  68. word_wrap="true" />
  69. <text
  70. follows="left|top"
  71. font.style="BOLD"
  72. height="16"
  73. layout="topleft"
  74. left="11"
  75. name="status_message2"
  76. text_color="white"
  77. top_pad="20"
  78. value="Allow this person to:"
  79. width="293" />
  80. <check_box
  81. enabled="false"
  82. height="16"
  83. label="See my online status"
  84. layout="topleft"
  85. left="10"
  86. name="status_check"
  87. width="293" />
  88. <check_box
  89. enabled="false"
  90. height="16"
  91. label="See me on the map"
  92. layout="topleft"
  93. left="10"
  94. name="map_check"
  95. width="293" />
  96. <check_box
  97. enabled="false"
  98. height="16"
  99. label="Edit, delete or take my objects"
  100. layout="topleft"
  101. left="10"
  102. name="objects_check"
  103. width="293" />
  104. </panel>
  105. </scroll_container>
  106. </layout_panel>
  107. <layout_panel
  108. follows="bottom|left"
  109. height="30"
  110. layout="topleft"
  111. left="0"
  112. name="notes_buttons_panel"
  113. auto_resize="false"
  114. width="313">
  115. <layout_stack
  116. follows="bottom|left|right"
  117. height="23"
  118. layout="topleft"
  119. name="bottom_bar_ls"
  120. left="2"
  121. orientation="horizontal"
  122. top_pad="5"
  123. width="309">
  124. <layout_panel
  125. follows="bottom|left|right"
  126. height="23"
  127. layout="bottomleft"
  128. left="0"
  129. name="add_friend_btn_lp"
  130. user_resize="false"
  131. auto_resize="true"
  132. width="118">
  133. <button
  134. follows="bottom|left|right"
  135. height="23"
  136. label="Add Friend"
  137. layout="topleft"
  138. left="1"
  139. mouse_opaque="false"
  140. name="add_friend"
  141. tool_tip="Offer friendship to the Resident"
  142. top="0"
  143. width="117" />
  144. </layout_panel>
  145. <layout_panel
  146. follows="bottom|left|right"
  147. height="23"
  148. layout="bottomleft"
  149. left_pad="3"
  150. name="im_btn_lp"
  151. user_resize="false"
  152. auto_resize="true"
  153. width="22">
  154. <button
  155. follows="bottom|left|right"
  156. height="23"
  157. label="IM"
  158. layout="topleft"
  159. name="im"
  160. tool_tip="Open instant message session"
  161. top="0"
  162. left="1"
  163. width="21" />
  164. </layout_panel>
  165. <layout_panel
  166. follows="bottom|left|right"
  167. height="23"
  168. layout="bottomleft"
  169. left_pad="3"
  170. name="call_btn_lp"
  171. user_resize="false"
  172. auto_resize="true"
  173. width="52">
  174. <button
  175. follows="bottom|left|right"
  176. height="23"
  177. label="Call"
  178. layout="topleft"
  179. name="call"
  180. tool_tip="Call this Resident"
  181. left="1"
  182. top="0"
  183. use_ellipses="true"
  184. width="51" />
  185. </layout_panel>
  186. <layout_panel
  187. follows="bottom|left|right"
  188. height="23"
  189. layout="bottomleft"
  190. left_pad="3"
  191. name="show_on_map_btn_lp"
  192. user_resize="false"
  193. auto_resize="true"
  194. width="46">
  195. <button
  196. enabled="false"
  197. follows="bottom|left|right"
  198. height="23"
  199. label="Map"
  200. layout="topleft"
  201. name="show_on_map_btn"
  202. tool_tip="Show the Resident on the map"
  203. top="0"
  204. left="1"
  205. width="45" />
  206. </layout_panel>
  207. <layout_panel
  208. follows="bottom|left|right"
  209. height="23"
  210. layout="bottomleft"
  211. left_pad="3"
  212. name="teleport_btn_lp"
  213. user_resize="false"
  214. auto_resize="true"
  215. width="81">
  216. <button
  217. follows="bottom|left|right"
  218. height="23"
  219. label="Teleport"
  220. layout="topleft"
  221. name="teleport"
  222. tool_tip="Offer teleport"
  223. left="1"
  224. top="0"
  225. width="80" />
  226. </layout_panel>
  227. </layout_stack>
  228. </layout_panel>
  229. </layout_stack>
  230. </panel>