PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/pt/floater_sell_land.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 66 lines | 66 code | 0 blank | 0 comment | 0 complexity | 50e3ea06608e55f9c330e987435e3b5b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="sell land" title="VENDER TERRENO">
  3. <scroll_container name="profile_scroll">
  4. <panel name="scroll_content_panel">
  5. <text name="info_parcel_label">
  6. Lote:
  7. </text>
  8. <text name="info_parcel">
  9. NOME DO LOTE
  10. </text>
  11. <text name="info_size_label">
  12. Tamanho:
  13. </text>
  14. <text name="info_size">
  15. [AREA]
  16. </text>
  17. <text bottom_delta="-67" name="info_action">
  18. Para vender este terreno:
  19. </text>
  20. <text name="price_label">
  21. 1. Preчo:
  22. </text>
  23. <text name="price_text">
  24. Determine o preчo adequado.
  25. </text>
  26. <text name="price_ld">
  27. L$
  28. </text>
  29. <line_editor name="price">
  30. 0
  31. </line_editor>
  32. <text name="price_per_m">
  33. (L$[PER_METER] por )
  34. </text>
  35. <text name="sell_to_label">
  36. 2. Vender para:
  37. </text>
  38. <text name="sell_to_text">
  39. Vender para qualquer pessoa ou determinado comprador.
  40. </text>
  41. <combo_box bottom_delta="-32" name="sell_to">
  42. <combo_box.item label="- Selecione -" name="--selectone--"/>
  43. <combo_box.item label="Todos" name="Anyone"/>
  44. <combo_box.item label="Pessoa especэfica:" name="Specificuser:"/>
  45. </combo_box>
  46. <button label="Selecionar" name="sell_to_select_agent"/>
  47. <text name="sell_objects_label">
  48. 3. Vender o terreno com os objetos?
  49. </text>
  50. <text name="sell_objects_text">
  51. O objetos transferэveis do terreno passam a ser do novo dono.
  52. </text>
  53. <radio_group bottom_delta="-58" name="sell_objects">
  54. <radio_item label="Nуo, os objetos continuam sendo meus" name="no"/>
  55. <radio_item label="Sim, vender o terreno com os objetos" name="yes"/>
  56. </radio_group>
  57. <button label="Mostrar objetos" name="show_objects"/>
  58. <text name="nag_message_label" font="SansSerifSmallBold">
  59. LEMBRE-SE: Qualquer transaчуo de compra
  60. e venda щ irreversэvel.
  61. </text>
  62. <button label="Colocar terreno р venda" name="sell_btn"/>
  63. <button label="Cancelar" name="cancel_btn"/>
  64. </panel>
  65. </scroll_container>
  66. </floater>