PageRenderTime 40ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 373 lines | 373 code | 0 blank | 0 comment | 0 complexity | 1019ead106290803590125e05390b02f MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. open_positioning="cascading"
  4. legacy_header_height="18"
  5. can_minimize="true"
  6. can_close="true"
  7. height="500"
  8. layout="topleft"
  9. name="Snapshot"
  10. help_topic="snapshot"
  11. save_rect="true"
  12. save_visibility="false"
  13. title="SNAPSHOT PREVIEW"
  14. width="470">
  15. <floater.string
  16. name="unknown">
  17. unknown
  18. </floater.string>
  19. <string
  20. name="postcard_progress_str">
  21. Sending Email
  22. </string>
  23. <string
  24. name="profile_progress_str">
  25. Posting
  26. </string>
  27. <string
  28. name="inventory_progress_str">
  29. Saving to Inventory
  30. </string>
  31. <string
  32. name="local_progress_str">
  33. Saving to Computer
  34. </string>
  35. <string
  36. name="profile_succeeded_str">
  37. Image uploaded
  38. </string>
  39. <string
  40. name="postcard_succeeded_str">
  41. Email Sent!
  42. </string>
  43. <string
  44. name="inventory_succeeded_str">
  45. Saved to Inventory!
  46. </string>
  47. <string
  48. name="local_succeeded_str">
  49. Saved to Computer!
  50. </string>
  51. <string
  52. name="profile_failed_str">
  53. Failed to upload image to your Profile Feed.
  54. </string>
  55. <string
  56. name="postcard_failed_str">
  57. Failed to send email.
  58. </string>
  59. <string
  60. name="inventory_failed_str">
  61. Failed to save to inventory.
  62. </string>
  63. <string
  64. name="local_failed_str">
  65. Failed to save to computer.
  66. </string>
  67. <button
  68. follows="left|top"
  69. height="23"
  70. image_overlay="TabIcon_Close_Off"
  71. layout="topleft"
  72. left="236"
  73. name="advanced_options_btn"
  74. tool_tip="Advanced options"
  75. top="25"
  76. width="23" />
  77. <ui_ctrl
  78. height="160"
  79. width="250"
  80. layout="topleft"
  81. name="thumbnail_placeholder"
  82. top="50"
  83. follows="left|top"
  84. left="10">
  85. <panel
  86. background_visible="true"
  87. bg_alpha_color="0.9 1 0.9 1"
  88. follows="left|top"
  89. font="SansSerifLarge"
  90. halign="center"
  91. height="20"
  92. layout="topleft"
  93. left="0"
  94. length="1"
  95. name="succeeded_panel"
  96. right="-1"
  97. top="0"
  98. type="string"
  99. visible="false">
  100. <text
  101. follows="all"
  102. font="SansSerif"
  103. halign="center"
  104. height="18"
  105. layout="topleft"
  106. left="1"
  107. length="1"
  108. name="succeeded_lbl"
  109. right="-1"
  110. text_color="0.2 0.5 0.2 1"
  111. top="4"
  112. translate="false"
  113. type="string">
  114. Succeeded
  115. </text>
  116. </panel>
  117. <panel
  118. background_visible="true"
  119. bg_alpha_color="1 0.9 0.9 1"
  120. follows="left|top"
  121. font="SansSerifLarge"
  122. halign="center"
  123. height="20"
  124. layout="topleft"
  125. left_delta="0"
  126. length="1"
  127. name="failed_panel"
  128. right="-1"
  129. top="0"
  130. type="string"
  131. visible="false">
  132. <text
  133. follows="all"
  134. font="SansSerif"
  135. halign="center"
  136. height="18"
  137. layout="topleft"
  138. left="1"
  139. length="1"
  140. name="failed_lbl"
  141. right="-1"
  142. text_color="0.5 0.2 0.2 1"
  143. top="4"
  144. translate="false"
  145. type="string">
  146. Failed
  147. </text>
  148. </panel>
  149. <loading_indicator
  150. follows="left|top"
  151. height="48"
  152. layout="topleft"
  153. name="working_indicator"
  154. left="101"
  155. top="46"
  156. visible="false"
  157. width="48" />
  158. <text
  159. follows="left|top|right"
  160. font="SansSerifBold"
  161. height="14"
  162. layout="topleft"
  163. left="5"
  164. length="1"
  165. halign="center"
  166. name="working_lbl"
  167. right="-5"
  168. top="98"
  169. translate="false"
  170. type="string"
  171. visible="false"
  172. width="130">
  173. Working
  174. </text>
  175. <button
  176. follows="left|top"
  177. height="22"
  178. image_overlay="Refresh_Off"
  179. layout="topleft"
  180. left="20"
  181. name="new_snapshot_btn"
  182. bottom="-20"
  183. visible="false"
  184. width="22" />
  185. <text
  186. follows="left|top"
  187. font="SansSerifBold"
  188. halign="left"
  189. height="18"
  190. layout="topleft"
  191. left_pad="10"
  192. length="1"
  193. name="refresh_lbl"
  194. right="-5"
  195. text_color="red"
  196. top_delta="0"
  197. translate="false"
  198. type="string"
  199. visible="false"
  200. width="130">
  201. Refresh to save.
  202. </text>
  203. </ui_ctrl>
  204. <view_border
  205. bevel_style="in"
  206. height="21"
  207. width="250"
  208. layout="topleft"
  209. name="img_info_border"
  210. top_pad="3"
  211. follows="left|top"
  212. left_delta="0"
  213. />
  214. <text
  215. type="string"
  216. font="SansSerifSmall"
  217. length="1"
  218. follows="left|top"
  219. height="14"
  220. layout="topleft"
  221. left_delta="5"
  222. halign="left"
  223. name="image_res_text"
  224. top_delta="5"
  225. width="100">
  226. [WIDTH] x [HEIGHT] px
  227. </text>
  228. <text
  229. follows="left|top"
  230. font="SansSerifSmall"
  231. height="14"
  232. layout="topleft"
  233. left="200"
  234. length="1"
  235. halign="right"
  236. name="file_size_label"
  237. top_delta="0"
  238. type="string"
  239. width="50">
  240. [SIZE] KB
  241. </text>
  242. <panel_container
  243. follows="left|top"
  244. height="260"
  245. layout="topleft"
  246. left="0"
  247. name="panel_container"
  248. default_panel_name="panel_snapshot_options"
  249. top_pad="10"
  250. width="270">
  251. <panel
  252. class="llpanelsnapshotoptions"
  253. filename="panel_snapshot_options.xml"
  254. follows="all"
  255. layout="topleft"
  256. left="0"
  257. name="panel_snapshot_options"
  258. top="0" />
  259. <panel
  260. class="llpanelsnapshotprofile"
  261. follows="all"
  262. layout="topleft"
  263. name="panel_snapshot_profile"
  264. filename="panel_snapshot_profile.xml" />
  265. <panel
  266. class="llpanelsnapshotpostcard"
  267. follows="all"
  268. layout="topleft"
  269. name="panel_snapshot_postcard"
  270. filename="panel_snapshot_postcard.xml" />
  271. <panel
  272. class="llpanelsnapshotinventory"
  273. follows="all"
  274. layout="topleft"
  275. name="panel_snapshot_inventory"
  276. filename="panel_snapshot_inventory.xml" />
  277. <panel
  278. class="llpanelsnapshotlocal"
  279. follows="all"
  280. layout="topleft"
  281. name="panel_snapshot_local"
  282. filename="panel_snapshot_local.xml" />
  283. </panel_container>
  284. <panel
  285. height="295"
  286. layout="topleft"
  287. left="270"
  288. name="advanced_options_panel"
  289. top="20"
  290. width="200">
  291. <text
  292. type="string"
  293. font="SansSerifSmall"
  294. length="1"
  295. follows="left|top"
  296. height="14"
  297. layout="topleft"
  298. left="10"
  299. halign="left"
  300. name="advanced_options_label"
  301. right="-10"
  302. top="10">
  303. ADVANCED OPTIONS
  304. </text>
  305. <view_border
  306. bevel_style="in"
  307. follows="left|top|right"
  308. height="1"
  309. left="10"
  310. layout="topleft"
  311. name="advanced_options_hr"
  312. right="-10"
  313. top_pad="5"
  314. />
  315. <text
  316. type="string"
  317. length="1"
  318. follows="left|top"
  319. height="13"
  320. layout="topleft"
  321. left="10"
  322. name="layer_type_label"
  323. top_pad="10"
  324. width="50">
  325. Capture:
  326. </text>
  327. <combo_box
  328. follows="left|top|right"
  329. height="23"
  330. label="Image Layers"
  331. layout="topleft"
  332. left="30"
  333. name="layer_types"
  334. right="-10">
  335. <combo_box.item
  336. label="Colors"
  337. name="Colors"
  338. value="colors" />
  339. <combo_box.item
  340. label="Depth"
  341. name="Depth"
  342. value="depth" />
  343. </combo_box>
  344. <check_box
  345. label="Interface"
  346. layout="topleft"
  347. left="30"
  348. top_pad="10"
  349. width="180"
  350. name="ui_check" />
  351. <check_box
  352. label="HUDs"
  353. layout="topleft"
  354. left="30"
  355. top_pad="10"
  356. width="180"
  357. name="hud_check" />
  358. <check_box
  359. label="Freeze frame (fullscreen)"
  360. layout="topleft"
  361. left="10"
  362. top_pad="8"
  363. width="180"
  364. name="freeze_frame_check" />
  365. <check_box
  366. label="Auto-refresh"
  367. layout="topleft"
  368. left="10"
  369. top_pad="8"
  370. width="180"
  371. name="auto_snapshot_check" />
  372. </panel>
  373. </floater>