PageRenderTime 71ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 170 lines | 162 code | 1 blank | 7 comment | 0 complexity | 361b14c9810ade2ec26a6361294a0d82 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <!--
  3. Not can_close / no title to avoid window chrome
  4. Single instance - only have one at a time, recycle it each spawn
  5. -->
  6. <floater
  7. legacy_header_height="25"
  8. bevel_style="in"
  9. bg_opaque_image="Inspector_Background"
  10. can_close="false"
  11. can_minimize="false"
  12. height="150"
  13. layout="topleft"
  14. name="inspect_object"
  15. single_instance="true"
  16. sound_flags="0"
  17. visible="true"
  18. width="228">
  19. <string name="Creator">By [CREATOR]</string>
  20. <string name="CreatorAndOwner">
  21. By [CREATOR]
  22. Owner [OWNER]
  23. </string>
  24. <string name="Price">L$[AMOUNT]</string>
  25. <string name="PriceFree">Free!</string>
  26. <string name="Touch">Touch</string>
  27. <string name="Sit">Sit</string>
  28. <text
  29. parse_urls="false"
  30. follows="all"
  31. font="SansSerifLarge"
  32. height="30"
  33. left="8"
  34. name="object_name"
  35. text_color="White"
  36. top="6"
  37. use_ellipses="true"
  38. word_wrap="true"
  39. width="220" />
  40. <text
  41. follows="all"
  42. height="50"
  43. left="8"
  44. name="object_creator"
  45. top_pad="6"
  46. use_ellipses="true"
  47. width="220">
  48. by secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  49. owner secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about
  50. </text>
  51. <text
  52. follows="all"
  53. font="SansSerifSmall"
  54. font.style="BOLD"
  55. height="14"
  56. halign="right"
  57. right="-5"
  58. name="price_text"
  59. text_color="white"
  60. top="60"
  61. font_shadow="none"
  62. width="60">
  63. L$30,000
  64. </text>
  65. <text
  66. clip_partial="true"
  67. follows="all"
  68. font="SansSerifSmall"
  69. height="25"
  70. left="8"
  71. name="object_description"
  72. top="76"
  73. use_ellipses="true"
  74. width="220"
  75. word_wrap="true">
  76. </text>
  77. <!-- Overlapping buttons for all default actions. Show "Buy" if
  78. for sale, "Sit" if can sit, etc. -->
  79. <icon
  80. name="secure_browsing"
  81. image_name="Lock"
  82. left="0"
  83. visible="false"
  84. width="18"
  85. height="18"
  86. top="103"
  87. tool_tip="Secure Browsing"
  88. follows="left|top" />
  89. <text
  90. follows="all"
  91. font="SansSerifSmall"
  92. height="13"
  93. name="object_media_url"
  94. width="207"
  95. left_pad="2"
  96. top_delta="0"
  97. max_length = "50"
  98. use_ellipses="true">
  99. http://www.superdupertest.com
  100. </text>
  101. <button
  102. follows="top|left"
  103. height="20"
  104. label="Buy"
  105. left="8"
  106. name="buy_btn"
  107. top="121"
  108. width="80" />
  109. <button
  110. follows="top|left"
  111. height="20"
  112. label="Pay"
  113. left_delta="0"
  114. name="pay_btn"
  115. top_delta="0"
  116. width="80" />
  117. <button
  118. follows="top|left"
  119. height="20"
  120. label="Take Copy"
  121. left_delta="0"
  122. name="take_free_copy_btn"
  123. top_delta="0"
  124. width="80" />
  125. <button
  126. follows="top|left"
  127. height="20"
  128. label="Touch"
  129. left_delta="0"
  130. name="touch_btn"
  131. top_delta="0"
  132. width="80" />
  133. <button
  134. follows="top|left"
  135. height="20"
  136. label="Sit"
  137. left_delta="0"
  138. name="sit_btn"
  139. top_delta="0"
  140. width="80" />
  141. <button
  142. follows="top|left"
  143. height="20"
  144. label="Open"
  145. left_delta="0"
  146. name="open_btn"
  147. top_delta="0"
  148. width="80" />
  149. <!-- non-overlapping buttons here -->
  150. <button
  151. follows="top|left"
  152. height="20"
  153. label="More"
  154. layout="topleft"
  155. name="more_info_btn"
  156. left_pad="10"
  157. top_delta="0"
  158. tab_stop="false"
  159. width="80" />
  160. <menu_button
  161. follows="top|left"
  162. height="20"
  163. image_overlay="OptionsMenu_Off"
  164. menu_filename="menu_inspect_object_gear.xml"
  165. name="gear_btn"
  166. right="-5"
  167. top_delta="0"
  168. width="35" />
  169. </floater>