gecko-dev/suite/common/pref/pref-download.xul

70 строки
2.7 KiB
Plaintext
Исходник Обычный вид История

1999-06-05 03:28:56 +04:00
<?xml version="1.0"?>
<?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-05 03:28:56 +04:00
<!DOCTYPE window [
<!ENTITY title.label "Download">
<!ENTITY download "Download">
1999-06-09 00:30:08 +04:00
<!ENTITY downOnlyCheck "Download only unread messages">
<!ENTITY downDateCheck "Download by date">
1999-06-05 03:28:56 +04: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-22 01:54:40 +04:00
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
1999-06-05 03:28:56 +04:00
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Download');" title="&title.label;">
1999-06-22 01:54:40 +04:00
<html:script language="JavaScript" src="PrefsWindow.js"/>
<html:div flex="100%">
1999-06-05 03:28:56 +04:00
<html:DIV ID="top">
1999-06-09 00:30:08 +04:00
<html:SPAN ID="lefttext">&download;</html:SPAN>
1999-06-05 03:28:56 +04:00
</html:DIV>
&newmes;
<html:table>
1999-06-22 01:54:40 +04: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-05 03:28:56 +04:00
1999-06-22 01:54:40 +04: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-05 03:28:56 +04:00
</html:table>
1999-06-22 01:54:40 +04:00
1999-06-05 03:28:56 +04:00
&Allmsg;
1999-06-22 01:54:40 +04:00
1999-06-05 03:28:56 +04:00
<html:table>
1999-06-22 01:54:40 +04: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-05 03:28:56 +04:00
</html:table>
</html:div>
</xul:window>