<!-- Copyright 2001, 2002, 2003, 2004, 2005 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cfmail/title" /></title>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var CHARSET;
var TYPELIST;
var theUIObjects;

/****************************************************************/

function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects);
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects);
}

function initializeUI()
{
    CHARSETLIST = new ListControl("thecharset");
    TYPELIST = new ListControl("thetype");
    theUIObjects  = new Array(CHARSETLIST,TYPELIST);

  tagDialog.populateDropDownList(CHARSETLIST, theCharSetCap, theCharSetVal, 1);
  tagDialog.populateDropDownList(TYPELIST, theMailTypeCap, theMailTypeVal, 0);
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI()">
<div MMString:name="TagLibraries/CFML/cfmail/div/name/General">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/To" /> </td>
      <td nowrap="nowrap">
        <input name="theto" type="text" class="basicTextField" id="attr:cfmail:to" attname="to" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Reply" /> </td>
      <td nowrap="nowrap">
        <input name="thereplyto" type="text" class="basicTextField" id="attr:cfmail:replyto" attname="replyto" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Fail" /> </td>
      <td nowrap="nowrap">
        <input name="thefailto" type="text" class="basicTextField" id="attr:cfmail:failto" attname="failto" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/From" /> </td>
      <td nowrap="nowrap">
        <input name="thefrom" type="text" class="basicTextField" id="attr:cfmail:from" attname="from" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Subject" /> </td>
      <td nowrap="nowrap">
        <input name="thesubject" type="text" class="basicTextField" id="attr:cfmail:subject" attname="subject" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/CC" /> </td>
      <td nowrap="nowrap">
        <input name="thecc" type="text" class="basicTextField" id="attr:cfmail:cc" attname="cc" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/BCC" /> </td>
      <td nowrap="nowrap">
        <input name="thebcc" type="text" class="basicTextField" id="attr:cfmail:bcc" attname="bcc" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Char" /> </td>
      <td nowrap="nowrap">
	    <select name="thecharset" class="oneWordOptionList" id="attr:cfmail:charset" attname="charset" editable="true">
        </select>
      </td>
    </tr>
	 <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input name="thespoolenable" type="checkbox" id="attr:cfmail:spoolenable" attname="spoolenable" truevalue="yes" /> <MMString:loadString id="TagLibraries/CFML/cfmail/checkbox/thespoolenable/Spool" /></td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfmail/div/name/Dynamic">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Query" /> </td>
      <td nowrap="nowrap">
        <input name="thequery" type="text" class="basicTextField" id="attr:cfmail:query" attname="query" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Group" /> </td>
      <td nowrap="nowrap">
        <input name="thegroup" type="text" class="basicTextField" id="attr:cfmail:group" attname="group" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfmail:groupcasesensitive" name="thegroupcasesensitive" attname="groupcasesensitive" truevalue="" falsevalue="no" checked="true" /> <MMString:loadString id="TagLibraries/CFML/cfmail/checkbox/thegroupcasesensitive/Group" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Start" /> </td>
      <td nowrap="nowrap">
        <input name="thestartrow" type="text" class="medTField" id="attr:cfmail:startrow" attname="startrow" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Max" /> </td>
      <td nowrap="nowrap">
        <input name="themaxrows" type="text" class="medTField" id="attr:cfmail:maxrows" attname="maxrows" />
      </td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfmail/div/name/Message">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Message" /> </td>
      <td nowrap="nowrap">
        <select name="thetype" class="oneWordOptionList" id="attr:cfmail:type" attname="type" editable="false">
        </select>
      </td>
    </tr>
    <tr>
      <td align="right" valign="top" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Message_1" /> </td>
      <td nowrap="nowrap">
        <textarea name="thecfmail"  wrap="VIRTUAL" class="stringOrMsgField" id="attr:cfml:sendmail:theinnerhtml" attname="innerHTML"></textarea>
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Wrap" /> </td>
      <td nowrap="nowrap">
        <input name="thewraptext" type="text" class="medTField" id="attr:cfmail:wraptext" attname="wraptext" />
      </td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfmail/div/name/MIME">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/MIME" /> </td>
      <td nowrap="nowrap">
        <input name="themimeattach" type="text" class="largeTField" id="attr:cfmail:mimeattach" attname="mimeattach" />
        &nbsp;
        <input type="button" name="browseBtn" MMString:value="TagLibraries/CFML/cfmail/button/browseBtn/Browse" onClick="tagDialog.browseFile('themimeattach',null,true);focus(this)">
      </td>
    </tr>
  </table>
</div>
<div MMString:name="TagLibraries/CFML/cfmail/div/name/Server">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Server" /> </td>
      <td nowrap="nowrap">
        <input name="theserver" type="text" class="basicTextField" id="attr:cfmail:server" attname="server" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Port" /> </td>
      <td nowrap="nowrap">
        <input name="theport" type="text" class="medTField" id="attr:cfmail:port" attname="port" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Timeout" /> </td>
      <td nowrap="nowrap">
        <input name="thetimeout" type="text" class="medTField" id="attr:cfmail:timeout" attname="timeout" /> <MMString:loadString id="TagLibraries/CFML/cfmail/text/seconds" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/User" /> </td>
      <td nowrap="nowrap">
        <input name="theusername" type="text" class="medTField" id="attr:cfmail:username" attname="username" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Password" /> </td>
      <td nowrap="nowrap">
        <input name="thepassword" type="text" class="medTField" id="attr:cfmail:password" attname="password" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfmail/text/Mailer" /> </td>
      <td nowrap="nowrap">
        <input name="themailerid" type="text" class="medTField" id="attr:cfmail:mailerid" attname="mailerid" />
      </td>
    </tr>
  </table>
</div>
</body>
</html>
