PageRenderTime 28ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/ja/panel_edit_classified.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 54 lines | 54 code | 0 blank | 0 comment | 0 complexity | b9edf8e19b9ef8df82d0f1653d99aadb MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="????????????" name="panel_edit_classified">
  3. <panel.string name="location_notice">
  4. ???????
  5. </panel.string>
  6. <string name="publish_label">
  7. ??
  8. </string>
  9. <string name="save_label">
  10. ??
  11. </string>
  12. <text name="title">
  13. ????????????
  14. </text>
  15. <scroll_container name="profile_scroll">
  16. <panel name="scroll_content_panel">
  17. <panel name="snapshot_panel">
  18. <icon label="" name="edit_icon" tool_tip="???????????"/>
  19. </panel>
  20. <text name="Name:">
  21. ?????
  22. </text>
  23. <text name="description_label">
  24. ???
  25. </text>
  26. <text name="location_label">
  27. ???
  28. </text>
  29. <text name="classified_location">
  30. ??????...
  31. </text>
  32. <button label="??????" name="set_to_curr_location_btn"/>
  33. <text name="category_label" value="?????"/>
  34. <text name="content_type_label" value="??????"/>
  35. <icons_combo_box label="?General??????" name="content_type">
  36. <icons_combo_box.item label="?Moderate??????" name="mature_ci" value="Mature"/>
  37. <icons_combo_box.item label="?General??????" name="pg_ci" value="PG"/>
  38. </icons_combo_box>
  39. <check_box label="??????" name="auto_renew"/>
  40. <text name="price_for_listing_label" value="?????"/>
  41. <spinner label="L$" name="price_for_listing" tool_tip="????" value="50"/>
  42. </panel>
  43. </scroll_container>
  44. <panel label="bottom_panel" name="bottom_panel">
  45. <layout_stack name="bottom_panel_ls">
  46. <layout_panel name="save_changes_btn_lp">
  47. <button label="[LABEL]" name="save_changes_btn"/>
  48. </layout_panel>
  49. <layout_panel name="show_on_map_btn_lp">
  50. <button label="????" name="cancel_btn"/>
  51. </layout_panel>
  52. </layout_stack>
  53. </panel>
  54. </panel>