2010-08-16 05:34:31 -04:00
|
|
|
<stkgui>
|
|
|
|
|
2011-01-14 16:52:19 -05:00
|
|
|
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
|
|
|
|
|
2011-01-13 20:06:19 -05:00
|
|
|
<label width="100%" id="name" text_align="center" text="Name:" proportion="1" />
|
2011-01-14 16:52:19 -05:00
|
|
|
|
|
|
|
<div x="5%" y="0%" width="90%" proportion="6" layout="horizontal-row" >
|
2011-01-13 19:58:11 -05:00
|
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
2010-10-16 09:29:44 -04:00
|
|
|
<icon id="icon" align="center" proportion="8" width="100%" icon="gui/loading.png"/>
|
2011-01-13 19:58:11 -05:00
|
|
|
<spacer proportion="1" />
|
2010-08-16 05:34:31 -04:00
|
|
|
</div>
|
2011-01-13 19:58:11 -05:00
|
|
|
<spacer proportion="1" />
|
|
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
2011-05-12 20:51:13 -04:00
|
|
|
<bubble word_wrap="true" id="description" height="100%" width="100%" text="" proportion="6" />
|
2011-04-18 03:11:12 -04:00
|
|
|
<label id="size" width="100%" text="Size:" proportion="1" />
|
2011-04-04 19:26:25 -04:00
|
|
|
<label id="revision" width="100%" text="Version:" proportion="1" />
|
2010-08-16 05:34:31 -04:00
|
|
|
</div>
|
2011-01-13 19:58:11 -05:00
|
|
|
</div>
|
2011-01-14 16:52:19 -05:00
|
|
|
|
|
|
|
<div width="70%" proportion="1" align="center">
|
|
|
|
<button id="install" x="0" y="0" width="100%" height="100%" I18N="Addons" text="Install"/>
|
|
|
|
<progressbar id="progress" x="0" y="20%" width="100%" height="60%" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<spacer height="10" />
|
|
|
|
|
|
|
|
<button id="cancel" proportion="1" x="5%" width="70%" I18N="Addons" text="Back" align="center"/>
|
|
|
|
|
|
|
|
<label id="state" proportion="1" width="100%" text="Status" text_align="center" />
|
2010-09-10 14:22:10 -04:00
|
|
|
</div>
|
2010-08-16 05:34:31 -04:00
|
|
|
</stkgui>
|