PageRenderTime 137ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 436 lines | 436 code | 0 blank | 0 comment | 0 complexity | 45d836c36bda5317adbf46b564fb4056 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="all"
  4. height="570"
  5. layout="topleft"
  6. name="item properties"
  7. help_topic="item_properties"
  8. title="Item Profile"
  9. width="333">
  10. <panel.string
  11. name="unknown">
  12. (unknown)
  13. </panel.string>
  14. <panel.string
  15. name="public">
  16. (public)
  17. </panel.string>
  18. <panel.string
  19. name="you_can">
  20. You can:
  21. </panel.string>
  22. <panel.string
  23. name="owner_can">
  24. Owner can:
  25. </panel.string>
  26. <panel.string
  27. name="acquiredDate">
  28. [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
  29. </panel.string>
  30. <panel.string
  31. name="origin_inventory">
  32. (Inventory)
  33. </panel.string>
  34. <panel.string
  35. name="origin_inworld">
  36. (Inworld)
  37. </panel.string>
  38. <icon
  39. follows="top|right"
  40. height="18"
  41. image_name="Lock"
  42. layout="topleft"
  43. right="-15"
  44. mouse_opaque="true"
  45. name="IconLocked"
  46. top="8"
  47. width="18" />
  48. <button
  49. follows="top|left"
  50. height="24"
  51. image_hover_unselected="BackButton_Over"
  52. image_pressed="BackButton_Press"
  53. image_unselected="BackButton_Off"
  54. layout="topleft"
  55. left="12"
  56. name="back_btn"
  57. tab_stop="false"
  58. top="2"
  59. width="30"
  60. use_draw_context_alpha="false" />
  61. <text
  62. follows="top|left|right"
  63. font="SansSerifHugeBold"
  64. height="26"
  65. layout="topleft"
  66. left_pad="3"
  67. name="title"
  68. text_color="LtGray"
  69. top="2"
  70. use_ellipses="true"
  71. value="Item Profile"
  72. width="275" />
  73. <text
  74. follows="top|left|right"
  75. height="13"
  76. layout="topleft"
  77. left="45"
  78. name="origin"
  79. text_color="LtGray_50"
  80. use_ellipses="true"
  81. value="(Inventory)"
  82. width="275" />
  83. <scroll_container
  84. color="DkGray2"
  85. follows="all"
  86. layout="topleft"
  87. left="9"
  88. name="item_profile_scroll"
  89. opaque="true"
  90. height="493"
  91. width="313"
  92. top="45">
  93. <panel
  94. follows="left|top|right"
  95. height="390"
  96. help_topic=""
  97. label=""
  98. layout="topleft"
  99. left="0"
  100. name="item_profile"
  101. top="0"
  102. width="295">
  103. <text
  104. type="string"
  105. length="1"
  106. follows="left|top"
  107. height="10"
  108. layout="topleft"
  109. left="5"
  110. name="LabelItemNameTitle"
  111. top="10"
  112. width="78">
  113. Name:
  114. </text>
  115. <line_editor
  116. border_style="line"
  117. border_thickness="1"
  118. follows="left|top|right"
  119. height="20"
  120. layout="topleft"
  121. left_delta="78"
  122. max_length_bytes="63"
  123. name="LabelItemName"
  124. top_delta="0"
  125. width="210" />
  126. <text
  127. type="string"
  128. length="1"
  129. follows="left|top"
  130. height="10"
  131. layout="topleft"
  132. left="5"
  133. name="LabelItemDescTitle"
  134. top_pad="10"
  135. width="78">
  136. Description:
  137. </text>
  138. <line_editor
  139. border_style="line"
  140. border_thickness="1"
  141. follows="left|top|right"
  142. height="23"
  143. layout="topleft"
  144. left_delta="78"
  145. max_length_bytes="127"
  146. name="LabelItemDesc"
  147. top_delta="-5"
  148. width="210" />
  149. <text
  150. type="string"
  151. length="1"
  152. follows="left|top"
  153. height="23"
  154. layout="topleft"
  155. left="5"
  156. name="LabelCreatorTitle"
  157. top_pad="10"
  158. width="78">
  159. Creator:
  160. </text>
  161. <avatar_icon
  162. follows="top|left"
  163. height="20"
  164. default_icon_name="Generic_Person"
  165. layout="topleft"
  166. left_pad="0"
  167. top_delta="-6"
  168. mouse_opaque="true"
  169. width="20" />
  170. <text
  171. type="string"
  172. follows="left|right|top"
  173. font="SansSerifSmall"
  174. height="15"
  175. layout="topleft"
  176. left_pad="5"
  177. name="LabelCreatorName"
  178. top_delta="6"
  179. use_ellipses="true"
  180. width="165">
  181. </text>
  182. <button
  183. follows="top|right"
  184. height="16"
  185. image_selected="Inspector_I"
  186. image_unselected="Inspector_I"
  187. layout="topleft"
  188. right="-5"
  189. name="BtnCreator"
  190. top_delta="-6"
  191. width="16" />
  192. <text
  193. type="string"
  194. length="1"
  195. follows="left|top"
  196. height="23"
  197. layout="topleft"
  198. left="5"
  199. name="LabelOwnerTitle"
  200. top_pad="10"
  201. width="78">
  202. Owner:
  203. </text>
  204. <avatar_icon
  205. follows="top|left"
  206. height="20"
  207. default_icon_name="Generic_Person"
  208. layout="topleft"
  209. left_pad="0"
  210. top_delta="-6"
  211. mouse_opaque="true"
  212. width="20" />
  213. <text
  214. type="string"
  215. follows="left|right|top"
  216. font="SansSerifSmall"
  217. height="15"
  218. layout="topleft"
  219. left_pad="5"
  220. name="LabelOwnerName"
  221. top_delta="6"
  222. use_ellipses="true"
  223. width="165">
  224. </text>
  225. <button
  226. follows="top|right"
  227. height="16"
  228. image_selected="Inspector_I"
  229. image_unselected="Inspector_I"
  230. layout="topleft"
  231. right="-5"
  232. name="BtnOwner"
  233. top_delta="-3"
  234. width="16" />
  235. <text
  236. type="string"
  237. length="1"
  238. follows="left|top"
  239. height="23"
  240. layout="topleft"
  241. left="5"
  242. name="LabelAcquiredTitle"
  243. top_pad="10"
  244. width="78">
  245. Acquired:
  246. </text>
  247. <text
  248. type="string"
  249. length="1"
  250. follows="left|top|right"
  251. height="23"
  252. layout="topleft"
  253. left_delta="78"
  254. name="LabelAcquiredDate"
  255. top_delta="0"
  256. width="210">
  257. </text>
  258. <panel
  259. border="false"
  260. follows="left|top|right"
  261. layout="topleft"
  262. mouse_opaque="false"
  263. name="perms_inv"
  264. left="0"
  265. top_pad="25"
  266. height="155"
  267. width="313">
  268. <text
  269. type="string"
  270. length="1"
  271. left="10"
  272. top_pad="13"
  273. text_color="EmphasisColor"
  274. height="15"
  275. follows="left|top|right"
  276. layout="topleft"
  277. name="perm_modify"
  278. width="200">
  279. You can:
  280. </text>
  281. <check_box
  282. height="18"
  283. label="Modify"
  284. layout="topleft"
  285. left="20"
  286. name="CheckOwnerModify"
  287. top_pad="0"
  288. width="90" />
  289. <check_box
  290. height="18"
  291. label="Copy"
  292. layout="topleft"
  293. left_pad="0"
  294. name="CheckOwnerCopy"
  295. width="90" />
  296. <check_box
  297. height="18"
  298. label="Transfer"
  299. layout="topleft"
  300. left_pad="0"
  301. name="CheckOwnerTransfer"
  302. width="106" />
  303. <text
  304. type="string"
  305. length="1"
  306. follows="left|top"
  307. height="16"
  308. layout="topleft"
  309. left="10"
  310. name="AnyoneLabel"
  311. top_pad="8"
  312. width="100">
  313. Anyone:
  314. </text>
  315. <check_box
  316. height="18"
  317. label="Copy"
  318. layout="topleft"
  319. left_pad="0"
  320. name="CheckEveryoneCopy"
  321. top_delta="-2"
  322. width="150" />
  323. <text
  324. type="string"
  325. length="1"
  326. follows="left|top"
  327. height="16"
  328. layout="topleft"
  329. left="10"
  330. name="GroupLabel"
  331. top_pad="8"
  332. width="100">
  333. Group:
  334. </text>
  335. <check_box
  336. height="18"
  337. label="Share"
  338. layout="topleft"
  339. left_pad="0"
  340. top_delta="-2"
  341. name="CheckShareWithGroup"
  342. tool_tip="Allow all members of the set group to share your modify permissions for this object. You must Deed to enable role restrictions."
  343. width="150" />
  344. <text
  345. type="string"
  346. length="1"
  347. follows="left|top"
  348. height="16"
  349. layout="topleft"
  350. left="10"
  351. name="NextOwnerLabel"
  352. top_pad="8"
  353. width="200"
  354. word_wrap="true">
  355. Next owner:
  356. </text>
  357. <check_box
  358. height="18"
  359. label="Modify"
  360. layout="topleft"
  361. left="20"
  362. top_pad="0"
  363. name="CheckNextOwnerModify"
  364. width="90" />
  365. <check_box
  366. height="18"
  367. label="Copy"
  368. layout="topleft"
  369. left_pad="0"
  370. name="CheckNextOwnerCopy"
  371. width="90" />
  372. <check_box
  373. height="18"
  374. label="Transfer"
  375. layout="topleft"
  376. left_pad="0"
  377. name="CheckNextOwnerTransfer"
  378. tool_tip="Next owner can give away or resell this object"
  379. width="106" />
  380. </panel>
  381. <check_box
  382. height="18"
  383. label="For Sale"
  384. layout="topleft"
  385. left="20"
  386. name="CheckPurchase"
  387. top_pad="20"
  388. width="100" />
  389. <combo_box
  390. height="23"
  391. left_pad="0"
  392. layout="topleft"
  393. follows="left|top"
  394. name="combobox sale copy"
  395. width="170">
  396. <combo_box.item
  397. label="Copy"
  398. name="Copy"
  399. value="Copy" />
  400. <combo_box.item
  401. label="Original"
  402. name="Original"
  403. value="Original" />
  404. </combo_box>
  405. <spinner
  406. follows="left|top"
  407. decimal_digits="0"
  408. increment="1"
  409. control_name="Edit Cost"
  410. name="Edit Cost"
  411. label="Price: L$"
  412. label_width="75"
  413. left="120"
  414. width="170"
  415. min_val="0"
  416. height="23"
  417. max_val="999999999"
  418. top_pad="10"/>
  419. </panel>
  420. </scroll_container>
  421. <panel
  422. height="30"
  423. layout="topleft"
  424. name="button_panel"
  425. left="5"
  426. top_pad="0"
  427. width="313">
  428. <button
  429. height="23"
  430. label="Cancel"
  431. layout="topleft"
  432. name="cancel_btn"
  433. right="-1"
  434. width="100" />
  435. </panel>
  436. </panel>