blob: c4c205505297a73d4ad2bc3f3261dbf288a01a5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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" />
<string name="home_page_url">
http://kr.secondlife.com
</string>
<string name="support_page_url">
http://help.secondlife.com/kr
</string>
</floater>
|