<?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>
