Recognizes if input is ogg or not.
[xiph/unicode.git] / oggPusher / firefox-extension / chrome / content / op_Window.xul
blob6da3f27a18e2161d9ce7823d48b92feac371616c
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4 <window
5 id="op-window"
6 title="oggPusher"
7 orient="horizontal"
8 xmlns:html="http://www.w3.org/1999/xhtml"
9 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10 <!-- Other elements go here -->
12 <script type="application/x-javascript" src="chrome://oggPusher/content/op_Window.js"></script>
13 <vbox >
14 <label value="Locate Files on your computer:" control="browse-button"/>
15 <hbox id="op-input">
16 <textbox id="file-path" control="browse-button" disabled="true" style="width:400px"/>
17 <button id="browse-button" label="Browse..." oncommand="opwindowCommon.openFileWindowDialog();"/>
18 </hbox>
19 <!--<hbox>
20 <textbox id="target-path" control="destination-button" disabled="true" style="width:400px"/>
21 <button id="destination-button" label="Choose Destination" oncommand="opwindowCommon.chooseDestination();"/>
22 </hbox>
23 <hbox>
24 <button id="upload-button" label="Upload" oncommand="opwindowCommon.uploadFile();"/>
25 <button id="convert-button" label="Convert" oncommand="opwindowCommon.convertToTheora();"/>
26 </hbox> -->
27 </vbox>
29 </window>