mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-22 23:26:44 +02:00
39 lines
1.8 KiB
HTML
39 lines
1.8 KiB
HTML
<afx-app-window data-id = "marketplace-win" apptitle="MarketPlace" width="650" height="500">
|
|
<afx-vbox >
|
|
<afx-stack-panel data-id = "stack-panel" dir = "column" tabbarheight= "40">
|
|
|
|
<afx-vbox>
|
|
<afx-hbox data-height= "30" data-id="search-container">
|
|
<div data-width="17" data-id="searchicon"></div>
|
|
<input data-id = "searchbox" ></input>
|
|
</afx-hbox>
|
|
<afx-tab-bar data-id = "catlist" data-height="45"></afx-tab-bar>
|
|
<afx-list-view data-id = "applist" dropdown = "false"></afx-list-view>
|
|
</afx-vbox>
|
|
|
|
<afx-hbox>
|
|
|
|
<afx-vbox data-id = "container">
|
|
<afx-hbox data-height = "35" data-id="app-header">
|
|
<afx-button data-id = "appname" iconclass = "bi bi-backspace-fill"></afx-button>
|
|
<div style = "display: flex;justify-content: flex-end;">
|
|
<afx-button data-id = "bt-remove" text = "__(Uninstall)" iconclass = "bi bi-trash-fill"></afx-button>
|
|
<afx-button data-id = "bt-exec" text = "__(Launch)" iconclass = "fa fa-cog"></afx-button>
|
|
<afx-button data-id = "bt-install" text = "__(Install)" iconclass = "bi bi-cloud-download-fill" ></afx-button>
|
|
<p class="stat"><afx-label data-id="vstat"></afx-label></p>
|
|
</div>
|
|
</afx-hbox>
|
|
<div data-id="desc-container">
|
|
<p data-id = "app-desc"></p>
|
|
<ul data-id = "app-detail"></ul>
|
|
</div>
|
|
</afx-vbox>
|
|
</afx-hbox>
|
|
|
|
</afx-stack-panel>
|
|
|
|
|
|
|
|
|
|
</afx-hbox>
|
|
</afx-app-window> |