2000-12-09 01:16:39 +00:00
|
|
|
<?xml version="1.0"?> <!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
|
|
|
<!--
|
|
|
|
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 2000 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
- Contributor(s): David Bienvenu <bienvenu@netscape.com>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
|
|
|
|
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/folderProps.dtd">
|
|
|
|
|
|
|
|
<window
|
2001-03-22 00:59:29 +00:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
title="&folderProps.windowtitle.label;"
|
|
|
|
onload="folderPropsOnLoad()" style="width: 36em;"
|
|
|
|
class="dialog" orient="vertical">
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
<script language="Javascript" src="chrome://global/content/globalOverlay.js"></script>
|
|
|
|
<script language="JavaScript" src="chrome://messenger/content/folderProps.js"></script>
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-04-05 19:53:13 +00:00
|
|
|
<keyset id="dialogKeys"/>
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-04-18 06:59:04 +00:00
|
|
|
<tabbox orient="vertical">
|
|
|
|
<tabs>
|
2001-03-22 00:59:29 +00:00
|
|
|
<tab id="GeneralTab" label="&generalInfo.label;" accesskey="&generalInfo.accesskey;"/>
|
|
|
|
<tab id="DownloadTab" label="&download.label;" accesskey="&download.accesskey;"/>
|
|
|
|
<tab id="folderCharsetTab" label="&folderCharsetTab.label;" accesskey="&folderCharsetTab.accesskey;"/>
|
2001-04-18 06:59:04 +00:00
|
|
|
</tabs>
|
|
|
|
<tabpanels id="folderPropTabPanels">
|
2000-12-09 01:16:39 +00:00
|
|
|
<box orient="vertical">
|
|
|
|
<box id="nameBox" orient="vertical">
|
|
|
|
<text class="label" value="&folderProps.name.label;" />
|
2001-03-22 00:15:47 +00:00
|
|
|
<textbox id="name" readonly="true" />
|
2000-12-09 01:16:39 +00:00
|
|
|
</box>
|
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
</box>
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
<titledbox orient="vertical">
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
<titledbox orient="vertical">
|
2000-12-09 01:16:39 +00:00
|
|
|
|
2001-03-22 00:59:29 +00:00
|
|
|
<checkbox id="selectForDownload" label="&download.check.label;" />
|
|
|
|
</titledbox>
|
|
|
|
</titledbox>
|
2001-01-22 21:48:21 +00:00
|
|
|
|
|
|
|
<box orient="vertical">
|
|
|
|
<menulist id="folderCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu">
|
|
|
|
<template>
|
|
|
|
<menupopup>
|
2001-03-22 00:59:29 +00:00
|
|
|
<menuitem label="rdf:http://home.netscape.com/NC-rdf#Name" value="..." uri="..."/>
|
2001-01-22 21:48:21 +00:00
|
|
|
</menupopup>
|
|
|
|
</template>
|
|
|
|
</menulist>
|
2001-03-22 00:59:29 +00:00
|
|
|
<checkbox id="folderCharsetOverride" label="&folderCharsetOverride.label;" />
|
2001-01-22 21:48:21 +00:00
|
|
|
</box>
|
|
|
|
|
2001-04-18 06:59:04 +00:00
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
2000-12-09 01:16:39 +00:00
|
|
|
|
|
|
|
<box id="okCancelButtonsRight"/>
|
|
|
|
|
|
|
|
</window>
|