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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 216 lines · 204 code · 0 blank · 12 comment · 0 complexity · 37f8a7c5213309588aee0bb03e98d436 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. follows="all"
  4. height="600"
  5. layout="topleft"
  6. left="0"
  7. name="panel_login"
  8. focus_root="true"
  9. top="600"
  10. width="996">
  11. <panel.string
  12. name="create_account_url">
  13. http://join.secondlife.com/
  14. </panel.string>
  15. <string name="reg_in_client_url" translate="false">
  16. http://secondlife.eniac15.lindenlab.com/reg-in-client/
  17. </string>
  18. <panel.string
  19. name="forgot_password_url">
  20. http://secondlife.com/account/request.php
  21. </panel.string>
  22. <!-- *NOTE: Custom resize logic for login_html in llpanellogin.cpp -->
  23. <web_browser
  24. tab_stop="false"
  25. trusted_content="true"
  26. bg_opaque_color="Black"
  27. border_visible="false"
  28. bottom="600"
  29. follows="all"
  30. left="0"
  31. name="login_html"
  32. start_url=""
  33. top="0"
  34. height="600"
  35. width="980"/>
  36. <layout_stack
  37. follows="left|bottom|right"
  38. name="login_widgets"
  39. layout="topleft"
  40. orientation="horizontal"
  41. top="519"
  42. width="996"
  43. height="80">
  44. <layout_panel
  45. auto_resize="false"
  46. follows="left|bottom"
  47. name="login"
  48. layout="topleft"
  49. width="705"
  50. min_width="705"
  51. height="80">
  52. <text
  53. follows="left|bottom"
  54. font="SansSerifSmall"
  55. height="16"
  56. name="username_text"
  57. top="20"
  58. left="20"
  59. width="150">
  60. Username:
  61. </text>
  62. <combo_box
  63. allow_text_entry="true"
  64. follows="left|bottom"
  65. height="22"
  66. left_delta="0"
  67. max_chars="128"
  68. combo_editor.prevalidate_callback="ascii"
  69. tool_tip="The username you chose when you registered, like bobsmith12 or Steller Sunshine"
  70. top_pad="0"
  71. name="username_combo"
  72. width="178">
  73. <combo_box.combo_button
  74. visible ="false"/>
  75. <combo_box.drop_down_button
  76. visible ="false"/>
  77. </combo_box>
  78. <text
  79. follows="left|bottom"
  80. font="SansSerifSmall"
  81. height="15"
  82. left_pad="-19"
  83. name="password_text"
  84. top="20"
  85. width="150">
  86. Password:
  87. </text>
  88. <line_editor
  89. follows="left|bottom"
  90. height="22"
  91. max_length_bytes="16"
  92. name="password_edit"
  93. is_password="true"
  94. select_on_focus="true"
  95. top_pad="0"
  96. width="135" />
  97. <check_box
  98. control_name="RememberPassword"
  99. follows="left|bottom"
  100. font="SansSerifSmall"
  101. height="16"
  102. label="Remember password"
  103. top_pad="3"
  104. name="remember_check"
  105. width="135" />
  106. <button
  107. follows="left|bottom"
  108. height="23"
  109. image_unselected="PushButton_On"
  110. image_selected="PushButton_On_Selected"
  111. label="Log In"
  112. label_color="White"
  113. layout="topleft"
  114. left_pad="10"
  115. name="connect_btn"
  116. top="35"
  117. width="90" />
  118. <text
  119. follows="left|bottom"
  120. font="SansSerifSmall"
  121. height="15"
  122. left_pad="8"
  123. name="start_location_text"
  124. top="20"
  125. width="130">
  126. Start at:
  127. </text>
  128. <combo_box
  129. allow_text_entry="true"
  130. control_name="NextLoginLocation"
  131. follows="left|bottom"
  132. height="23"
  133. max_chars="128"
  134. top_pad="0"
  135. name="start_location_combo"
  136. width="165">
  137. <combo_box.item
  138. label="My last location"
  139. name="MyLastLocation"
  140. value="last" />
  141. <combo_box.item
  142. label="My home"
  143. name="MyHome"
  144. value="home" />
  145. <combo_box.item
  146. label="&lt;Type region name&gt;"
  147. name="Typeregionname" value="" />
  148. </combo_box>
  149. <combo_box
  150. allow_text_entry="true"
  151. font="SansSerifSmall"
  152. follows="left|right|bottom"
  153. height="23"
  154. max_chars="256"
  155. layout="topleft"
  156. top_pad="2"
  157. name="server_combo"
  158. width="135"
  159. visible="false" />
  160. </layout_panel>
  161. <layout_panel
  162. tab_stop="false"
  163. follows="right|bottom"
  164. name="links"
  165. width="205"
  166. min_width="205"
  167. height="80">
  168. <text
  169. follows="right|bottom"
  170. font="SansSerifSmall"
  171. text_color="EmphasisColor"
  172. halign="right"
  173. height="16"
  174. top="12"
  175. right="-10"
  176. name="create_new_account_text"
  177. width="200">
  178. Sign up
  179. </text>
  180. <text
  181. follows="right|bottom"
  182. font="SansSerifSmall"
  183. text_color="EmphasisColor"
  184. halign="right"
  185. height="16"
  186. name="forgot_password_text"
  187. top_pad="12"
  188. right="-10"
  189. width="200">
  190. Forgot your username or password?
  191. </text>
  192. <text
  193. follows="right|bottom"
  194. font="SansSerifSmall"
  195. text_color="EmphasisColor"
  196. halign="right"
  197. height="16"
  198. name="login_help"
  199. top_pad="2"
  200. right="-10"
  201. width="200">
  202. Need help logging in? </text>
  203. <!-- <text
  204. follows="right|bottom"
  205. font="SansSerifSmall"
  206. halign="right"
  207. height="28"
  208. top_pad="2"
  209. name="channel_text"
  210. width="180"
  211. word_wrap="true">
  212. [VERSION]
  213. </text>-->
  214. </layout_panel>
  215. </layout_stack>
  216. </panel>