blob: cc58a24cbf85d764c39681df7510702b9f5a05ee (
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.google.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>
|