1999-05-11 18:51:36 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2000-01-14 08:03:06 +00:00
|
|
|
|
1999-07-28 06:17:48 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://global/locale/unknownContent.dtd">
|
2000-01-14 08:03:06 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
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()"
|
1999-08-20 23:13:51 +00:00
|
|
|
onunload="onUnload()"
|
|
|
|
class="dialog"
|
2000-02-29 04:25:53 +00:00
|
|
|
orient="vertical">
|
1999-05-11 18:51:36 +00:00
|
|
|
|
2000-01-14 08:03:06 +00:00
|
|
|
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
|
|
|
<html:script src="chrome://global/content/unknownContent.js"/>
|
1999-05-11 18:51:36 +00:00
|
|
|
|
2000-02-29 04:25:53 +00:00
|
|
|
<titledbox>
|
|
|
|
<html:div style="width: 45px; margin: 5px;">
|
|
|
|
<titledbutton class="message-icon plain"/>
|
|
|
|
</html:div>
|
|
|
|
<box orient="vertical" flex="100%">
|
|
|
|
<html:div>&startDownload;</html:div>
|
|
|
|
<html:div style="width: 100%; margin: 3px;">
|
|
|
|
<titledbutton id="dialog.contentType" align="left" class="plain" flex="100%" style="width: 100%; font-weight: bold;"/>
|
|
|
|
</html:div>
|
|
|
|
<html:div style="margin-bottom: 0.5em;">&helpText;</html:div>
|
2000-01-14 08:03:06 +00:00
|
|
|
</box>
|
2000-02-29 04:25:53 +00:00
|
|
|
</titledbox>
|
2000-01-14 08:03:06 +00:00
|
|
|
|
2000-02-29 04:25:53 +00:00
|
|
|
<box style="width: 100%" autostretch="never">
|
2000-01-14 08:03:06 +00:00
|
|
|
<spring flex="5%"/>
|
|
|
|
<html:div><titledbutton class="dialog push" id="dialog.more" value="&dialogMore.label;" onclick="more()"/></html:div>
|
|
|
|
<spring flex="100%"/>
|
|
|
|
<box id="okCancelButtons"/>
|
|
|
|
<spring flex="5%"/>
|
|
|
|
</box>
|
1999-05-11 18:51:36 +00:00
|
|
|
|
|
|
|
</window>
|