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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 226 lines · 212 code · 12 blank · 2 comment · 0 complexity · 4541a088be57d85cf343bedbc8efbc55 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. enabled="true"
  5. follows="left|top|right|bottom"
  6. height="500"
  7. label="General"
  8. left="102"
  9. mouse_opaque="true"
  10. name="Media Settings General"
  11. help_topic = "media_settings_general"
  12. width="365">
  13. <text
  14. bottom_delta="-25"
  15. follows="top|left"
  16. height="15"
  17. left="10"
  18. name="home_label">
  19. Home Page:
  20. </text>
  21. <text
  22. visible="false"
  23. bottom_delta="0"
  24. follows="top|left"
  25. height="15"
  26. left_delta="64"
  27. text_color="red"
  28. name="home_fails_whitelist_label">
  29. (This page does not pass the specified whitelist)
  30. </text>
  31. <line_editor
  32. max_length="1024"
  33. bottom_delta="-24"
  34. enabled="true"
  35. follows="left|top"
  36. font="SansSerif"
  37. height="20"
  38. left="10"
  39. name="home_url"
  40. tool_tip="The home page for this media source"
  41. width="340">
  42. <!-- <line_editor.commit_callback
  43. function="Media.CommitHomeURL"/> -->
  44. </line_editor>
  45. <web_browser
  46. border_visible="true"
  47. bottom_delta="-133"
  48. follows="top|left"
  49. left="120"
  50. name="preview_media"
  51. width="128"
  52. height="128"
  53. start_url="about:blank"
  54. decouple_texture_size="true" />
  55. <text
  56. bottom_delta="-15"
  57. follows="top|left"
  58. height="15"
  59. left="164"
  60. name="preview_label">
  61. Preview
  62. </text>
  63. <text
  64. bottom_delta="-20"
  65. follows="top|left"
  66. height="15"
  67. left="10"
  68. name="current_url_label">
  69. Current Page:
  70. </text>
  71. <text
  72. name="current_url"
  73. max_length="1024"
  74. use_ellipses="true"
  75. bottom_delta="-20"
  76. enabled="false"
  77. follows="left|top"
  78. font="SansSerif"
  79. height="20"
  80. left="10"
  81. tool_tip="The current page for this media source"
  82. value=""
  83. width="340" />
  84. <button
  85. bottom_delta="-20"
  86. follows="top|left"
  87. height="20"
  88. label="Reset"
  89. left_delta="233"
  90. name="current_url_reset_btn"
  91. width="110" >
  92. <button.commit_callback
  93. function="Media.ResetCurrentUrl"/>
  94. </button>
  95. <check_box
  96. bottom_delta="-25"
  97. enabled="true"
  98. follows="left|top"
  99. font="SansSerifSmall"
  100. height="16"
  101. initial_value="false"
  102. label="Auto Loop"
  103. left="10"
  104. mouse_opaque="true"
  105. name="auto_loop"
  106. radio_style="false"
  107. width="150" />
  108. <check_box
  109. bottom_delta="-25"
  110. visible="false"
  111. enabled="false"
  112. follows="left|top"
  113. font="SansSerifSmall"
  114. height="16"
  115. initial_value="false"
  116. label="First Click Interacts"
  117. left_delta="0"
  118. mouse_opaque="true"
  119. name="first_click_interact"
  120. radio_style="false"
  121. width="150" />
  122. <check_box
  123. bottom_delta="0"
  124. enabled="true"
  125. follows="left|top"
  126. font="SansSerifSmall"
  127. height="16"
  128. initial_value="false"
  129. label="Auto Zoom"
  130. left_delta="0"
  131. mouse_opaque="true"
  132. name="auto_zoom"
  133. radio_style="false"
  134. width="150" />
  135. <check_box
  136. bottom_delta="-25"
  137. enabled="true"
  138. follows="left|top"
  139. font="SansSerifSmall"
  140. height="16"
  141. initial_value="false"
  142. label="Auto Play Media"
  143. left="10"
  144. mouse_opaque="true"
  145. name="auto_play"
  146. radio_style="false"
  147. width="150" />
  148. <text
  149. bottom_delta="-14"
  150. follows="top|left"
  151. height="15"
  152. left="30"
  153. width="340"
  154. enabled="false"
  155. name="media_setting_note">
  156. Note: Residents can override this setting
  157. </text>
  158. <check_box
  159. bottom_delta="-25"
  160. enabled="true"
  161. follows="left|top"
  162. font="SansSerifSmall"
  163. height="16"
  164. initial_value="false"
  165. label="Auto Scale Media on Face of Object"
  166. left="10"
  167. mouse_opaque="true"
  168. name="auto_scale"
  169. radio_style="false"
  170. width="150" />
  171. <text
  172. bottom_delta="-20"
  173. follows="top|left"
  174. height="15"
  175. left="30"
  176. name="size_label">
  177. Size:
  178. </text>
  179. <spinner
  180. bottom_delta="0"
  181. decimal_digits="0"
  182. enabled="true"
  183. follows="left|top"
  184. height="16"
  185. increment="1"
  186. initial_val="256"
  187. label=""
  188. label_width="0"
  189. left_delta="68"
  190. max_val="2048"
  191. min_val="0"
  192. mouse_opaque="true"
  193. name="width_pixels"
  194. width="50" />
  195. <text bottom_delta="0" follows="top|left" height="15" left_delta="60" name="X_label">
  196. X
  197. </text>
  198. <spinner
  199. bottom_delta="0"
  200. decimal_digits="0"
  201. enabled="true"
  202. follows="left|top"
  203. height="16"
  204. increment="1"
  205. initial_val="256"
  206. label=""
  207. label_width="0"
  208. left_delta="20"
  209. max_val="2048"
  210. min_val="0"
  211. mouse_opaque="true"
  212. name="height_pixels"
  213. width="50" />
  214. </panel>