forked from townforge/townforge
100 lines
3.3 KiB
Plaintext
100 lines
3.3 KiB
Plaintext
WindowInfo
|
|
title Auctions
|
|
centered-relative-size: 0.8 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: x, distribution-position: "left top", distribution: "gravity"
|
|
TBLayout: id: "left-pane", axis: y, distribution: "gravity"
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBTextField: text: " Name", gravity: "left", text-align: "left"
|
|
TBTextField: text: "Ends in ", gravity: "right", text-align: "right"
|
|
TBTabContainer: gravity: "all", id: "auction-container"
|
|
tabs:
|
|
TBButton: text: "Current"
|
|
TBButton: text: "Past"
|
|
TBSelectList: id: "current-auctions", gravity: "all"
|
|
TBSelectList: id: "past-auctions", gravity: "all"
|
|
TBLayout: axis: x
|
|
TBImageWidget:
|
|
filename: "images/has_best_bid.svg"
|
|
lp:
|
|
width: 20
|
|
height: 20
|
|
TBTextField: text: "you have the best bid"
|
|
TBTextField: text: " "
|
|
TBImageWidget:
|
|
filename: "images/has_low_bid.svg"
|
|
lp:
|
|
width: 20
|
|
height: 20
|
|
TBTextField: text: "you're outbid"
|
|
|
|
TBLayout: axis: x, gravity: "left right", distribution: "gravity"
|
|
TBEditField: id: "search", placeholder: "search", type: "search", gravity: "left right", autofocus: 1
|
|
TBClickLabel: text: "Only my auctions"
|
|
TBCheckBox: id: "filter-mine"
|
|
TBLayout: axis: x
|
|
TBClickLabel: text: "Items"
|
|
TBCheckBox: id: "filter-items"
|
|
TBClickLabel: text: "Flags"
|
|
TBCheckBox: id: "filter-flags"
|
|
TBClickLabel: text: "Accounts"
|
|
TBCheckBox: id: "filter-accounts"
|
|
|
|
TBLayout: id: "right-pane", axis: y, distribution: "gravity", gravity: "all"
|
|
TBContainer: gravity: "all"
|
|
UITBHTMLView: id: "auction-details", gravity: "all"
|
|
|
|
TBLayout: axis: x
|
|
TBToggleContainer: id: "selected", toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Highest bid:"
|
|
TBTextField: id: "highest-bid"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Seller:"
|
|
TBTextField: id: "seller"
|
|
|
|
TBToggleContainer: id: "reserve-price-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Reserve price:"
|
|
TBTextField: id: "reserve-price"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Ends in:"
|
|
TBTextField: id: "ends-in"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: id: "balance-text", text: "Balance:"
|
|
TBTextField: id: "balance"
|
|
TBTextField: text: "gold"
|
|
|
|
TBLayout: axis: x, size: "available"
|
|
TBButton: id: "bid", text: "Bid"
|
|
TBEditField: id: "bid-amount", gravity: "left right"
|
|
TBTextField: text: "gold"
|
|
|
|
TBToggleContainer: id: "cannot-bid-reason-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: id: "cannot-bid-reason", skin: "cannot-bid-warning"
|
|
|
|
TBToggleContainer: id: "bid-amount-error-container", toggle: "expanded"
|
|
TBLayout: axis: x, distribution: "preferred", distribution-position: "left"
|
|
TBImageWidget: filename: "images/warning.png"
|
|
lp:
|
|
width: 24
|
|
height: 24
|
|
TBTextField: id: "bid-amount-error", skin: "text-error"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Making a bid incurs a non refundable auction fee of"
|
|
TBTextField: id: "fee"
|
|
TBTextField: text: "gold"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "The amount of your highest bid will be locked until the end of the auction"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Auction prices are set by players, so prices may not reflect value"
|