blob: 1020a0ac82bdf47753638e9a54cbdbc241cffcd5 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" can_close="true" can_minimize="true"
can_resize="false" follows="bottom|left" height="400" left="380"
name="Place" title="Place" width="450">
<texture_picker bottom="-274" follows="left|top" height="270" left="20" name="snapshot_ctrl"
width="360" />
<text bottom_delta="-12" follows="left|top" font="SansSerif" height="20" left="20" name="name_label">
Name:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
name="name_editor" width="320" />
<text bottom_delta="-24" follows="left|top" font="SansSerif" height="20" left="20" name="description_label">
Description:
</text>
<text_editor bg_readonly_color="clear" bottom_delta="-68" enabled="false" follows="left|top"
font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor"
width="360" word_wrap="true" />
<text bottom_delta="-30" follows="left|top" font="SansSerif" height="20" left="20" name="information_label">
Information:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="95"
name="info_editor" width="328" />
<text bottom_delta="-30" follows="left|top" font="SansSerif" height="20" left="20" name="location_label">
Location:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="95"
name="location_editor" width="342" />
<button bottom_delta="-25" follows="left|top" height="20" label="Teleport" left="20"
name="teleport_btn" width="100" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="130"
name="map_btn" width="100" />
<button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275"
name="auction_btn" width="80" />
<string name="traffic_text">
Traffic: [TRAFFIC]
</string>
<string name="area_text">
Area: [AREA] sq. m.
</string>
<string name="forsale_text">
For Sale for L$ [PRICE]
</string>
<string name="auction_text">
Auction ID [ID].
</string>
<string name="server_update_text">
Place information not available without server update.
</string>
<string name="server_error_text">
Information about this location is unavailable at this time, please try again later.
</string>
<string name="server_forbidden_text">
Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.
</string>
</panel>
|