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

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
  3.  
  4. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  5.  
  6. <!DOCTYPE window SYSTEM "chrome://messenger/locale/am-main.dtd" >
  7.  
  8. <window xmlns:html="http://www.w3.org/1999/xhtml"
  9.      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.      flex="1" class="color-dialog" 
  11.      onload="parent.onPanelLoaded('am-main.xul');"
  12.      orient="vertical">
  13.  
  14.     <script src="chrome://global/content/strres.js"/>
  15.     <script src="chrome://communicator/content/pref/prefutilities.js"/>
  16.     <script src="chrome://messenger/content/am-main.js"/>
  17.  
  18.     <box class="box-smallheader" title="&accountTitle.label;"/>
  19.     
  20.     <html>&accountSettingsDesc.label;</html>
  21.     <box autostretch="never">
  22.       <text class="label" value="&accountName.label;" for="server.prettyName"/>
  23.       <textfield wsm_persist="true" type="text" size="30" id="server.prettyName" flex="1"/>
  24.     </box>
  25.     
  26.     <separator class="thin"/>
  27.     
  28.     <titledbox orient="vertical" flex="1" style="width: 20em !important;">
  29.       <title value="&identityTitle.label;"/>
  30.       <html>&identityDesc.label;</html>
  31.       <separator class="thin"/>
  32.       <grid flex="1">
  33.         <columns>
  34.           <column/>
  35.           <column flex="1"/>
  36.         </columns>
  37.         <rows>
  38.           <row autostretch="never">
  39.             <text class="label" value="&name.label;" for="identity.fullName"/>
  40.             <textfield wsm_persist="true" id="identity.fullName" size="30"/>
  41.           </row>
  42.           <row autostretch="never">
  43.             <text class="label" value="&email.label;" for="identity.email"/>
  44.             <textfield wsm_persist="true" id="identity.email" />
  45.           </row>
  46.           <row autostretch="never">
  47.             <text class="label" value="&replyTo.label;" for="identity.replyTo"/>
  48.             <textfield wsm_persist="true" id="identity.replyTo"/>
  49.           </row>
  50.           <row autostretch="never">
  51.             <text class="label" value="&organization.label;" for="identity.organization"/>
  52.             <textfield wsm_persist="true" id="identity.organization"/>
  53.           </row>
  54.         </rows>
  55.       </grid>
  56.  
  57.       <box autostretch="never">
  58.         <checkbox wsm_persist="true" id="identity.attachSignature" value="&signature.label;" flex="1"/>
  59.       </box>
  60.       <box autostretch="never" class="indent">
  61.         <textfield wsm_persist="true" id="identity.signature" datatype="nsIFileSpec" flex="1" name="identity.signature"/>
  62.         <button class="dialog push" name="browse" type="button" value="&choose.label;"  
  63.                 oncommand="prefNavSelectFile('identity.signature', 'choosefile', true)"/>
  64.       </box>
  65.  
  66.       <separator class="thin"/>
  67.       
  68.       <box autostretch="never">
  69.         <checkbox wsm_persist="true" id="identity.composeHtml" value="&useHtml.label;"/>
  70.       </box>
  71.  
  72.       <spring flex="1"/>
  73.  
  74.       <box>
  75.         <spring flex="1"/>
  76.         <button onclick="onAdvanced();" value="&advancedButton.label;"/>
  77.         <text hidden="true" wsm_persist="true" id="identity.smtpServerKey"/>
  78.       </box>
  79.  
  80.     </titledbox>
  81.  
  82. </window>
  83.