mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
14 lines
498 B
XML
14 lines
498 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="style.css" type="text/css"?>
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<vbox>
|
|
<html:div class='file'>
|
|
<html:button>Browse…</html:button><label value="No file selected."/>
|
|
</html:div>
|
|
<html:br/>
|
|
<html:div class='file'>
|
|
<html:button>Browse…</html:button><label value="No files selected."/>
|
|
</html:div>
|
|
</vbox>
|
|
</window>
|