SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
<div x="0" y="1%" width="100%" height="99%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" I18N="In the server creation screen" text="Server Creation"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<box proportion="1" width="89%" layout="vertical-row" align="center">
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" text_align="left" I18N="In the server creation screen" text="Name of the server"/>
|
||||
<textbox proportion="1" id="name" I18N="In the server creation screen"/>
|
||||
</div>
|
||||
|
||||
<spacer height="1%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" text_align="left" I18N="In the server creation screen" text="Max. number of players"/>
|
||||
<gauge id="max_players" proportion="1" min_value="2"/>
|
||||
</div>
|
||||
|
||||
<spacer height="1%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" text_align="left" I18N="In the server creation screen" text="Password for private server (optional)"/>
|
||||
<textbox proportion="1" id="password" I18N="In the server creation screen"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="20"/>
|
||||
|
||||
<div width="100%" height="19%" layout="horizontal-row" >
|
||||
<label align="center" text_align="left" I18N="In the server creation screen" text="Difficulty"/>
|
||||
<spacer width="5%" height="5"/>
|
||||
<ribbon id="difficulty" height="100%" proportion="1" align="center">
|
||||
<icon-button id="novice" width="128" height="128" icon="gui/icons/difficulty_easy.png"
|
||||
I18N="Difficulty" text="Novice"/>
|
||||
<icon-button id="intermediate" width="128" height="128" icon="gui/icons/difficulty_medium.png"
|
||||
I18N="Difficulty" text="Intermediate"/>
|
||||
<icon-button id="expert" width="128" height="128" icon="gui/icons/difficulty_hard.png"
|
||||
I18N="Difficulty" text="Expert"/>
|
||||
<icon-button id="best" width="128" height="128" icon="gui/icons/difficulty_best.png"
|
||||
I18N="Difficulty" text="SuperTux"/>
|
||||
</ribbon>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="20"/>
|
||||
|
||||
<div width="100%" height="19%" layout="horizontal-row" >
|
||||
<label align="center" text_align="left" I18N="In the server creation screen" text="Game mode"/>
|
||||
<spacer width="5%" height="5"/>
|
||||
<ribbon id="gamemode" height="100%" proportion="1" align="center">
|
||||
<icon-button id="normal" width="128" height="128" icon="gui/icons/mode_normal.png"
|
||||
I18N="Multiplayer game mode" text="Normal Race"/>
|
||||
<icon-button id="timetrial" width="128" height="128" icon="gui/icons/mode_tt.png"
|
||||
I18N="Multiplayer game mode" text="Time Trial"/>
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/mode_weapons.png"
|
||||
I18N="Multiplayer game mode" text="Battle"/>
|
||||
<icon-button id="soccer" width="128" height="128" icon="gui/icons/mode_soccer.png"
|
||||
I18N="Multiplayer game mode" text="Soccer"/>
|
||||
</ribbon>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label id="more-options" proportion="1" text_align="left"/>
|
||||
<spinner id="more-options-spinner" proportion="1" wrap_around="true"/>
|
||||
</div>
|
||||
|
||||
<label id="info" proportion="1" width="100%" align="center" text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<buttonbar id="options" x="0" y="0" width="40%" height="15%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png"
|
||||
I18N="In the server creation screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="create" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the server creation screen" text="Create" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="10" height="1f"/>
|
||||
|
||||
</box>
|
||||
<spacer width="10" height="2%"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" width="80%" height="8%" align="center" text_align="center" text="Local Networking"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<spacer height="5%" width="10"/>
|
||||
<icon id="logo" align="center" proportion="1" width="100%" icon="gui/icons/logo.png"/>
|
||||
<spacer height="5%" width="10"/>
|
||||
|
||||
<buttonbar id="lan" proportion="1" width="90%" align="center">
|
||||
<icon-button id="find_lan_server" width="128" height="128"
|
||||
icon="gui/icons/online/menu_find_server.png" focus_icon="gui/icons/online/menu_find_server_hover.png"
|
||||
I18N="In the online multiplayer screen" text="Find Server"/>
|
||||
<icon-button id="create_lan_server" width="128" height="128"
|
||||
icon="gui/icons/online/menu_create_server.png" focus_icon="gui/icons/online/menu_create_server_hover.png"
|
||||
I18N="In the online multiplayer screen" text="Create Server"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer height="5%" width="10"/>
|
||||
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="1%" width="98%" height="90%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text_align="center" I18N="In the kart selection (player setup) screen" text="Choose a Kart"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<placeholder id="playerskarts" width="100%" align="center" proportion="1">
|
||||
<!-- Contents is added programatically -->
|
||||
</placeholder>
|
||||
|
||||
<spacer height="2%"/>
|
||||
<div width="100%" height="38%" layout="vertical-row" >
|
||||
<box proportion="2" width="100%" layout="vertical-row" padding="2">
|
||||
<spacer height="5%"/>
|
||||
<div width="95%" height="1f" layout="horizontal-row" align="center">
|
||||
<label text="Kart Class" align="center" I18N="In karts selection screen, determine the kart group shown on the list"/>
|
||||
<spacer width="1%" />
|
||||
<spinner id="kart_class" proportion="2" align="center" min_value="0" wrap_around="true"/>
|
||||
<spacer width="3%"/>
|
||||
<textbox proportion="3" id="search" align="center"/>
|
||||
<spacer width="3%"/>
|
||||
<checkbox id="favorite"/>
|
||||
<spacer width="1%"/>
|
||||
<label width="fit" height="100%" I18N="In the track and grand prix selection screen" text="Edit favorite karts"/>
|
||||
</div>
|
||||
<spacer height="3%"/>
|
||||
<div width="100%" proportion="1" layout="horizontal-row" align="center">
|
||||
<ribbon_grid id="karts" square_items="true" width="100%" height="100%" align="center"
|
||||
child_width="90" child_height="90"/>
|
||||
<spacer width="3%">
|
||||
<icon-button id="continue" y="10%" icon="gui/icons/green_check.png" text="Continue"/>
|
||||
</div>
|
||||
</box>
|
||||
<!-- Groups will be added dynamically at runtime -->
|
||||
<tabs width="98%" x="1%" height="1f" id="kartgroups">
|
||||
</tabs>
|
||||
<spacer width="100%" height="2%"/>
|
||||
</div>
|
||||
</div>
|
||||
<progressbar x="2%" y="93%" id="timer" height="1f" width="96%"></progressbar>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
</stkgui>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="0" y="1%" width="100%" height="98%" layout="vertical-row" >
|
||||
<header id="lobby-text" text_align="center" width="80%" height="8%" align="center" I18N="In networking lobby" text="Lobby"/>
|
||||
<spacer height="1%" width="10"/>
|
||||
<div proportion="9" x="2%" width="96%" layout="vertical-row">
|
||||
<div width="100%" proportion="2" layout="horizontal-row">
|
||||
<box id="info" proportion="2" height="100%" layout="vertical-row">
|
||||
<label word_wrap="true" id="text" proportion="3" width="100%" height="100%" text_valign="top"/>
|
||||
</box>
|
||||
<spacer width="3%" height="10"/>
|
||||
<box proportion="1" height="100%" layout="vertical-row">
|
||||
<list id="players" width="100%" height="100%"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
<spacer height="1%"/>
|
||||
<div x="2%" width="96%" height="4f" layout="horizontal-row">
|
||||
<box proportion="2" height="100%" layout="vertical-row">
|
||||
<div x="1%" width="98%" height="fit" layout="horizontal-row">
|
||||
<textbox id="chat" proportion="1"/>
|
||||
<spacer width="2%" height="10"/>
|
||||
<button id="send" width="10%" height="fit" align="center" text=""/>
|
||||
<spacer width="1%" height="10"/>
|
||||
<button id="emoji" width="10%" height="fit" align="center" text=""/>
|
||||
</div>
|
||||
<spacer height="5%" width="10"/>
|
||||
<label id="timeout-message" x="1%" width="98%" proportion="1" text="" word_wrap="true" align="center"/>
|
||||
</box>
|
||||
<spacer width="3%"/>
|
||||
<div proportion="1" height="100%" layout="vertical-row">
|
||||
<spacer height="20%" width="10"/>
|
||||
<div width="100%" proportion="1" layout="horizontal-row">
|
||||
<icon-button id="config" proportion="1" height="60%" icon="gui/icons/main_options.png" align="top"
|
||||
I18N="In the network lobby" text="Configuration"/>
|
||||
<icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"
|
||||
I18N="In the network lobby" text="Start race"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<spacer height="1%"/>
|
||||
</div>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="0" y="1%" width="100%" height="98%" layout="vertical-row" >
|
||||
<header text_align="center" height="8%" width="80%" align="center" text="Online"/>
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<button id="user-id" width="12f" height="fit" align="center"/>
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<box proportion="4" width="85%" align="center" layout="horizontal-row" padding="6">
|
||||
<list id="news_list" width="55%" height="100%" alternate_bg="true" word_wrap="true" />
|
||||
|
||||
<div width="45%" height="100%" layout="vertical-row">
|
||||
<spacer height="1f" width="10"/>
|
||||
<div width="90%" height="fit" layout="horizontal-row" align="center" valign="center">
|
||||
<label I18N="In the networking menu" align="center" proportion="1" word_wrap="true"
|
||||
text="Enable splitscreen or player handicaps" text_align="center"/>
|
||||
<checkbox id="enable-splitscreen" align="center"/>
|
||||
</div>
|
||||
<icon id="logo" align="center" proportion="1" width="100%" icon="gui/icons/logo.png"/>
|
||||
</div>
|
||||
</box>
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<buttonbar id="menu_toprow" proportion="3" width="90%" align="center">
|
||||
<icon-button id="lan" width="128" height="128"
|
||||
icon="gui/icons/menu_multi.png" focus_icon="gui/icons/menu_multi_focus.png"
|
||||
I18N="Networking menu button" text="Local networking" word_wrap="true"/>
|
||||
<icon-button id="wan" width="128" height="128"
|
||||
icon="gui/icons/menu_online.png" focus_icon="gui/icons/menu_online_focus.png"
|
||||
I18N="Networking menu button" text="Global networking" word_wrap="true"/>
|
||||
<icon-button id="enter-address" width="128" height="128"
|
||||
icon="gui/icons/online/menu_quick_play.png" focus_icon="gui/icons/online/menu_quick_play_hover.png"
|
||||
I18N="Networking menu button" text="Enter server address" word_wrap="true"/>
|
||||
<icon-button id="online" width="128" height="128"
|
||||
icon="gui/icons/online/menu_online_player.png" focus_icon="gui/icons/online/menu_online_player_focus.png"
|
||||
I18N="Networking menu button" text="Your profile" word_wrap="true"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer height="5%" width="10"/>
|
||||
|
||||
</div>
|
||||
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" text="..."/>
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<spacer height="25" width="10"/>
|
||||
|
||||
<box proportion="1" width="100%" layout="vertical-row" padding="6">
|
||||
<list id="achievements_list" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" text="..."/>
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<spacer height="25" width="10"/>
|
||||
|
||||
<tabs id="profile_tabs" height="2f" x="2%" width="98%" align="center">
|
||||
<icon-button id="tab_achievements" width="128" height="128" icon="gui/icons/gp_copy.png"
|
||||
I18N="Section in the profile screen" text="Achievements"/>
|
||||
<icon-button id="tab_friends" width="128" height="128" icon="gui/icons/player.png"/>
|
||||
<icon-button id="tab_settings" width="128" height="128" icon="gui/icons/main_options.png"/>
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="100%" layout="vertical-row" padding="6">
|
||||
<list id="achievements_list" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
<button id="rankings" I18N="In the achievements screen" text="Player rankings"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" text="..."/>
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<spacer height="25" width="10"/>
|
||||
|
||||
<tabs id="profile_tabs" height="2f" x="2%" width="98%" align="center">
|
||||
<icon-button id="tab_achievements" width="128" height="128" icon="gui/icons/gp_copy.png"/>
|
||||
<icon-button id="tab_friends" width="128" height="128" icon="gui/icons/player.png"
|
||||
I18N="Section in the profile screen" text="Friends"/>
|
||||
<icon-button id="tab_settings" width="128" height="128" icon="gui/icons/main_options.png"/>
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="100%" layout="vertical-row" padding="6">
|
||||
<list id="friends_list" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<div id="search_div" height="fit" width="100%" layout="vertical-row">
|
||||
<spacer width="10" height="10"/>
|
||||
<box height="fit" width="100%" layout="vertical-row">
|
||||
<label text_align="left" I18N="In the profile screen" text="Look for more friends:"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
||||
<textbox id="search_box" proportion="1"/>
|
||||
<spacer width="10" height="100%"/>
|
||||
<button id="search_button" height="100%" width="fit" text="Search" />
|
||||
</div>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" text="Global Networking"/>
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<spacer height="5%" width="10"/>
|
||||
<icon id="logo" align="center" proportion="1" width="100%" icon="gui/icons/logo.png"/>
|
||||
<spacer height="5%" width="10"/>
|
||||
|
||||
<buttonbar id="wan" proportion="1" width="90%" align="center">
|
||||
<icon-button id="find_wan_server" width="128" height="128"
|
||||
icon="gui/icons/online/menu_find_server.png" focus_icon="gui/icons/online/menu_find_server_hover.png"
|
||||
I18N="In the online multiplayer screen" text="Find Server"/>
|
||||
<icon-button id="create_wan_server" width="128" height="128"
|
||||
icon="gui/icons/online/menu_create_server.png" focus_icon="gui/icons/online/menu_create_server_hover.png"
|
||||
I18N="In the online multiplayer screen" text="Create Server"/>
|
||||
<icon-button id="quick_wan_play" width="128" height="128"
|
||||
icon="gui/icons/online/menu_quick_play.png" focus_icon="gui/icons/online/menu_quick_play_hover.png"
|
||||
I18N="In the online multiplayer screen" text="Quick Play"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer height="5%" width="10"/>
|
||||
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" height="8%" width="80%" align="center" text="..."/>
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<spacer height="25" width="10"/>
|
||||
|
||||
<tabs id="profile_tabs" height="2f" x="2%" width="98%" align="center">
|
||||
<icon-button id="tab_achievements" width="128" height="128" icon="gui/icons/gp_copy.png"/>
|
||||
<icon-button id="tab_friends" width="128" height="128" icon="gui/icons/player.png" />
|
||||
<icon-button id="tab_settings" width="128" height="128" icon="gui/icons/main_options.png"
|
||||
I18N="Section in the profile screen" text="Account Settings"/>
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="100%" layout="vertical-row">
|
||||
<div x="1%" y="2%" width="98%" height="96%" layout="vertical-row" >
|
||||
<spacer height="2%" width="20"/>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label width="fit" height="fit" text_align="left" I18N="In the online account settings screen" text="Password:"/>
|
||||
<spacer width="20" height="1"/>
|
||||
<button id="change_password_button" text="Change" />
|
||||
</div>
|
||||
<spacer height="5%" width="20"/>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label width="fit" height="fit" text_align="left" I18N="In the online account settings screen" text="E-mail:"/>
|
||||
<spacer width="20" height="1"/>
|
||||
<button id="change_email_button" text="Change" />
|
||||
</div>
|
||||
</div>
|
||||
</box>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header id="create_user" align="center" height="8%" width="80%" text="Create User" text_align="center"
|
||||
I18N="In the registration dialog" />
|
||||
<spacer height="1%" width="10"/>
|
||||
|
||||
<tabs id="mode_tabs" height="2f" x="2%" width="98%" align="center">
|
||||
<icon-button id="tab_new_online" width="128" height="128" icon="gui/icons/main_network_add.png"
|
||||
I18N="Section in the register screen" text="New Online Account"/>
|
||||
<icon-button id="tab_existing_online" width="128" height="128" icon="gui/icons/main_network.png"
|
||||
I18N="Section in the register screen" text="Existing Online Account"/>
|
||||
<icon-button id="tab_offline" width="128" height="128" icon="gui/icons/player_add.png"
|
||||
I18N="Section in the register screen" text="Offline Account"/>
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="100%" height="100%" layout="vertical-row">
|
||||
<div width="90%" align="center" layout="vertical-row" height="80%">
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Local Name"/>
|
||||
<textbox id="local_username" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label id="label_username" proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Online Username"/>
|
||||
<textbox id="username" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label id="label_password" proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Password"/>
|
||||
<textbox id="password" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label id="label_password_confirm" proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Confirm"/>
|
||||
<textbox id="password_confirm" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label id="label_email" proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Email"/>
|
||||
<textbox id="email" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
<!--
|
||||
<div width="100%" height="12%" layout="horizontal-row" >
|
||||
<label id="label_email_confirm" proportion="1" height="100%" text_align="left"
|
||||
I18N="In the registration dialog" text="Confirm"/>
|
||||
<textbox id="email_confirm" proportion="2" height="fit" I18N="In the registration dialog"/>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<button id="password_reset" width="fit" text="Reset password"/>
|
||||
|
||||
<label id="info" height="20%" width="100%" align="center" text_align="center" word_wrap="true"
|
||||
I18N="In the registration dialog"
|
||||
text="You can play without creating an online account by selecting an offline account. Though then you can not connect to friends, vote for addons etc. Please read our privacy statement at https://privacy.supertuxkart.net"/>
|
||||
</div>
|
||||
|
||||
<buttonbar id="options" width="40%" height="15%" align="center">
|
||||
<icon-button id="cancel" width="50%" height="90%" icon="gui/icons/red_x.png"
|
||||
I18N="In the registration dialog" text="Cancel" label_location="none"/>
|
||||
<icon-button id="next" width="50%" height="90%" icon="gui/icons/green_check.png"
|
||||
I18N="In the registration dialog" text="OK" label_location="none"/>
|
||||
</buttonbar>
|
||||
</box>
|
||||
</div>
|
||||
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="0" width="98%" layout="horizontal-row" height="9%">
|
||||
<icon-button id="back" height="100%" icon_align="left" icon="gui/icons/back.png"/>
|
||||
<spacer proportion="1" height="1"/>
|
||||
<icon-button id="bookmark" y="5%" height="90%" icon_align="right" icon="gui/icons/story_mode_book.png"/>
|
||||
<icon-button id="reload" y="5%" height="90%" icon_align="right" icon="gui/icons/restart.png"/>
|
||||
</div>
|
||||
|
||||
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
||||
<header id="title_header" height="9%" align="center" text_align="center" text="Server Selection"/>
|
||||
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
||||
<list id="server_list" x="0" y="0" width="100%" height="93%" word_wrap="true"
|
||||
alternate_bg="true" line_height="small"/>
|
||||
<textbox id="searcher" width="100%" height="7%"/>
|
||||
</box>
|
||||
<div width="99%" align="center" layout="vertical-row" height="fit">
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="private_server" text_align="left"/>
|
||||
<spacer width="10"/>
|
||||
<label proportion="1" height="100%" text_align="left"
|
||||
I18N="In the server selection screen" text="Show private server(s)"/>
|
||||
<checkbox width="fit" id="ipv6" text_align="left"/>
|
||||
<spacer width="10"/>
|
||||
<label proportion="1" height="100%" text_align="left" id="ipv6_text"
|
||||
I18N="In the server selection screen" text="Use IPv6 connection"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
|
||||
|
||||
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
||||
<header width="80%" height="8%" align="center" text_align="center" text="User search"/>
|
||||
<spacer width="100%" height="1%"/>
|
||||
|
||||
<spacer width="10" height="2%"/>
|
||||
|
||||
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
||||
<textbox id="search_box" height="fit" proportion="1"/>
|
||||
<spacer width="2%" height="10"/>
|
||||
<button id="search_button" height="100%" width="fit" text="Search" />
|
||||
</div>
|
||||
|
||||
<spacer width="10" height="2%"/>
|
||||
|
||||
<box proportion="1" width="100%" align="center" layout="vertical-row" padding="6">
|
||||
<list id="user_list" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
</div>
|
||||
</stkgui>
|
||||
Reference in New Issue
Block a user