2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-04 23:06:53 +00:00
|
|
|
<stkgui>
|
2014-05-05 20:46:48 +10:00
|
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
2019-10-08 09:15:01 +08:00
|
|
|
<header align="center" height="8%" width="80%" text="Login" text_align="center"/>
|
2019-10-05 23:03:04 +02:00
|
|
|
<spacer height="1%" width="10"/>
|
2014-05-05 20:46:48 +10:00
|
|
|
|
2014-05-07 17:10:02 +10:00
|
|
|
<box proportion="1" width="98%" layout="vertical-row">
|
2014-05-05 20:46:48 +10:00
|
|
|
|
2018-03-17 22:28:45 +01:00
|
|
|
<spacer height="2%" width="10"/>
|
2014-04-29 09:02:44 +10:00
|
|
|
|
2018-03-17 22:28:45 +01:00
|
|
|
<scrollable_ribbon id="players" height="18%" y="10" x="10" width="98%" align="center" label_location="each"
|
2014-06-04 14:55:13 +02:00
|
|
|
square_items="true" child_width="128" child_height="128" />
|
2014-04-29 09:02:44 +10:00
|
|
|
|
2018-03-17 22:28:45 +01:00
|
|
|
<spacer height="2%" width="10"/>
|
2016-04-25 19:10:56 -04:00
|
|
|
<div width="90%" align="center" layout="vertical-row" proportion="1">
|
2014-05-07 17:10:02 +10:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2014-10-20 22:36:54 +02:00
|
|
|
<checkbox width="fit" id="online" I18N="In the user screen" text_align="left"/>
|
2014-10-05 12:10:39 +02:00
|
|
|
<spacer width="10"/>
|
2014-11-08 14:53:39 +01:00
|
|
|
<label proportion="1" height="100%" text_align="left" I18N="In the user screen" text="Online"/>
|
2014-09-01 22:21:17 +02:00
|
|
|
</div>
|
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2014-11-08 14:53:39 +01:00
|
|
|
<checkbox width="fit" id="remember-user" I18N="In the user screen" text_align="left"/>
|
2014-10-05 12:10:39 +02:00
|
|
|
<spacer width="10"/>
|
2014-10-17 19:24:21 -04:00
|
|
|
<label proportion="1" id="label_remember" height="100%" text_align="left"
|
2014-11-08 14:53:39 +01:00
|
|
|
I18N="In the user screen" text="Remember password"/>
|
2014-05-27 15:36:44 +10:00
|
|
|
</div>
|
2014-05-15 08:56:46 +10:00
|
|
|
<!-- Disable guest accounts for now
|
2014-05-07 17:10:02 +10:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2014-10-06 07:48:15 +11:00
|
|
|
<label width="40%" id="label_guest" height="100%" text_align="left"
|
2014-09-01 22:21:17 +02:00
|
|
|
I18N="In the user screen" text="Guest login"/>
|
|
|
|
<checkbox id="guest" I18N="In the user screen" text_align="left"/>
|
2014-05-07 17:10:02 +10:00
|
|
|
</div>
|
2014-05-15 08:56:46 +10:00
|
|
|
-->
|
2014-05-07 17:10:02 +10:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2014-10-06 07:48:15 +11:00
|
|
|
<label width="40%" id="label_username" height="100%" text_align="left"
|
2014-09-01 22:21:17 +02:00
|
|
|
I18N="In the user screen" text="Username"/>
|
2014-11-08 14:53:39 +01:00
|
|
|
<textbox id="username" proportion="2" height="fit" I18N="In the user screen"/>
|
2014-05-07 17:10:02 +10:00
|
|
|
</div>
|
2018-06-19 16:59:54 -07:00
|
|
|
<spacer height="5%" width="20"/>
|
2014-04-29 09:02:44 +10:00
|
|
|
|
2014-05-07 17:10:02 +10:00
|
|
|
<div width="100%" height="fit" layout="horizontal-row" >
|
2014-10-08 08:25:00 +11:00
|
|
|
<label id="label_password" width="40%" height="100%" text_align="left"
|
2014-11-08 14:53:39 +01:00
|
|
|
I18N="In the user screen" text="Password"/>
|
|
|
|
<textbox id="password" proportion="2" height="fit" I18N="In the user screen"/>
|
2014-05-07 17:10:02 +10:00
|
|
|
</div>
|
2018-06-19 16:59:54 -07:00
|
|
|
|
|
|
|
<spacer height="5%" width="20"/>
|
|
|
|
|
|
|
|
<button id="password_reset" width="fit" text="Reset password"/>
|
2016-04-25 19:10:56 -04:00
|
|
|
|
2018-03-17 22:28:45 +01:00
|
|
|
<spacer height="5%" width="20"/>
|
2016-04-25 19:10:56 -04:00
|
|
|
|
|
|
|
<label id="message" width="100%" text_align="center"/>
|
2014-05-07 17:10:02 +10:00
|
|
|
</div>
|
2016-04-12 19:25:45 -04:00
|
|
|
|
2018-03-17 22:28:45 +01:00
|
|
|
<spacer width="20" height="2%"/>
|
2016-04-12 19:25:45 -04:00
|
|
|
|
2019-06-26 22:19:12 +08:00
|
|
|
<div width="90%" align="center" layout="vertical-row" height="13%">
|
2018-03-17 22:28:45 +01:00
|
|
|
<buttonbar id="options" width="100%" height="100%" align="center">
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
2016-04-12 19:25:45 -04:00
|
|
|
I18N="In the user screen" text="OK" label_location="bottom"/>
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="new_user" width="128" height="128" icon="gui/icons/blue_plus.png"
|
2018-09-15 23:50:27 +02:00
|
|
|
I18N="In the user screen" text="Add" label_location="bottom"/>
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="delete" width="128" height="128" icon="gui/icons/remove.png"
|
2016-04-12 19:25:45 -04:00
|
|
|
I18N="In the user screen" text="Delete" label_location="bottom"/>
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="rename" width="128" height="128" icon="gui/icons/rename.png"
|
2016-04-12 19:25:45 -04:00
|
|
|
I18N="In the user screen" text="Rename" label_location="bottom"/>
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="default_kart_color" width="128" height="128" icon="gui/icons/edit.png"
|
2018-09-15 23:50:27 +02:00
|
|
|
I18N="In the user screen" text="Kart color" label_location="bottom"/>
|
2019-06-26 22:19:12 +08:00
|
|
|
<icon-button id="cancel" width="128" height="128" icon="gui/icons/main_quit.png"
|
2016-04-12 19:25:45 -04:00
|
|
|
I18N="In the user screen" text="Cancel" label_location="bottom"/>
|
|
|
|
</buttonbar>
|
|
|
|
</div>
|
2018-03-17 22:28:45 +01:00
|
|
|
<spacer width="20" height="5%"/>
|
2014-05-07 17:10:02 +10:00
|
|
|
</box>
|
2014-04-29 09:02:44 +10:00
|
|
|
<spacer width="20" height="15"/>
|
|
|
|
</div>
|
2011-12-04 23:06:53 +00:00
|
|
|
|
2019-10-24 22:24:20 +02:00
|
|
|
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
2011-12-04 23:06:53 +00:00
|
|
|
</stkgui>
|