blob: 479e8be034db764f081e6a161a01106f24811813 (
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
|
<?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="330"
name="Place" title="Place" width="450">
<texture_picker bottom="95" follows="left|top" height="300" left="20" name="snapshot_ctrl"
width="400" />
<text bottom_delta="-10" follows="left|top"
font="SansSerif" height="20" left="20">
Name:
</text>
<text bottom_delta="0" follows="left|top"
font="SansSerif" height="20" left="60" name="name_editor"
text_color="white"
width="361" />
<text bottom_delta="-20" follows="left|top"
font="SansSerif" height="20" left="20">
Description:
</text>
<text_editor bottom_delta="-68" bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif"
height="70" left="20" max_length="1023" name="desc_editor"
text_readonly_color="white" width="400" word_wrap="true"></text_editor>
<text bottom_delta="-25" follows="left|top"
font="SansSerif" height="20" left="20">
Information:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif"
text_color="white"
height="20" left="95" name="info_editor" width="328" />
<text bottom_delta="-20" follows="left|top"
font="SansSerif" height="20" left="20">
Location:
</text>
<text bottom_delta="0" follows="left|top" font="SansSerif"
height="20" left="95" name="location_editor"
width="342" text_color="white" />
<button bottom_delta="-20" 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>
<text hidden="true" name="server_update_text">Place information not available without server update.</text>
<text hidden="true" name="server_error_text">Information about this location is unavailable at this time, please try again later.</text>
<text hidden="true" name="server_forbidden_text">Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.</text>
</panel>
|