<!-- Copyright 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/cfntauthenticate/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<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 TYPELIST; 
var theUIObjects; 

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

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

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}
</script>

<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body>
<div MMString:name="TagLibraries/CFML/cfntauthenticate/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfntauthenticate/text/Name" /> </td>
      <td nowrap="nowrap"> 
        <input name="thename" type="text" class="basicTextField" id="attr:cfntauthenticate:name" attname="name" required="true" />&nbsp;
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfntauthenticate/text/Password" /> </td>
      <td nowrap="nowrap"> 
        <input name="thepassword" type="text" class="basicTextField" id="attr:cfntauthenticate:password" attname="password" required="true" />&nbsp;
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfntauthenticate/text/Domain" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedomain" type="text" class="basicTextField" id="attr:cfntauthenticate:domain" attname="domain" required="true" />&nbsp;
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfntauthenticate/text/Result" /> </td>
      <td nowrap="nowrap"> 
        <input name="theresult" type="text" class="basicTextField" id="attr:cfntauthenticate:result" attname="result" />&nbsp;
      </td>
    </tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap"> 
        <input type="checkbox" id="attr:cfntauthenticate:listgroups" name="thelistgroups" attname="listgroups" truevalue="yes" falsevalue="no"  /> <MMString:loadString id="TagLibraries/CFML/cfntauthenticate/checkbox/thelistgroups/List" />
      </td>
    </tr>
	    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap"> 
        <input type="checkbox" id="attr:cfntauthenticate:throwonerror" name="thethrowonerror" attname="throwOnError" truevalue="yes" falsevalue="no"  /> <MMString:loadString id="TagLibraries/CFML/cfntauthenticate/checkbox/thethrowonerror/ThrowOnError" />
      </td>
    </tr>
  </table>
</div>
</body> 
</html>
