PageRenderTime 45ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 162 lines | 162 code | 0 blank | 0 comment | 0 complexity | 1c1db56bf0c7e486e923e4186d9b742e 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. min_height="350"
  8. name="panel_target_profile"
  9. left="0"
  10. width="333">
  11. <string
  12. name="status_online">
  13. Online
  14. </string>
  15. <string
  16. name="status_offline">
  17. Offline
  18. </string>
  19. <button
  20. follows="top|left"
  21. height="24"
  22. image_hover_unselected="BackButton_Over"
  23. image_pressed="BackButton_Press"
  24. image_unselected="BackButton_Off"
  25. layout="topleft"
  26. name="back"
  27. left="10"
  28. tab_stop="false"
  29. top="2"
  30. width="30"
  31. use_draw_context_alpha="false" />
  32. <text
  33. top="10"
  34. follows="top|left"
  35. height="13"
  36. layout="topleft"
  37. left="45"
  38. name="display_name_label"
  39. text_color="LtGray"
  40. value="Display Name:"
  41. width="80" />
  42. <text
  43. top_delta="0"
  44. follows="top|left"
  45. height="13"
  46. layout="topleft"
  47. left="45"
  48. name="solo_username_label"
  49. text_color="LtGray"
  50. value="Username:"
  51. visible="false"
  52. width="80" />
  53. <text
  54. follows="top|right"
  55. halign="right"
  56. height="13"
  57. layout="topleft"
  58. right="-15"
  59. name="status"
  60. text_color="LtGray_50"
  61. top_delta="0"
  62. value="Online"
  63. width="150" />
  64. <text
  65. follows="top|left|right"
  66. font="SansSerifBigBold"
  67. height="29"
  68. layout="topleft"
  69. left="45"
  70. name="user_name_small"
  71. text_color="LtGray"
  72. top="22"
  73. value="Jack oh look at me this is a super duper long name"
  74. use_ellipses="true"
  75. word_wrap="true"
  76. visible="false"
  77. width="255" />
  78. <text
  79. follows="top|left|right"
  80. font="SansSerifHugeBold"
  81. height="27"
  82. layout="topleft"
  83. left="45"
  84. name="user_name"
  85. text_color="LtGray"
  86. translate="false"
  87. top="25"
  88. value="TestString PleaseIgnore"
  89. visible="true"
  90. use_ellipses="true"
  91. width="258" />
  92. <button
  93. name="copy_to_clipboard"
  94. layout="topleft"
  95. follows="top|right"
  96. image_overlay="Copy"
  97. top_delta="0"
  98. right="-15"
  99. height="21"
  100. width="21"
  101. tab_stop="false"
  102. tool_tip="Copy to Clipboard"/>
  103. <text
  104. follows="top|left"
  105. height="13"
  106. layout="topleft"
  107. left="45"
  108. name="user_label"
  109. text_color="LtGray"
  110. top_pad="10"
  111. value="Username:"
  112. width="70" />
  113. <text
  114. follows="top|left"
  115. height="20"
  116. layout="topleft"
  117. left_pad="0"
  118. name="user_slid"
  119. text_color="EmphasisColor"
  120. font="SansSerifBold"
  121. top_delta="-2"
  122. translate="false"
  123. use_ellipses="true"
  124. value="teststring.pleaseignore"
  125. width="195"
  126. wrap="true "/>
  127. <tab_container
  128. follows="all"
  129. height="489"
  130. halign="center"
  131. layout="topleft"
  132. left="5"
  133. min_width="333"
  134. name="tabs"
  135. tab_min_width="80"
  136. tab_height="30"
  137. tab_position="top"
  138. top_pad="5"
  139. width="317">
  140. <panel
  141. class="panel_profile"
  142. filename="panel_profile.xml"
  143. label="PROFILE"
  144. layout="topleft"
  145. help_topic="profile_profile_tab"
  146. name="panel_profile" />
  147. <panel
  148. class="panel_picks"
  149. filename="panel_picks.xml"
  150. label="PICKS"
  151. layout="topleft"
  152. help_topic="profile_picks_tab"
  153. name="panel_picks" />
  154. <panel
  155. class="panel_notes"
  156. filename="panel_notes.xml"
  157. label="NOTES &amp; PRIVACY"
  158. layout="topleft"
  159. help_topic="profile_notes_tab"
  160. name="panel_notes" />
  161. </tab_container>
  162. </panel>