blob: 97e245dc24ec62e337f73c35020dcb2a17902a2e (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_profile_web"
label="Web"
top="0"
left="0"
height="480"
width="420"
follows="all"
layout="topleft"
>
<panel.string
name="LoadTime"
value="Load Time: [TIME] seconds"
/>
<line_editor
name="url_edit"
enabled="false"
top_pad="5"
left="10"
height="16"
width="400"
follows="left|top"
layout="topleft"
text_pad_left="4"
max_length_bytes="254"
>
(loading..)
</line_editor>
<flyout_button
name="load"
label="Load"
tool_tip="Load this profile page with embedded web browser."
enabled="false"
top_pad="5"
left="10"
height="18"
width="80"
follows="left|top"
layout="topleft"
>
<flyout_button.item
name="open_item"
label="Open in-viewer browser"
value="popout"
/>
<flyout_button.item
name="home_item"
label="Open external browser"
value="external"
/>
</flyout_button>
<loading_indicator
name="progress_indicator"
left_pad="100"
height="23"
width="23"
follows="top|left"
layout="topleft"
visible="false"
/>
<button
name="web_profile_popout_btn"
top_delta="5"
right="-10"
height="16"
width="16"
follows="right|top"
layout="topleft"
image_overlay="tearoffbox.tga"
tool_tip="Popout web profile"
/>
<web_browser
name="profile_html"
top="48"
bottom="-18"
left="10"
right="-10"
follows="all"
layout="topleft"
start_url=""
/>
<text
name="status_text"
bottom="-4"
left="110"
right="-110"
follows="bottom|left|right"
layout="topleft"
halign="center"
/>
</panel>
|