56 lines
2.4 KiB
XML
56 lines
2.4 KiB
XML
<?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="name_label">
|
|
Name:
|
|
</text>
|
|
<text bottom_delta="0" follows="left|top" font="SansSerif" height="20" left="60"
|
|
name="name_editor" width="361" />
|
|
<text bottom_delta="-20" follows="left|top" font="SansSerif" height="20" left="20" name="description_label">
|
|
Description:
|
|
</text>
|
|
<text_editor bottom_delta="-68" enabled="false" follows="left|top"
|
|
font="SansSerif" height="70" left="20" max_length="1023" name="desc_editor"
|
|
width="400" word_wrap="true" spell_check="true" />
|
|
<text bottom_delta="-25" 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="-20" 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="-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] m².
|
|
</string>
|
|
<string name="forsale_text">
|
|
For Sale for [CURRENCY][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>
|