Advertisement
Kadah

Cleaned panel_login.xml

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