blob: 6395465120ffd839d0982b4cbf053e247858d0f7 (
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">
I Disagree with the Terms of Service
</radio_item>
<radio_item name="radio_agree">
I Agree to the Terms of Service
</radio_item>
</radio_group>
<text name="tos_title">
服务条款合同
</text>
<text name="tos_heading">
登陆第二人生前请仔细阅读下列服务条款。继续登录到第二人生,
你必须接受该合同。
</text>
<text_editor name="tos_text">
TOS_TEXT
</text_editor>
<text name="real_url">
http://secondlife.com/app/tos/
</text>
</floater>
|