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">
|
|
|
|
|
|
|
|
|
|
|
|
<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" />
|
2011-05-18 19:10:04 -04:00
|
|
|
<div width="50%" height="50%" layout="vertical-row" >
|
|
|
|
<label id="name" width="100%" text_align="left"/>
|
|
|
|
<label id="size" width="100%" text=""/>
|
2011-05-14 15:40:58 -04:00
|
|
|
<label id="revision" width="100%" text=""/>
|
2011-06-25 19:01:26 -04:00
|
|
|
<spacer height="10"/>
|
2011-05-18 20:56:56 -04:00
|
|
|
<label id="flags" width="100%" text="" word_wrap="true"/>
|
2010-08-16 05:34:31 -04:00
|
|
|
</div>
|
2011-01-13 19:58:11 -05:00
|
|
|
</div>
|
2011-05-18 19:10:04 -04:00
|
|
|
|
2011-12-22 14:48:54 -05:00
|
|
|
<bubble word_wrap="true" id="description" height="100%" width="90%" proportion="5" align="center" />
|
2011-05-18 19:10:04 -04:00
|
|
|
|
2011-12-22 14:48:54 -05:00
|
|
|
<div width="80%" proportion="5" align="center">
|
|
|
|
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
|
|
|
<icon-button id="install" width="128" height="128"
|
|
|
|
icon="gui/package-update.png"
|
|
|
|
I18N="Add-on screen action" text="Install"/>
|
|
|
|
<icon-button id="uninstall" width="128" height="128"
|
|
|
|
icon="gui/package-uninstall.png"
|
|
|
|
I18N="Add-on screen action" text="Uninstall"/>
|
|
|
|
<icon-button id="back" width="128" height="128"
|
|
|
|
icon="gui/back.png"
|
|
|
|
I18N="Add-ons screen action" text="Back"/>
|
|
|
|
</buttonbar>
|
|
|
|
<progressbar id="progress" x="0" y="20%" width="100%" height="30%" />
|
2011-01-14 16:52:19 -05:00
|
|
|
</div>
|
2010-09-10 14:22:10 -04:00
|
|
|
</div>
|
2010-08-16 05:34:31 -04:00
|
|
|
</stkgui>
|