User:SignpostMarv Martin/XUI/en-US/floater land holdings.xml: Difference between revisions
Jump to navigation
Jump to search
uploaded XUI code for improvements to the "World > My Land" window |
whoops |
||
| Line 1: | Line 1: | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | <code><pre><nowiki><?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<floater can_close="true" can_drag_on_left="false" can_minimize="true" | <floater can_close="true" can_drag_on_left="false" can_minimize="true" | ||
can_resize="true" height="383" min_height="400" min_width="500" max_width="500" | can_resize="true" height="383" min_height="400" min_width="500" max_width="500" | ||
| Line 65: | Line 65: | ||
0 sq. meters | 0 sq. meters | ||
</text> | </text> | ||
</floater> | </floater></nowiki></pre></code> | ||
Revision as of 21:32, 2 April 2007
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater can_close="true" can_drag_on_left="false" can_minimize="true"
can_resize="true" height="383" min_height="400" min_width="500" max_width="500"
name="land holdings floater" title="My Land" width="500">
<scroll_list background_visible="true" bottom="-194" column_padding="5" draw_border="true"
draw_heading="true" height="170" left="8" mouse_opaque="true"
multi_select="false" name="parcel list" width="484">
<column label="Name" name="name" width="163" />
<column label="Location" name="location" width="175" />
<column label="Area" name="area" width="127" />
<column label="" name="hidden" width="-1" />
</scroll_list>
<button bottom="-218" font="SansSerif" halign="center" height="20"
label="Teleport" label_selected="Teleport" left="12" mouse_opaque="true"
name="Teleport" tool_tip="Teleport to the center of this land." width="100" />
<button bottom="-218" font="SansSerif" halign="center" height="20" label="Show on Map"
label_selected="Show on Map" left_delta="104" mouse_opaque="true"
name="Show on Map" tool_tip="Show this land on the world map." width="100" />
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-238" drop_shadow_visible="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
mouse_opaque="true" name="contrib_label" v_pad="0" width="480">
Contributions to your groups:
</text>
<scroll_list background_visible="true" bottom_delta="-80" column_padding="5"
draw_border="true" draw_heading="true" min_height="80" height="110" left="8"
mouse_opaque="true" multi_select="false" name="grant list" width="484" follows="left|top|right|bottom">
<column label="Group" name="group" width="280" />
<column label="Area" name="area" width="170" />
</scroll_list>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-345" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
mouse_opaque="true" name="allowed_label" v_pad="0" width="348">
Allowed land holdings at current payment plan:
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-345" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348"
mouse_opaque="true" name="allowed_text" v_pad="0" width="132">
0 sq. meters
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-360" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left="12"
mouse_opaque="true" name="current_label" v_pad="0" width="348">
Current land holdings:
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-360" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="348"
mouse_opaque="true" name="current_text" v_pad="0" width="132">
0 sq. meters
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-377" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifBold" h_pad="0" halign="left" height="16" left="12"
mouse_opaque="true" name="available_label" v_pad="0" width="348">
Available for land purchases:
</text>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-377" drop_shadow_visible="true" follows="left|bottom"
font="SansSerifBold" h_pad="0" halign="left" height="16" left_delta="348"
mouse_opaque="true" name="available_text" v_pad="0" width="132">
0 sq. meters
</text>
</floater>