forked from townforge/townforge
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
WindowInfo
|
|
title Auctions
|
|
centered-relative-size: 0.6 0.6
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBLayout: axis: x, distribution: "available"
|
|
TBTextField: text: " Lot", gravity: "left", text-align: "left"
|
|
TBTextField: text: "Ends in ", gravity: "right", text-align: "right"
|
|
TBSelectList: id: "auctions", gravity: "all"
|
|
TBEditField: id: "search", placeholder: "search", type: "search", gravity: "left right", autofocus: 1
|
|
|
|
TBToggleContainer: id: "selected", toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Highest bid:"
|
|
TBTextField: id: "highest-bid"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Ends in:"
|
|
TBTextField: id: "ends-in"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Balance:"
|
|
TBTextField: id: "balance"
|
|
TBTextField: text: "gold"
|
|
|
|
TBLayout: axis: x, size: "available"
|
|
TBTextField: text: "Make a bid:"
|
|
TBEditField: id: "new-bid", gravity: "left right"
|
|
TBTextField: text: "gold"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Making a bid incurs a non refundable auction fee of"
|
|
TBTextField: id: "fee"
|
|
TBTextField: text: "gold"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|