<!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/">
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cflog/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var LOGLIST;
var TYPELIST; 
var theUIObjects;

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

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

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}
 
function initializeUI()
{
  LOGLIST = new ListControl("thelog"); 
  TYPELIST = new ListControl("thetype"); 
  theUIObjects = new Array(LOGLIST,TYPELIST); 

  tagDialog.populateDropDownList(LOGLIST, theLogLogCap, theLogLogVal, 1)
  tagDialog.populateDropDownList(TYPELIST, theTypeLogCap, theTypeLogVal, 1)
}

</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI()">

<div MMString:name="TagLibraries/CFML/cflog/div/name/CFLOG"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cflog/text/Text" /> </td>
      <td nowrap="nowrap">
        <input name="thetext" type="text" class="basicTextField" id="attr:cflog:text" attname="text" required="true" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cflog/text/Type" /> </td>
      <td nowrap="nowrap">
        <select name="thetype" class="multiWordOptionList" id="attr:cflog:type" attname="type" editable="true">
           
        </select>
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cflog/text/Log" /> </td>
      <td nowrap="nowrap">
        <select name="thelog" class="oneWordOptionList" id="attr:cflog:log" attname="log" editable="true">
           
        </select>
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cflog/text/File" /> </td>
      <td nowrap="nowrap">
        <input name="thefile" type="text" class="largeTField" id="attr:cflog:file" attname="file" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cflog:thread" name="thethread" attname="thread" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cflog/checkbox/thethread/Thread" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cflog:date" name="thedate" attname="date" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cflog/checkbox/thedate/Date" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfcookie:time" name="thetime" attname="time" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cflog/checkbox/thetime/Time" />
      </td>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfcookie:application" name="theapplication" attname="application" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cflog/checkbox/theapplication/Application" />
      </td>
    </tr>
    </tr>
  </table>
</div>
</body>
</html>
