blob: d107454daceeb245df9e1687dc29ef236d342cfb (
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="400" name="htmlfloater" title=""
width="700">
<button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20"
label="Close" name="close_btn" right="-10" width="80" />
<web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15"
name="html_floater_browser" right="-15" top="-56" />
<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="73" name="forward_btn" width="70" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
follows="top|left|right" font="SansSerifSmall" height="20" left_delta="85"
max_length="256" mouse_opaque="true" name="url_edit"
select_all_on_focus_received="true" width="435" />
<button bottom_delta="0" follows="top|right" font="SansSerifSmall" height="20"
label="Go" left_delta="440" name="go_btn" width="70" />
<string name="home_page_url">
http://www.secondlife.com
</string>
<string name="support_page_url">
http://support.secondlife.com
</string>
</floater>
|