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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 146 lines · 141 code · 5 blank · 0 comment · 0 complexity · fa7287d4e6f44367d08d87d637b60945 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="all"
  4. height="535"
  5. label="Profile"
  6. layout="topleft"
  7. left="0"
  8. name="panel_profile"
  9. top="0"
  10. width="315">
  11. <string
  12. name="CaptionTextAcctInfo">
  13. [ACCTTYPE]
  14. [PAYMENTINFO] [AGEVERIFICATION]
  15. </string>
  16. <string
  17. name="payment_update_link_url">
  18. http://www.secondlife.com/account/billing.php?lang=en
  19. </string>
  20. <string
  21. name="partner_edit_link_url">
  22. http://www.secondlife.com/account/partners.php?lang=en
  23. </string>
  24. <string
  25. name="my_account_link_url"
  26. value="http://secondlife.com/account" />
  27. <string
  28. name="no_partner_text"
  29. value="None" />
  30. <string
  31. name="no_group_text"
  32. value="None" />
  33. <string
  34. name="RegisterDateFormat">
  35. [REG_DATE] ([AGE])
  36. </string>
  37. <string
  38. name="name_text_args">
  39. [NAME]
  40. </string>
  41. <string
  42. name="display_name_text_args">
  43. [DISPLAY_NAME]
  44. </string>
  45. <layout_stack
  46. name="layout"
  47. orientation="vertical"
  48. follows="all"
  49. layout="topleft"
  50. left="0"
  51. top="0"
  52. height="510"
  53. width="315"
  54. border_size="0">
  55. <layout_panel
  56. name="profile_stack"
  57. follows="all"
  58. layout="topleft"
  59. top="0"
  60. left="0"
  61. height="492"
  62. user_resize="false"
  63. width="315">
  64. <scroll_container
  65. color="DkGray2"
  66. follows="all"
  67. layout="topleft"
  68. left="0"
  69. name="profile_scroll"
  70. opaque="true"
  71. height="488"
  72. width="315"
  73. top="0">
  74. <panel
  75. layout="topleft"
  76. follows="left|top|right"
  77. height="488"
  78. name="scroll_content_panel"
  79. top="0"
  80. left="0"
  81. width="297">
  82. <panel
  83. follows="left|top|right"
  84. height="117"
  85. layout="topleft"
  86. left="10"
  87. name="second_life_image_panel"
  88. top="0"
  89. width="297">
  90. <texture_picker
  91. allow_no_texture="true"
  92. default_image_name="None"
  93. enabled="false"
  94. fallback_image="Generic_Person_Large"
  95. follows="top|left"
  96. height="124"
  97. layout="topleft"
  98. left="3"
  99. name="2nd_life_pic"
  100. top="10"
  101. width="102" />
  102. <text
  103. follows="left|top|right"
  104. font="SansSerifLarge"
  105. font.style="BOLD"
  106. height="15"
  107. layout="topleft"
  108. left_pad="10"
  109. name="display_name_descr_text"
  110. text_color="0.7 0.7 0.7 1.0"
  111. top_delta="0"
  112. width="280" >
  113. User name
  114. </text>
  115. <text
  116. follows="left|top|right"
  117. font.style="BOLD"
  118. height="15"
  119. layout="topleft"
  120. left_delta="0"
  121. name="name_descr_text"
  122. text_color="0.4 0.4 0.4 1.0"
  123. top_delta="20"
  124. width="280">
  125. Display Name
  126. </text>
  127. <button
  128. follows="bottom"
  129. height="23"
  130. left_delta="0"
  131. top_delta="20"
  132. label="Profile"
  133. name="see_profile_btn"
  134. tool_tip="See profile for this avatar"
  135. width="120" />
  136. </panel>
  137. </panel>
  138. </scroll_container>
  139. </layout_panel>
  140. </layout_stack>
  141. </panel>