19 lines
992 B
XML
19 lines
992 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="modal container" title="">
|
|
<button label="Continuar" label_selected="Continuar" name="Continue"/>
|
|
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
|
|
<check_box label="Acepto los Términos del Servicio" name="agree_chk"/>
|
|
<text name="tos_heading">
|
|
Por favor, lee cuidadosamente las siguientes Condiciones del Servicio. Si quieres seguir
|
|
iniciando sesión en Second Life, debes aceptar el acuerdo.
|
|
</text>
|
|
<text_editor name="tos_text">
|
|
TOS_TEXT
|
|
</text_editor>
|
|
<!-- Loading text says: "Loading Terms of Service..." URL encoded -->
|
|
<web_browser name="tos_html" start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//secondlife.com/app/tos/%22%3ETerms%20of%20Service%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"/>
|
|
<string name="real_url">
|
|
http://secondlife.com/app/tos/
|
|
</string>
|
|
</floater>
|