28 lines
914 B
XML
28 lines
914 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="modal container" title=" ">
|
|
<button label="続行" label_selected="続行" name="Continue" />
|
|
<button label="取り消し" label_selected="取り消し" name="Cancel" />
|
|
<radio_group name="tos_agreement">
|
|
<radio_item name="radio_disagree">
|
|
利用規約に同意しません
|
|
</radio_item>
|
|
<radio_item name="radio_agree">
|
|
利用規約に同意します
|
|
</radio_item>
|
|
</radio_group>
|
|
<text name="tos_title">
|
|
利用規約
|
|
</text>
|
|
<check_box label="利用規約に同意します" name="agree_chk" />
|
|
<text name="tos_heading">
|
|
以下の利用規約を注意深くお読みください。 SecondLifeへログインするには、
|
|
規約に同意しなければなりません。
|
|
</text>
|
|
<text_editor name="tos_text">
|
|
TOS_TEXT
|
|
</text_editor>
|
|
<text name="real_url">
|
|
http://secondlife.com/app/tos/
|
|
</text>
|
|
</floater>
|