1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-06-08 20:57:54 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY title.label "Download">
|
|
|
|
<!ENTITY download "Download">
|
1999-06-08 20:30:08 +00:00
|
|
|
<!ENTITY downOnlyCheck "Download only unread messages">
|
|
|
|
<!ENTITY downDateCheck "Download by date">
|
1999-06-04 23:28:56 +00:00
|
|
|
<!ENTITY newmes "Newsgroup Messages">
|
|
|
|
<!ENTITY downUnread "Download only unread messages">
|
|
|
|
<!ENTITY downloadDate "Download by date">
|
|
|
|
<!ENTITY fromRadio.label "from">
|
|
|
|
<!ENTITY one.select "1 week ago">
|
|
|
|
<!ENTITY two.select "2 weeks ago">
|
|
|
|
<!ENTITY oneM.select "1 month ago">
|
|
|
|
<!ENTITY sixM.select "6 months ago">
|
|
|
|
<!ENTITY oneY.select "1 year ago">
|
|
|
|
<!ENTITY sinceRadio.label "since">
|
|
|
|
<!ENTITY daysAgo "days ago">
|
|
|
|
<!ENTITY Allmsg "All Messages">
|
|
|
|
<!ENTITY offlineMsgs "In order to read mail and newsgroup messages offline, you must
|
|
|
|
first select them for downloading. Use the Select... button to
|
|
|
|
select items for dowloading.">
|
|
|
|
<!ENTITY select "Select...">
|
|
|
|
]>
|
|
|
|
|
|
|
|
|
1999-06-21 21:54:40 +00:00
|
|
|
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
1999-06-04 23:28:56 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="return StartUp('Download');" title="&title.label;">
|
|
|
|
|
1999-06-21 21:54:40 +00:00
|
|
|
<html:script language="JavaScript" src="PrefsWindow.js"/>
|
1999-07-03 18:00:43 +00:00
|
|
|
<html:div flex="100%">
|
1999-06-04 23:28:56 +00:00
|
|
|
<html:DIV ID="top">
|
1999-06-08 20:30:08 +00:00
|
|
|
<html:SPAN ID="lefttext">&download;</html:SPAN>
|
1999-06-04 23:28:56 +00:00
|
|
|
</html:DIV>
|
|
|
|
|
|
|
|
&newmes;
|
|
|
|
<html:table>
|
1999-06-21 21:54:40 +00:00
|
|
|
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />&downOnlyCheck;</html:label></html:td></html:tr>
|
|
|
|
<html:tr><html:td><html:label><html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />&downDateCheck;</html:label></html:td></html:tr>
|
|
|
|
<html:tr><html:td>
|
|
|
|
<html:label>
|
|
|
|
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />&fromRadio.label;
|
|
|
|
<html:select id="pref:0:">
|
|
|
|
<html:OPTION />&one.select;
|
|
|
|
<html:OPTION />&two.select;
|
|
|
|
<html:OPTION />&oneM.select;
|
|
|
|
<html:OPTION />&sixM.select;
|
|
|
|
<html:OPTION />&oneY.select;
|
|
|
|
</html:select></html:label></html:td></html:tr>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
1999-06-21 21:54:40 +00:00
|
|
|
<html:tr><html:td><html:label>
|
|
|
|
<html:input type="radio" name="offline" id="pref:1:int:offline.news.download.use_days" />&sinceRadio.label;
|
|
|
|
<html:input type="text" size="5" id="pref:2:browser.use_document_fonts" />&daysAgo;
|
|
|
|
</html:label></html:td></html:tr>
|
1999-06-04 23:28:56 +00:00
|
|
|
</html:table>
|
1999-06-21 21:54:40 +00:00
|
|
|
|
1999-06-04 23:28:56 +00:00
|
|
|
&Allmsg;
|
1999-06-21 21:54:40 +00:00
|
|
|
|
1999-06-04 23:28:56 +00:00
|
|
|
<html:table>
|
1999-06-21 21:54:40 +00:00
|
|
|
<html:tr><html:td>&offlineMsgs;</html:td></html:tr>
|
|
|
|
<html:tr><html:td><html:input type="button" value="&select;" id="pref:2:offline" /></html:td></html:tr>
|
1999-06-04 23:28:56 +00:00
|
|
|
</html:table>
|
1999-07-03 18:00:43 +00:00
|
|
|
|
|
|
|
</html:div>
|
|
|
|
</xul:window>
|