<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel name="panel_login"> <panel.string name="create_account_url"> http://jp.secondlife.com/registration/ </panel.string> <panel.string name="forgot_password_url"> http://secondlife.com/account/request.php?lang=ja </panel.string> <layout_stack name="login_widgets"> <layout_panel name="login"> <text name="first_name_text"> ファーストネーム: </text> <line_editor label="最初" name="first_name_edit" tool_tip="[SECOND_LIFE] ファーストネーム"/> <text name="last_name_text"> ラストネーム: </text> <line_editor label="最後" name="last_name_edit" tool_tip="[SECOND_LIFE] ラストネーム"/> <text name="password_text"> パスワード: </text> <check_box label="記憶する" name="remember_check"/> <text name="start_location_text"> 開始地点: </text> <combo_box name="start_location_combo"> <combo_box.item label="最後にログアウトした場所" name="MyLastLocation"/> <combo_box.item label="ホーム" name="MyHome"/> <combo_box.item label="<地域名を入力>" name="Typeregionname"/> </combo_box> <button label="ログイン" name="connect_btn"/> </layout_panel> <layout_panel name="links"> <text name="create_new_account_text"> お申し込み </text> <text name="forgot_password_text"> 名前またはパスワードをお忘れですか? </text> <text name="login_help"> ログインの方法 </text> </layout_panel> </layout_stack> </panel>