PageRenderTime 35ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 99 lines | 99 code | 0 blank | 0 comment | 0 complexity | 0264e0a681f532aaf60519ccd5063c90 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="380"
  4. layout="topleft"
  5. name="panel_snapshot_postcard"
  6. width="490">
  7. <string
  8. name="default_subject">
  9. Postcard from [SECOND_LIFE].
  10. </string>
  11. <string
  12. name="default_message">
  13. Check this out!
  14. </string>
  15. <string
  16. name="upload_message">
  17. Sending...
  18. </string>
  19. <icon
  20. follows="top|left"
  21. height="18"
  22. image_name="Snapshot_Email"
  23. layout="topleft"
  24. left="12"
  25. mouse_opaque="true"
  26. name="title_icon"
  27. top="5"
  28. width="18" />
  29. <text
  30. follows="top|left|right"
  31. font="SansSerifBold"
  32. height="20"
  33. layout="topleft"
  34. left_pad="12"
  35. length="1"
  36. name="title"
  37. right="-10"
  38. text_color="white"
  39. type="string"
  40. top_delta="3">
  41. Email
  42. </text>
  43. <button
  44. follows="right|top"
  45. height="23"
  46. is_toggle="true"
  47. label="Message"
  48. layout="topleft"
  49. name="message_btn"
  50. right="-82"
  51. top_delta="-7"
  52. width="70">
  53. <button.commit_callback
  54. function="Postcard.Message" />
  55. </button>
  56. <button
  57. follows="right|top"
  58. height="23"
  59. is_toggle="true"
  60. label="Settings"
  61. layout="topleft"
  62. name="settings_btn"
  63. top_delta="0"
  64. right="-10"
  65. width="70">
  66. <button.commit_callback
  67. function="Postcard.Settings" />
  68. </button>
  69. <view_border
  70. bevel_style="in"
  71. follows="left|top|right"
  72. height="1"
  73. left="10"
  74. layout="topleft"
  75. name="hr"
  76. right="-10"
  77. top_pad="5"
  78. />
  79. <panel_container
  80. follows="all"
  81. height="340"
  82. layout="topleft"
  83. left="0"
  84. name="postcard_panel_container"
  85. default_panel_name="panel_postcard_message"
  86. top_pad="10"
  87. width="490">
  88. <panel
  89. follows="all"
  90. layout="topleft"
  91. name="panel_postcard_message"
  92. filename="panel_postcard_message.xml" />
  93. <panel
  94. follows="all"
  95. layout="topleft"
  96. name="panel_postcard_settings"
  97. filename="panel_postcard_settings.xml" />
  98. </panel_container>
  99. </panel>