home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / messenger.jar / content / messenger / SmtpServerEdit.xul < prev    next >
Extensible Markup Language  |  2001-02-14  |  2KB  |  48 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
  4. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  5. <?xul-overlay href="chrome://messenger/content/smtpEditOverlay.xul"?>
  6.  
  7. <!--
  8.  The contents of this file are subject to the Netscape Public
  9.  License Version 1.1 (the "License"); you may not use this file
  10.  except in compliance with the License. You may obtain a copy of
  11.  the License at http://www.mozilla.org/NPL/
  12.  
  13.  Software distributed under the License is distributed on an "AS
  14.  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  15.  implied. See the License for the specific language governing
  16.  rights and limitations under the License.
  17.  
  18.  The Original Code is Mozilla Communicator client code, released
  19.  March 31, 1998.
  20.  
  21.  The Initial Developer of the Original Code is Netscape
  22.  Communications Corporation. Portions created by Netscape are
  23.  Copyright (C) 1998-1999 Netscape Communications Corporation. All
  24.  Rights Reserved.
  25.  
  26.  Contributors:
  27.  Alec Flett <alecf@netscape.com>
  28.  
  29. -->
  30.  
  31. <!DOCTYPE window SYSTEM "chrome://messenger/locale/SmtpServerEdit.dtd">
  32.  
  33. <window class="dialog"
  34.   title="&smtpEditTitle.label;"
  35.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  36.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  37.   align="vertical"
  38.   onload="onLoad();"
  39. >
  40.  
  41. <script language="javascript" src="SmtpServerEdit.js"/>
  42. <keyset id="keyset"/>
  43. <box id="smtpServerEditor"/>
  44. <separator/>
  45. <box id="okCancelButtonsRight"/>
  46.  
  47. </window>
  48.