user_screen.stkgui 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
  4. <header align="center" width="80%" text="Login" text_align="center"/>
  5. <spacer height="15" width="10"/>
  6. <box proportion="1" width="98%" layout="vertical-row">
  7. <spacer height="15" width="10"/>
  8. <scrollable_ribbon id="players" height="120" y="10" x="10" width="98%" align="center" label_location="each"
  9. square_items="true" child_width="128" child_height="128" />
  10. <spacer height="15" width="10"/>
  11. <div width="90%" align="center" layout="vertical-row" height="fit">
  12. <div width="100%" height="fit" layout="horizontal-row" >
  13. <checkbox width="fit" id="online" I18N="In the user screen" text_align="left"/>
  14. <spacer width="10"/>
  15. <label proportion="1" height="100%" text_align="left" I18N="In the user screen" text="Online"/>
  16. </div>
  17. <div width="100%" height="fit" layout="horizontal-row" >
  18. <checkbox width="fit" id="remember-user" I18N="In the user screen" text_align="left"/>
  19. <spacer width="10"/>
  20. <label proportion="1" id="label_remember" height="100%" text_align="left"
  21. I18N="In the user screen" text="Remember password"/>
  22. </div>
  23. <!-- Disable guest accounts for now
  24. <div width="100%" height="fit" layout="horizontal-row" >
  25. <label width="40%" id="label_guest" height="100%" text_align="left"
  26. I18N="In the user screen" text="Guest login"/>
  27. <checkbox id="guest" I18N="In the user screen" text_align="left"/>
  28. </div>
  29. -->
  30. <div width="100%" height="fit" layout="horizontal-row" >
  31. <label width="40%" id="label_username" height="100%" text_align="left"
  32. I18N="In the user screen" text="Username"/>
  33. <textbox id="username" proportion="2" height="fit" I18N="In the user screen"/>
  34. </div>
  35. <spacer height="20" width="20"/>
  36. <div width="100%" height="fit" layout="horizontal-row" >
  37. <label id="label_password" width="40%" height="100%" text_align="left"
  38. I18N="In the user screen" text="Password"/>
  39. <textbox id="password" proportion="2" height="fit" I18N="In the user screen"/>
  40. </div>
  41. </div>
  42. <div width="80%" align="center" layout="vertical-row" height="fit">
  43. <label id="message" width="80%" align="center" text_align="left"/>
  44. </div>
  45. <spacer width="20" height="25"/>
  46. <buttonbar id="options" width="90%" height="13%" align="bottom">
  47. <icon-button id="ok" width="64" height="64" icon="gui/green_check.png"
  48. I18N="In the user screen" text="OK" label_location="bottom"/>
  49. <icon-button id="new_user" width="64" height="64" icon="gui/blue_plus.png"
  50. I18N="In the user screen" text="Add user" label_location="bottom"/>
  51. <icon-button id="delete" width="64" height="64" icon="gui/remove.png"
  52. I18N="In the user screen" text="Delete" label_location="bottom"/>
  53. <icon-button id="rename" width="64" height="64" icon="gui/rename.png"
  54. I18N="In the user screen" text="Rename" label_location="bottom"/>
  55. <icon-button id="cancel" width="64" height="64" icon="gui/main_quit.png"
  56. I18N="In the user screen" text="Cancel" label_location="bottom"/>
  57. </buttonbar>
  58. </box>
  59. <spacer width="20" height="15"/>
  60. </div>
  61. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  62. </stkgui>