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

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
  3.  
  4. <!--
  5. The contents of this file are subject to the Netscape Public
  6. License Version 1.1 (the "License"); you may not use this file
  7. except in compliance with the License. You may obtain a copy of
  8. the License at http://www.mozilla.org/NPL/
  9.  
  10. Software distributed under the License is distributed on an "AS
  11. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  12. implied. See the License for the specific language governing
  13. rights and limitations under the License.
  14.  
  15. The Original Code is Mozilla Communicator client code, released
  16. March 31, 1998.
  17.  
  18. The Initial Developer of the Original Code is Netscape
  19. Communications Corporation. Portions created by Netscape are
  20.  Copyright (C) 1998-1999 Netscape Communications Corporation. All
  21. Rights Reserved.
  22. -->
  23.  
  24. <!DOCTYPE window SYSTEM "chrome://messenger/locale/SearchOptions.dtd" >
  25.  
  26. <window id="search-options-dialog" xmlns:html="http://www.w3.org/1999/xhtml"
  27.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  28.     title="&searchOptionsTitle.label;">
  29.  
  30. <box align="vertical" style="width: 100%; height: 100%">
  31.   <html:div>
  32.     <html:input type="checkbox" name="searchSubfolders" id="searchSubfolders"/>
  33.     &searchSubfoldersCheckbox.label;
  34.   </html:div>
  35.   <html:div>&localRemoteTitle.label;</html:div>
  36.   <box align="vertical" class="cleanborder">
  37.     <html:div>
  38.       <html:input type="checkbox" name="localremote" id="local"/>
  39.       &localSearchRadio.label;
  40.     </html:div>
  41.     <html:div>
  42.       <html:input type="checkbox" name="localremote" id="remote"/>
  43.       &localSearchRadio.label;
  44.     </html:div>
  45.   </box>
  46. </box>
  47.