2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-06-25 21:41:28 -04:00
|
|
|
<stkgui>
|
2013-08-14 21:24:49 -04:00
|
|
|
<div x="2%" y="4%" width="96%" height="92%" layout="vertical-row" >
|
|
|
|
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the registration dialog" text="Terms and Agreement"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="3%" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-04 22:03:33 -04:00
|
|
|
<box proportion="5" width="90%" align="center" layout="vertical-row" padding="8">
|
2015-02-06 20:11:15 -05:00
|
|
|
<label word_wrap="true" id="terms" x="0" y="0" width="100%" height="100%"/>
|
2013-08-04 22:03:33 -04:00
|
|
|
</box>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-06-25 21:41:28 -04:00
|
|
|
<div align="center" width="fit" height="fit" layout="horizontal-row" >
|
|
|
|
<label text_align="center" align="center" I18N="In the registration dialog" word_wrap="true"
|
|
|
|
text="I agree to the above terms and am 13 years or older. "/>
|
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="2%" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-07-20 20:47:48 -04:00
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the registration dialog" text=""/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="2%" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-14 21:24:49 -04:00
|
|
|
<buttonbar id="options" width="45%" height="14%" align="center">
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the registration dialog" text="Accept" label_location="bottom"/>
|
2018-09-16 10:37:42 -04:00
|
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the registration dialog" text="Cancel" label_location="bottom"/>
|
2013-07-23 18:29:05 -04:00
|
|
|
</buttonbar>
|
2019-06-08 16:01:54 -04:00
|
|
|
<spacer height="1f" width="5"/>
|
2013-06-25 21:41:28 -04:00
|
|
|
</div>
|
|
|
|
</stkgui>
|