<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <panel follows="all" height="600" layout="topleft" left="0" name="panel_login" top="600" width="800"> <panel.string name="create_account_url"> http://join.secondlife.com/ </panel.string> <panel.string name="real_url"> http://secondlife.com/app/login/ </panel.string> <string name="reg_in_client_url"> 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 border_visible="false" bottom="600" follows="all" left="0" name="login_html" start_url="" top="0" height="600" width="800"/> <panel follows="left|bottom|right" name="login_widgets" layout="topleft" left="0" top="0"> <text follows="left|bottom" font="SansSerif" height="16" left="32" name="first_name_text" top="530" width="120"> First Name: </text> <line_editor follows="left|bottom" handle_edit_keys_directly="true" height="20" left_delta="0" max_length="31" name="first_name_edit" select_on_focus="true" tool_tip="[SECOND_LIFE] First Name" top_pad="2" width="120" /> <text follows="left|bottom" font="SansSerif" height="16" left="164" name="last_name_text" top="530" width="120"> Last Name: </text> <line_editor follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" height="20" left_delta="0" max_length="31" name="last_name_edit" select_on_focus="true" tool_tip="[SECOND_LIFE] Last Name" top_pad="2" width="120" /> <text follows="left|bottom" font="SansSerif" height="16" left="296" name="password_text" top="530" width="120"> Password: </text> <line_editor follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" height="20" left_delta="0" max_length="16" name="password_edit" select_on_focus="true" top_pad="2" width="120" /> <button follows="left|bottom" height="23" label="Log In" label_selected="Log In" layout="topleft" left="425" name="connect_btn" top="546" width="100" /> <combo_box allow_text_entry="true" follows="left|bottom" height="23" layout="topleft" left_pad="5" name="server_combo" width="100" /> <text follows="left|bottom" font="SansSerif" height="16" left="32" name="start_location_text" top="576" width="95"> Start location: </text> <combo_box allow_text_entry="true" control_name="LoginLocation" follows="left|bottom" height="23" left_pad="0" max_chars="128" name="start_location_combo" top_delta="-2" width="155"> <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> <check_box control_name="RememberPassword" follows="left|bottom" height="16" label="Remember password" left_pad="10" name="remember_check" top_delta="3" width="138" /> <text follows="right|bottom" halign="right" height="16" left="-210" name="create_new_account_text" top="539" width="200"> Create a new account </text> <text follows="right|bottom" halign="right" height="16" left_delta="0" name="forgot_password_text" top_pad="4" width="200"> Forgot your name or password? </text> <text follows="right|bottom" halign="right" height="16" left="-310" name="channel_text" top="579" width="300"> [VERSION] </text> </panel> </panel>