2015-11-20 20:21:16 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
2019-06-26 09:51:03 -04:00
|
|
|
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
2019-06-26 09:58:02 -04:00
|
|
|
<header id="title" width="100%" proportion="3" text_align="center" word_wrap="true"/>
|
2019-06-26 09:51:03 -04:00
|
|
|
<spacer height="1%" width="5"/>
|
2019-06-14 09:57:56 -04:00
|
|
|
<div width="100%" proportion="3" layout="horizontal-row" >
|
|
|
|
<div width="48%" height="100%" layout="vertical-row" >
|
|
|
|
<label id="server-info-1" text_align="left" width="100%" text=""/>
|
|
|
|
<label id="server-info-2" text_align="left" width="100%" text=""/>
|
|
|
|
</div>
|
|
|
|
<spacer width="2%"/>
|
|
|
|
<div width="48%" height="100%" layout="vertical-row" >
|
|
|
|
<label id="server-info-3" text_align="left" width="100%" text=""/>
|
|
|
|
<label id="server-info-4" text_align="left" width="100%" text=""/>
|
|
|
|
</div>
|
2019-05-14 03:16:21 -04:00
|
|
|
</div>
|
|
|
|
|
2019-04-18 13:40:55 -04:00
|
|
|
<spacer height="1%"/>
|
|
|
|
<box x="0%" width="90%" proportion="12" align="center" layout="vertical-row">
|
|
|
|
<list id="player-list" x="0" y="0" width="100%" height="100%"
|
|
|
|
alternate_bg="true" line_height="small"/>
|
2018-09-04 13:32:44 -04:00
|
|
|
</box>
|
2019-04-18 13:40:55 -04:00
|
|
|
<spacer height="1%" width="5"/>
|
|
|
|
<div id="password-box" width="100%" proportion="2" layout="horizontal-row" >
|
2018-09-04 13:32:44 -04:00
|
|
|
<label id="label_password" text_align="left" proportion="1" text="Password"/>
|
2019-04-18 13:40:55 -04:00
|
|
|
<textbox id="password" proportion="3" height="fit"/>
|
2015-11-20 20:21:16 -05:00
|
|
|
</div>
|
2019-04-18 13:40:55 -04:00
|
|
|
<spacer height="1%" width="5"/>
|
|
|
|
<buttonbar id="options" width="90%" proportion="4" align="center">
|
|
|
|
<icon-button id="join" width="128" height="128" icon="gui/icons/green_check.png"
|
2015-11-20 20:21:16 -05:00
|
|
|
I18N="In the server info dialog" text="Join" label_location="bottom"/>
|
2021-07-12 04:50:16 -04:00
|
|
|
<icon-button id="bookmark" width="128" height="128" icon="gui/icons/story_mode_book.png"
|
|
|
|
I18N="In the server info dialog" text="Bookmark this server" label_location="bottom"/>
|
2019-04-18 13:40:55 -04:00
|
|
|
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
2015-11-20 20:21:16 -05:00
|
|
|
I18N="In the server info dialog" text="Cancel" label_location="bottom"/>
|
|
|
|
</buttonbar>
|
2019-05-17 15:42:45 -04:00
|
|
|
<spacer height="1f" width="5"/>
|
2015-11-20 20:21:16 -05:00
|
|
|
</div>
|
|
|
|
</stkgui>
|