blob: 91c0873e279dbf85ee19f563e953b94f6f23287b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
height="500" min_height="300" min_width="300" name="htmlhelp"
title="Second Life Help" width="700">
<button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back"
left="15" name="back_btn" width="70" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
label="Forward" left_delta="75" name="forward_btn" width="70" />
<button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20"
label="Home" left_delta="75" name="home_btn" width="70" />
<text bottom_delta="5"
follows="top|left|right"
left_delta="100"
name="status_text"
right="-5"
height="16">
Ready
</text>
<web_browser name="html_help_browser"
bottom="10"
follows="top|left|bottom|right"
font="SansSerifSmall"
left="15"
right="-15" top="-55" start_url="http://secondlife.com/app/help/" />
</floater>
|