diff options
author | Richard Linden <none@none> | 2011-02-16 17:02:06 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-02-16 17:02:06 -0800 |
commit | 1bb46c7384f6532da8f0315f61b8613bd0b9b717 (patch) | |
tree | 6cf3910f6a1244ac5b5a786d07dd9a44874b727c /indra/newview/skins/minimal/xui/en/panel_login.xml | |
parent | 3555849644ff228a189dd2a21e57def22f142e5d (diff) |
SOCIAL-544 PARTIAL move skylight skin to viewer repo
Diffstat (limited to 'indra/newview/skins/minimal/xui/en/panel_login.xml')
-rw-r--r-- | indra/newview/skins/minimal/xui/en/panel_login.xml | 188 |
1 files changed, 188 insertions, 0 deletions
diff --git a/indra/newview/skins/minimal/xui/en/panel_login.xml b/indra/newview/skins/minimal/xui/en/panel_login.xml new file mode 100644 index 0000000000..74f985b9ec --- /dev/null +++ b/indra/newview/skins/minimal/xui/en/panel_login.xml @@ -0,0 +1,188 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel +follows="all" +height="600" +layout="topleft" +left="0" +name="panel_login" +top="600" +focus_root="true" + width="996"> +<panel.string + name="create_account_url"> + http://join.secondlife.com/ +</panel.string> +<panel.string + name="real_url" translate="false"> + http://secondlife.com/app/login/ +</panel.string> + <string name="reg_in_client_url" translate="false"> + http://secondlife.eniac15.lindenlab.com/reg-in-client/ +</string> +<panel.string + name="forgot_password_url"> + http://secondlife.com/account/request.php +</panel.string> +<!-- *NOTE: Custom resize logic for login_html in llpanellogin.cpp --> +<web_browser + tab_stop="false" +trusted_content="true" +bg_opaque_color="Black" +border_visible="false" +bottom="600" +follows="all" +hide_loading="true" +left="0" +name="login_html_" +start_url="http://upload.wikimedia.org/wikipedia/commons/3/37/Daylighting_-_Skylight.jpg" +height="695" + width="996" /> +<layout_stack +follows="left|bottom|right" +name="login_widgets" +layout="topleft" +orientation="horizontal" +top="519" +width="996" +height="80"> +<layout_panel +auto_resize="false" +follows="left|bottom" +name="login" +layout="topleft" +width="695" +min_width="695" +user_resize="false" +height="80"> +<text +follows="left|bottom" +font="SansSerifSmall" +height="16" +name="username_text" +top="20" +left="20" +width="150"> +Username: +</text> + <combo_box + allow_text_entry="true" + follows="left|bottom" + height="22" + left_delta="0" + max_chars="128" + prevalidate_callback="ascii" + select_on_focus="true" + tool_tip="The username you chose when you registered, like bobsmith12 or Steller Sunshine" + top_pad="0" + name="username_combo" + width="178"> + <combo_box.combo_button + visible ="false"/> + <combo_box.drop_down_button + visible ="false"/> + </combo_box> +<text +follows="left|bottom" +font="SansSerifSmall" +height="15" +left_pad="8" +name="password_text" +top="20" + width="150"> + Password: +</text> +<line_editor +follows="left|bottom" + height="22" + max_length_bytes="16" +name="password_edit" +is_password="true" +select_on_focus="true" + top_pad="0" + width="135" /> + <check_box +control_name="RememberPassword" +follows="left|bottom" +font="SansSerifSmall" +height="16" +label="Remember password" + top_pad="3" + name="remember_check" + width="135" /> +<button + follows="left|bottom" + height="23" + image_unselected="PushButton_On" + image_selected="PushButton_On_Selected" + label="Log In" + label_color="White" + layout="topleft" + left_pad="10" + name="connect_btn" + top="35" + width="90" /> + <text + follows="left|bottom" + font="SansSerifSmall" + height="15" + left_pad="18" + name="start_location_text" +top="20" + width="130"> + Start at: + </text> +<combo_box +allow_text_entry="true" +control_name="LoginLocation" + follows="left|bottom" + height="23" +max_chars="128" +top_pad="0" +name="start_location_combo" + width="170"> +<combo_box.item +label="My last location" +name="MyLastLocation" + value="last" /> +<combo_box.item +label="My home" +name="MyHome" + value="home" /> +<combo_box.item +label="<Type region name>" +name="Typeregionname" value="" /> +</combo_box> +<combo_box +allow_text_entry="true" +font="SansSerifSmall" + follows="left|right|bottom" + height="23" + max_chars="256" +layout="topleft" +top_pad="2" +name="server_combo" +width="135" + visible="false" /> +</layout_panel> +<layout_panel +tab_stop="false" +follows="right|bottom" +name="links" +width="200" +min_width="200" +user_resize="false" +height="80"> +<text + follows="right|bottom" + font="SansSerifLarge" + halign="right" + height="28" + top_pad="12" + name="channel_text" + width="180" + word_wrap="true"> + Skylight FTW! + </text> + </layout_panel> +</layout_stack> +</panel> |