blob: 418470448d95bb558a432a05b8029e7b27eb2c7d (
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="닫기" name="close_btn" />
<button label="뒤로" name="back_btn" />
<button label="홈" name="home_btn" />
<button label="앞으로" name="forward_btn" />
<button label="이동" name="go_btn" />
<text name="home_page_url">
http://www.secondlife.com
</text>
<text name="in-world_help_title">
인월드 도움말
</text>
<text name="in-world_help_url">
http://www.secondlife.com/app/support/inworld.html
</text>
<text name="additional_help_title">
추가 도움말
</text>
<text name="additional_help_url">
http://www.secondlife.com/app/support/support.html
</text>
</floater>
|