blob: ee01a2b2d26931ffa2f27ab6053d6a673e7aac8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?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>
<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>
|