blob: 28df02a7e3ced559795525a87414e0945231b539 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
border="false"
follows="all"
height="566"
layout="topleft"
left="1"
width="780"
label="People"
name="panel_ls_people">
<panel
border="false"
follows="top|left|right"
height="53"
layout="topleft"
left="0"
width="780"
name="panel_ls_input">
<text
type="string"
length="1"
follows="left|top"
top_pad="5"
layout="topleft"
left="6"
name="search_text"
top="12"
height="16"
width="156">
Enter search terms:
</text>
<search_combo_box
layout="topleft"
follows="left|top|right"
height="23"
left_delta="0"
name="people_edit"
top="29"
width="770">
</search_combo_box>
</panel>
<!-- Search Pane -->
<panel
border="true"
follows="all"
height="510"
layout="topleft"
left="1"
width="410"
top_pad="1"
name="panel_ls_scrolllist">
<scroll_list
content_type="Agents"
draw_heading="true"
follows="all"
height="485"
layout="topleft"
left="0"
name="search_results_people"
top="0"
width="410">
<columns
label=""
name="icon"
width="20" />
<columns
label="Name"
name="username"
relwidth="1" />
</scroll_list>
<button
layout="topleft"
follows="left|bottom"
height="23"
label="Back"
name="people_back"
top_pad="2"
left="3"
width="100" />
<button
layout="topleft"
follows="left|bottom"
height="23"
label="Next"
name="people_next"
width="100"
left_pad="1" />
</panel>
</panel>
|