1999-05-11 18:51:36 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-07-16 23:50:25 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
1999-05-11 18:51:36 +00:00
|
|
|
|
1999-07-28 06:17:48 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://global/locale/unknownContent.dtd">
|
1999-05-11 18:51:36 +00:00
|
|
|
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-05-17 22:56:09 +00:00
|
|
|
title="&unknownWindow.title;"
|
1999-07-16 23:50:25 +00:00
|
|
|
onload="onLoad()"
|
|
|
|
onunload="onUnload()">
|
1999-05-11 18:51:36 +00:00
|
|
|
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:script src="chrome://global/content/unknownContent.js"/>
|
1999-05-11 18:51:36 +00:00
|
|
|
|
|
|
|
<html:table style="width:100%;">
|
|
|
|
<html:tr>
|
|
|
|
<html:td colspan="4">
|
1999-05-17 22:56:09 +00:00
|
|
|
&startDownload;
|
1999-07-28 06:17:48 +00:00
|
|
|
<!-- This should be removed when putting it in the .dtd works. -->
|
1999-07-16 23:50:25 +00:00
|
|
|
<html:strong>
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:div id="dialog.contentType" style="display:inline;">
|
|
|
|
placeholder
|
|
|
|
</html:div>
|
1999-07-16 23:50:25 +00:00
|
|
|
</html:strong>
|
1999-05-11 18:51:36 +00:00
|
|
|
</html:td>
|
|
|
|
</html:tr>
|
|
|
|
|
|
|
|
<html:tr>
|
|
|
|
<html:td style="width:25%">
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:button id="dialog.more" onclick="more()">
|
|
|
|
&dialogMore.label;
|
|
|
|
</html:button>
|
1999-05-11 18:51:36 +00:00
|
|
|
</html:td>
|
|
|
|
<html:td style="width:25%">
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:button id="dialog.pick" onclick="pick()">
|
|
|
|
&dialogPick.label;
|
|
|
|
</html:button>
|
1999-05-11 18:51:36 +00:00
|
|
|
</html:td>
|
|
|
|
<html:td style="width:25%">
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:button id="dialog.save" onclick="save()">
|
|
|
|
&dialogSave.label;
|
|
|
|
</html:button>
|
1999-05-11 18:51:36 +00:00
|
|
|
</html:td>
|
|
|
|
<html:td style="width:25%">
|
1999-07-28 06:17:48 +00:00
|
|
|
<html:button id="dialog.cancel" onclick="cancel()">
|
|
|
|
&dialogCancel.label;
|
|
|
|
</html:button>
|
1999-05-11 18:51:36 +00:00
|
|
|
</html:td>
|
|
|
|
</html:tr>
|
|
|
|
</html:table>
|
|
|
|
|
|
|
|
</window>
|