2023-01-01 01:54:04 +01:00
|
|
|
<afx-app-window apptitle="Archive" width="500" height="400" data-id="Archive">
|
2020-06-06 18:41:00 +02:00
|
|
|
<afx-vbox>
|
|
|
|
<afx-tree-view data-id="filetree"></afx-tree-view>
|
2023-01-01 01:54:04 +01:00
|
|
|
<afx-hbox data-height="55" padding="10">
|
2020-06-06 18:41:00 +02:00
|
|
|
<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>
|