mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
10 lines
442 B
HTML
10 lines
442 B
HTML
<afx-app-window apptitle="__(About AntOS)" width="450" height="500" data-id="About">
|
|
<afx-vbox >
|
|
<div data-id="container" style="padding:10px;overflow:auto;"></div>
|
|
<afx-hbox data-height="30" style="text-align: right;">
|
|
<afx-button data-id="btnclose" text="__(Close)"></afx-button>
|
|
<div data-width="5"></div>
|
|
</afx-hbox>
|
|
<div data-height="5"></div>
|
|
</afx-vbox>
|
|
</afx-app-window> |