<!-- Copyright 2001-2006 Adobe Macromedia Software LLC and its licensors. 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/cfindex/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 UPDATE_TYPELIST;
var UPDATE_LANGUAGELIST;
var REFRESH_TYPELIST;
var REFRESH_LANGUAGELIST;
var SELECTORLIST;
var theUIObjects;
var applyType = "dynamic"; 

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

function inspectTag(tagNodeObj)
{
  var curValue = SELECTORLIST.getValue(); 
  var activeDisplayNode = dwscripts.findDOMObject("the" + curValue);
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects, applyType, activeDisplayNode, SELECTORLIST); 
}

function applyTag(tagNodeObj)
{
  var curValue = SELECTORLIST.getValue(); 
  var activeDisplayNode = dwscripts.findDOMObject("the" + curValue);
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects, applyType, activeDisplayNode); 
}

function updateUI()
{
  var curDiv = SELECTORLIST.getValue(); 

  tagDialog.showOnlyThisLayer(curDiv); 
}

function initializeUI()
{
  REFRESH_TYPELIST = new ListControl("therefreshtype"); 
  UPDATE_TYPELIST = new ListControl("theupdatetype"); 
  REFRESH_LANGUAGELIST = new ListControl("therefreshlanguage"); 
  UPDATE_LANGUAGELIST = new ListControl("theupdatelanguage"); 
  SELECTORLIST = new ListControl("theselector"); 

  theUIObjects = new Array(REFRESH_LANGUAGELIST,REFRESH_TYPELIST,UPDATE_LANGUAGELIST,UPDATE_TYPELIST,SELECTORLIST); 

  tagDialog.populateDropDownList(REFRESH_LANGUAGELIST, theLanCollectionCap, theLanCollectionVal, 1); 
  tagDialog.populateDropDownList(REFRESH_TYPELIST, theIndexTypeCap, theIndexTypeVal, 1); 
  tagDialog.populateDropDownList(UPDATE_LANGUAGELIST, theLanCollectionCap, theLanCollectionVal, 1); 
  tagDialog.populateDropDownList(UPDATE_TYPELIST, theIndexTypeCap, theIndexTypeVal, 1); 
  tagDialog.populateDropDownList(SELECTORLIST, theSelIndexCap, theSelIndexVal, 0); 
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
<link href="../../Styles/cfindex.css" rel="stylesheet" type="text/css" />
</head>

<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfindex/div/name/General"> 
<MMString:loadString id="TagLibraries/CFML/cfindex/text/Action" /> 
<select name="theselector" class="selectorList" id="attr:cfindex:selector" onChange="updateUI();" attname="action" editable="false">
</select>
<hr width="100%" /> 
  <div id="theupdate" class="cls_cfindex_div_theupdate" style="position:absolute; z-index:1; visibility: hidden;"> 
    <table border="0" cellspacing="2">
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Entry" /> </td>
        <td nowrap="nowrap"> <select name="theupdatetype" class="oneWordOptionList" id="attr:cfindex:updatetype" attname="type" editable="true">
          </select> </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Prefix" /> </td>
        <td nowrap="nowrap"> <input name="theupdateprefix" type="text" class="basicTextField" id="attr:cfindex:updateprefix" attname="prefix" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Collection" /> </td>
        <td nowrap="nowrap"> <input name="thecollection" type="text" class="basicTextField" id="attr:cfindex:collection" attname="collection" required="true" /> 
        </td>
      </tr>
      <tr valign="baseline">
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Key" /> </td>
        <td nowrap="nowrap"> <input name="thekey" type="text" class="basicTextField" id="attr:cfindex:key" attname="key" required="true" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Title" /> </td>
        <td nowrap="nowrap"> <input name="thetitle" type="text" class="basicTextField" id="attr:cfindex:title" attname="title" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Query" /> </td>
        <td nowrap="nowrap"> <input name="thequery" type="text" class="basicTextField" id="attr:cfindex:query" attname="query" /> 
        </td>
      </tr>
	   <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Status" /> </td>
        <td nowrap="nowrap"> <input name="thestatus" type="text" class="basicTextField" id="attr:cfindex:status" attname="status" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Category" /> </td>
        <td nowrap="nowrap"> <input name="thecategory" type="text" class="medTField" id="attr:cfindex:category" attname="category" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Category_1" /> </td>
        <td nowrap="nowrap"> <input name="thecategorytree" type="text" class="medTField" id="attr:cfindex:categorytree" attname="categorytree" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Body" /> </td>
        <td nowrap="nowrap"> <input name="thebody" type="text" class="basicTextField" id="attr:cfindex:body" attname="body" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/URL" /> </td>
        <td nowrap="nowrap"> <input name="theurlpath" type="text" class="basicTextField" id="attr:cfindex:urlpath" attname="urlpath" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Extensions" /> </td>
        <td nowrap="nowrap"> <input name="theextensions" type="text" class="basicTextField" id="attr:cfindex:extensions" attname="extensions" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td nowrap="nowrap" align="right"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Language" /></td>
        <td nowrap="nowrap"><select name="theupdatelanguage" class="dirLangList" id="attr:cffile:updatelanguage" attname="language">
          </select></td>
      </tr>
      <tr valign="baseline"> 
        <td width="0" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom" /> 
        </td>
        <td width="0" nowrap="nowrap"> <input name="thecustom1" type="text" class="medTField" id="attr:cfindex:custom1" attname="custom1" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_1" /> </td>
        <td nowrap="nowrap"> <input name="thecustom2" type="text" class="medTField" id="attr:cfindex:custom2" attname="custom2" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_2" /> </td>
        <td nowrap="nowrap"> <input name="thecustom3" type="text" class="medTField" id="attr:cfindex:custom3" attname="custom3" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_3" /> </td>
        <td nowrap="nowrap"> <input name="thecustom4" type="text" class="medTField" id="attr:cfindex:custom4" attname="custom4" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap">&nbsp;</td>
              <td width="0" nowrap="nowrap"> <input type="checkbox" id="attr:cfindex:recurse" name="therecurse" attname="recurse" truevalue="yes" falsevalue=""  />
          <MMString:loadString id="TagLibraries/CFML/cfindex/checkbox/therecurse/Recurse" /> </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap">&nbsp;</td>
        <td nowrap="nowrap"> <input type="checkbox" id="attr:cfindex:external" name="theexternal" attname="external" truevalue="yes" falsevalue="" />
          <MMString:loadString id="TagLibraries/CFML/cfindex/checkbox/theexternal/External" /> </td>
      </tr>
    </table>
</div>
  <div id="therefresh" class="cls_cfindex_div_therefresh" style="position:absolute; z-index:2; visibility: visible;"> 
    <table border="0" cellspacing="2">
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Entry" /> </td>
        <td nowrap="nowrap"> <select name="therefreshtype" class="oneWordOptionList" id="attr:cfindex:refreshtype" attname="type" editable="true">
          </select> </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Prefix" /> </td>
        <td nowrap="nowrap"> <input name="therefreshprefix" type="text" class="basicTextField" id="attr:cfindex:refreshprefix" attname="prefix" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Collection" /> </td>
        <td nowrap="nowrap"> <input name="thecollection" type="text" class="basicTextField" id="attr:cfindex:collection" attname="collection" required="true" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Key" /> </td>
        <td nowrap="nowrap"> <input name="thekey" type="text" class="basicTextField" id="attr:cfindex:key" attname="key" required="true" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Title" /> </td>
        <td nowrap="nowrap"> <input name="thetitle" type="text" class="basicTextField" id="attr:cfindex:title" attname="title" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Query" /> </td>
        <td nowrap="nowrap"> <input name="thequery" type="text" class="basicTextField" id="attr:cfindex:query" attname="query" /> 
        </td>
      </tr>
	    <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Status" /> </td>
        <td nowrap="nowrap"> <input name="thestatus" type="text" class="basicTextField" id="attr:cfindex:status" attname="status" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Category" /> </td>
        <td nowrap="nowrap"> <input name="thecategory" type="text" class="medTField" id="attr:cfindex:category" attname="category" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Category_1" /> </td>
        <td nowrap="nowrap"> <input name="thecategorytree" type="text" class="medTField" id="attr:cfindex:categorytree" attname="categorytree" /> 
        </td>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Body" /> </td>
        <td nowrap="nowrap"> <input name="thebody" type="text" class="basicTextField" id="attr:cfindex:body" attname="body" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/URL" /> </td>
        <td nowrap="nowrap"> <input name="theurlpath" type="text" class="basicTextField" id="attr:cfindex:urlpath" attname="urlpath" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Extensions" /> </td>
        <td nowrap="nowrap"> <input name="theextensions" type="text" class="basicTextField" id="attr:cfindex:extensions" attname="extensions" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Language" /></td>
        <td nowrap="nowrap"><select name="therefreshlanguage" class="dirLangList" id="attr:cffile:refreshlanguage" attname="language" editable="true">
          </select></td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom" /> </td>
        <td nowrap="nowrap"> <input name="thecustom1" type="text" class="medTField" id="attr:cfindex:custom1" attname="custom1" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_1" /> </td>
        <td nowrap="nowrap"> <input name="thecustom2" type="text" class="medTField" id="attr:cfindex:custom2" attname="custom2" /> 
        </td>
      </tr>
	   <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_2" /> </td>
        <td nowrap="nowrap"> <input name="thecustom3" type="text" class="medTField" id="attr:cfindex:custom3" attname="custom3" /> 
        </td>
      </tr>
	  <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Custom_3" /> </td>
        <td nowrap="nowrap"> <input name="thecustom4" type="text" class="medTField" id="attr:cfindex:custom4" attname="custom4" /> 
        </td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap">&nbsp;</td>
        <td nowrap="nowrap"> <input type="checkbox" id="attr:cfindex:recurse" name="therecurse" attname="recurse" truevalue="yes" falsevalue="" />
          <MMString:loadString id="TagLibraries/CFML/cfindex/checkbox/therecurse/Recurse" /></td>
      </tr>
      <tr valign="baseline"> 
        <td align="right" nowrap="nowrap">&nbsp;</td>
        <td nowrap="nowrap"><input type="checkbox" id="attr:cfindex:external" name="theexternal" attname="external" truevalue="yes" falsevalue="" />
          <MMString:loadString id="TagLibraries/CFML/cfindex/checkbox/theexternal/External" /> </td>
      </tr>
    </table>
</div>
<div id="thedelete" class="cls_cfindex_div_thedelete" style="position:absolute;z-index:2;visibility: hidden;">
  <table border="0" cellspacing="2">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Collection" /> </td>
      <td nowrap="nowrap">
        <input name="thecollection" type="text" class="basicTextField" id="attr:cfindex:collection" attname="collection" required="true"  />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Key" /> </td>
      <td nowrap="nowrap">
        <input name="thekey" type="text" class="basicTextField" id="attr:cfindex:key" attname="key" required="true"  />
      </td>
    </tr>
	 <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Status" /> </td>
        <td nowrap="nowrap"> <input name="thestatus" type="text" class="basicTextField" id="attr:cfindex:status" attname="status" /> 
        </td>
      </tr>
  </table>
</div>
<div id="thepurge" class="cls_cfindex_div_thepurge" style="position:absolute;z-index:2;visibility: hidden;">
  <table border="0" cellspacing="2">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Collection" /> </td>
      <td nowrap="nowrap">
        <input name="thecollection" type="text" class="basicTextField" id="attr:cfindex:collection" attname="collection" required="true" />
      </td>
    </tr>
	 <tr valign="baseline"> 
        <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfindex/text/Status" /> </td>
        <td nowrap="nowrap"> <input name="thestatus" type="text" class="basicTextField" id="attr:cfindex:status" attname="status" /> 
        </td>
      </tr>
  </table>
</div>
</div>
</body>
</html>
