releases-comm-central/mailnews/base/prefs/content/am-serverwithnoidentities.x...

104 строки
4.0 KiB
HTML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % accountNoIdentDTD SYSTEM "chrome://messenger/locale/am-serverwithnoidentities.dtd" >%accountNoIdentDTD;
<!ENTITY % accountServerTopDTD SYSTEM "chrome://messenger/locale/am-server-top.dtd">%accountServerTopDTD;
]>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
title="&accountTitle.label;"
onload="parent.onPanelLoaded('am-serverwithnoidentities.xhtml');">
<script src="chrome://global/content/globalOverlay.js"/>
<script src="chrome://global/content/editMenuOverlay.js"/>
<script src="chrome://messenger/content/am-serverwithnoidentities.js"/>
<script src="chrome://messenger/content/amUtils.js"/>
<vbox flex="1" style="overflow: auto;"><vbox id="containerBox" flex="1">
<hbox class="dialogheader">
<label class="dialogheader-title" value="&accountTitle.label;"/>
</hbox>
<separator class="thin"/>
<label hidden="true"
wsm_persist="true"
preftype="string"
prefattribute="value"
prefstring="mail.server.%serverkey%.storeContractID"
genericattr="true"
id="server.storeContractID"/>
<description class="secDesc">&accountSettingsDesc.label;</description>
<hbox align="center">
<label id="server.prettyName.label" value="&accountName.label;"
control="server.prettyName" accesskey="&accountName.accesskey;"/>
<html:input id="server.prettyName"
type="text"
wsm_persist="true"
size="30"
onblur="parent.setAccountLabel(gAccount.key, null, this.value);"
prefstring="mail.server.%serverkey%.name"
aria-labelledby="server.prettyName.label"/>
</hbox>
<separator class="thin"/>
<html:div>
<html:fieldset>
<html:legend>&messageStorage.label;</html:legend>
<vbox align="start">
<checkbox wsm_persist="true" id="server.emptyTrashOnExit"
label="&emptyTrashOnExit.label;"
accesskey="&emptyTrashOnExit.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.empty_trash_on_exit"/>
<hbox align="center">
<label value="&storeType.label;"
accesskey="&storeType.accesskey;"
control="server.storeTypeMenulist"/>
<menulist id="server.storeTypeMenulist"
oncommand="clickStoreTypeMenu(this);">
<menupopup id="server.storeTypeMenupopup">
<menuitem id="server.mboxStore"
value="@mozilla.org/msgstore/berkeleystore;1"
label="&mboxStore2.label;"/>
<menuitem id="server.maildirStore"
value="@mozilla.org/msgstore/maildirstore;1"
label="&maildirStore.label;"/>
</menupopup>
</menulist>
</hbox>
</vbox>
<separator class="thin"/>
<hbox align="center">
<label id="server.localPath.label" value="&localPath1.label;"
control="server.localPath"/>
<hbox class="input-container" flex="1">
<html:input id="server.localPath"
type="text"
readonly="readonly"
wsm_persist="true"
datatype="nsIFile"
prefstring="mail.server.%serverkey%.directory"
class="uri-element input-inline"
aria-labelledby="server.localPath.label"/>
</hbox>
<button id="browseForLocalFolder" label="&browseFolder.label;"
filepickertitle="&localFolderPicker.label;"
accesskey="&browseFolder.accesskey;"
oncommand="BrowseForLocalFolders()"/>
</hbox>
</html:fieldset>
</html:div>
</vbox></vbox>
</window>