2010-08-16 05:34:31 -04:00
|
|
|
<stkgui>
|
|
|
|
|
2010-09-10 14:34:40 -04:00
|
|
|
<div x="5%" y="0%" width="90%" height="80%" layout="horizontal-row" >
|
2010-09-10 14:22:10 -04:00
|
|
|
<div width="50%" height="90%" layout="vertical-row" >
|
2010-09-14 14:43:33 -04:00
|
|
|
<spacer height="22%" />
|
2010-08-16 05:34:31 -04:00
|
|
|
<icon id="icon" align="center" proportion="8" width="100%" icon="gui/logo.png"/>
|
|
|
|
</div>
|
2010-09-10 14:22:10 -04:00
|
|
|
<div width="50%" height="90%" layout="vertical-row" >
|
2010-08-16 05:34:31 -04:00
|
|
|
<label id="name" width="100%" text="Name:" proportion="1" />
|
|
|
|
<label word_wrap="true" id="description" width="100%" text="Description:" proportion="1" />
|
|
|
|
<label id="version" width="100%" text="Version:" proportion="1" />
|
|
|
|
|
|
|
|
</div>
|
2010-09-10 14:22:10 -04:00
|
|
|
|
2010-08-16 05:34:31 -04:00
|
|
|
</div>
|
|
|
|
|
2010-09-10 14:58:23 -04:00
|
|
|
<div x="5%" y="80%" width="40%" height="10%" layout="horizontal-row">
|
|
|
|
<spacer proportion="1" />
|
2010-10-09 12:44:12 -04:00
|
|
|
<button id="cancel" width="70%" I18N="Addons" text="Back" align="center"/>
|
2010-09-10 14:58:23 -04:00
|
|
|
<spacer proportion="1" />
|
|
|
|
</div>
|
|
|
|
<div x="50%" y="80%" width="40%" height="10%" layout="horizontal-row" >
|
|
|
|
<spacer proportion="1" />
|
2010-10-09 12:44:12 -04:00
|
|
|
<button id="install" width="70%" I18N="Addons" text="Install" align="center"/>
|
2010-09-10 14:58:23 -04:00
|
|
|
<spacer proportion="1" />
|
2010-09-10 14:22:10 -04:00
|
|
|
</div>
|
2010-08-16 05:34:31 -04:00
|
|
|
</stkgui>
|