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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 69 lines · 69 code · 0 blank · 0 comment · 0 complexity · 5109e824976a7c92fcf1ca452bd97c93 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_close="false"
  5. can_minimize="false"
  6. height="500"
  7. layout="topleft"
  8. name="modal container"
  9. width="600">
  10. <floater.string
  11. name="real_url">
  12. http://secondlife.com/app/tos/
  13. </floater.string>
  14. <floater.string
  15. name="loading_url">
  16. data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E
  17. </floater.string>
  18. <button
  19. enabled="false"
  20. height="20"
  21. label="Continue"
  22. label_selected="Continue"
  23. layout="topleft"
  24. left="484"
  25. name="Continue"
  26. top="464"
  27. width="100" />
  28. <button
  29. height="20"
  30. label="Cancel"
  31. label_selected="Cancel"
  32. layout="topleft"
  33. left_delta="-468"
  34. name="Cancel"
  35. top_delta="0"
  36. width="100" />
  37. <check_box
  38. follows="top|right"
  39. height="16"
  40. label="I Agree to the Terms of Service and Privacy Policy"
  41. layout="topleft"
  42. left_delta="0"
  43. name="agree_chk"
  44. top_delta="-45"
  45. width="55" />
  46. <text
  47. type="string"
  48. length="1"
  49. follows="left|top"
  50. font="SansSerif"
  51. height="30"
  52. layout="topleft"
  53. left_delta="0"
  54. name="tos_heading"
  55. top_delta="-399"
  56. word_wrap="true"
  57. width="552">
  58. Please read the following Terms of Service and Privacy Policy carefully. To continue logging in to [SECOND_LIFE], you must accept the agreement.
  59. </text>
  60. <web_browser
  61. trusted_content="true"
  62. follows="left|top"
  63. height="340"
  64. layout="topleft"
  65. left_delta="0"
  66. name="tos_html"
  67. top_delta="40"
  68. width="568" />
  69. </floater>