blob: 390ec9ab7d4015364fbc0bcd1660fb2acc994377 (
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="centered"
legacy_header_height="18"
height="430"
layout="topleft"
name="land holdings floater"
help_topic="land_holdings_floater"
title="MY LAND"
width="600">
<floater.string
name="area_string">
[AREA] m²
</floater.string>
<scroll_list
draw_heading="true"
height="170"
layout="topleft"
left="10"
name="parcel list"
top="28"
width="580">
<scroll_list.columns
label="Parcel"
name="name"
width="167" />
<scroll_list.columns
label="Region"
name="location"
width="180" />
<scroll_list.columns
label="Type"
name="type"
width="145" />
<scroll_list.columns
label="Area"
name="area"
width="88" />
<scroll_list.columns
label=""
name="hidden"
width="-1" />
</scroll_list>
<button
height="23"
label="Teleport"
label_selected="Teleport"
layout="topleft"
top="208"
left="10"
name="Teleport"
tool_tip="Teleport to the center of this land."
width="80" />
<button
height="23"
label="Map"
label_selected="Map"
layout="topleft"
top="208"
left="95"
name="Show on Map"
tool_tip="Show this land on the world map"
width="80" />
<text
type="string"
length="1"
follows="left|top"
layout="topleft"
top="251"
left="10"
name="contrib_label"
height="16"
width="580">
Contributions to your groups:
</text>
<scroll_list
draw_heading="true"
height="75"
layout="topleft"
name="grant list"
top="271"
left="10"
width="580">
<scroll_list.columns
label="Group"
name="group"
width="290"
left_pad="10" />
<scroll_list.columns
label="Area"
name="area"
width="290" />
</scroll_list>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
name="allowed_label"
top="366"
left="10"
width="365">
Allowed land holdings at current payment plan:
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
name="allowed_text"
top="366"
left="380"
width="290">
[AREA] m²
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
top="386"
left="10"
name="current_label"
width="365">
Current land holdings:
</text>
<text
type="string"
length="1"
follows="left|top"
height="16"
layout="topleft"
top="386"
left="380"
name="current_text"
width="290">
[AREA] m²
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerifBold"
height="16"
layout="topleft"
top="406"
left="10"
name="available_label"
width="365">
Available for land purchases:
</text>
<text
type="string"
length="1"
follows="left|top"
font="SansSerifBold"
height="16"
layout="topleft"
name="available_text"
top="406"
left="380"
width="290">
[AREA] m²
</text>
</floater>
|