blob: 21b6a211df80eb2b538312508dfe0daedc5ced3b (
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="htmlfloater" title="">
<button label="Bezár" name="close_btn" />
<button label="Vissza" name="back_btn" />
<button label="Kezdő helyszín" name="home_btn" />
<button label="Előre" name="forward_btn" />
<button label="Menj" name="go_btn" />
<text name="home_page_url">
http://www.google.com
</text>
<text name="in-world_help_title">
In-World segítség
</text>
<text name="in-world_help_url">
http://www.secondlife.com/app/support/inworld.html
</text>
<text name="additional_help_title">
További segítség
</text>
<text name="additional_help_url">
http://www.secondlife.com/app/support/support.html
</text>
</floater>
|