blob: c0d1af1d6ac589e7aad2ca20645f72171ac42a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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" label="利用規約に同意しません" />
<radio_item name="radio_agree" label="利用規約に同意します" />
</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>
|