mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
14 lines
645 B
HTML
14 lines
645 B
HTML
<afx-app-window apptitle="Archive" width="500" height="400" data-id="Archive">
|
|
<afx-vbox>
|
|
<afx-tree-view data-id="filetree"></afx-tree-view>
|
|
<afx-hbox data-height="55" padding="10">
|
|
<div style="text-align: left;">
|
|
<afx-button iconclass="fa fa-plus-circle" data-id="btaradd"></afx-button>
|
|
<afx-button iconclass="fa fa-minus-circle" data-id="btardel"></afx-button>
|
|
</div>
|
|
<div style="text-align: right;">
|
|
<afx-button text="__(Extract)" data-id="btarxtract"></afx-button>
|
|
</div>
|
|
</afx-hbox>
|
|
</afx-vbox>
|
|
</afx-app-window> |