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