<!-- 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/cfsearch/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 TYPELIST;
var LANGUAGELIST;
var theUIObjects;

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

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

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

function initializeUI()
{
	TYPELIST = new ListControl("thetype"); 
	LANGUAGELIST = new ListControl("thelanguage"); 

	theUIObjects = new Array(TYPELIST, LANGUAGELIST); 

  tagDialog.populateDropDownList(TYPELIST, theSearchTypeCap, theSearchTypeVal, 1)
  tagDialog.populateDropDownList(LANGUAGELIST, theLanCollectionCap, theLanCollectionVal, 1)
}

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

<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfsearch/div/name/General"> 
  <table border="0" cellspacing="2">
    
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Name" /> </td>
      <td nowrap="nowrap">
        <input name="thename" type="text" class="basicTextfield" id="attr:cfsearch:name" attname="name" required="true" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Collection" /> </td>
      <td nowrap="nowrap"> 
        <input name="thecollection" type="text" class="basicTextField" id="attr:cfsearch:collection" attname="collection" required="true" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Category" /> </td>
      <td nowrap="nowrap">
        <input name="thecategory" type="text" class="basicTextField" id="attr:cfsearch:category" attname="category" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Category_1" /> </td>
      <td nowrap="nowrap">
        <input name="thecategorytree" type="text" class="basicTextField" id="attr:cfsearch:categorytree" attname="categorytree" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Status" /> </td>
      <td nowrap="nowrap">
        <input name="thestatus" type="text" class="basicTextField" id="attr:cfsearch:status" attname="status" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Type" /> </td>
      <td nowrap="nowrap">
        <select name="thetype" class="oneWordOptionList" id="attr:cfsearch:type" attname="type" editable="true">
        </select>
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Criteria" /> </td>
      <td nowrap="nowrap">
        <input name="thecriteria" type="text" class="basicTextField" id="attr:cfsearch:criteria" attname="criteria" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Previous" /> </td>
      <td nowrap="nowrap">
        <input name="thepreviouscriteria" type="text" class="basicTextField" id="attr:cfsearch:previouscriteria" attname="previouscriteria" />
      </td>
    </tr>
   
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Start" /> </td>
      <td nowrap="nowrap">
        <input name="thestartrow" type="text" class="basicTextField" id="attr:cfsearch:startrow" attname="startrow" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Max" /> </td>
      <td nowrap="nowrap">
        <input name="themaxrows" type="text" class="basicTextField" id="attr:cfsearch:maxrows" attname="maxrows" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Start" /> </td>
      <td nowrap="nowrap">
        <input name="thestartrow" type="text" class="basicTextField" id="attr:cfsearch:startrow" attname="startrow" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Suggestions" /> </td>
      <td nowrap="nowrap">
        <input name="thesuggestions" type="text" class="basicTextField" id="attr:cfsearch:suggestions" attname="suggestions" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Context" /> </td>
      <td nowrap="nowrap">
        <input name="thecontextpassages" type="text" class="basicTextField" id="attr:cfsearch:contextpassages" attname="contextpassages" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Context_1" /> </td>
      <td nowrap="nowrap">
        <input name="thecontextbytes" type="text" class="basicTextField" id="attr:cfsearch:contextbytes" attname="contextbytes" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Context_2" /> </td>
      <td nowrap="nowrap">
        <input name="thecontexthighlightbegin" type="text" class="basicTextField" id="attr:cfsearch:contexthighlightbegin" attname="contexthighlightbegin" />
      </td>
    </tr>
	<tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Context_3" /> </td>
      <td nowrap="nowrap">
        <input name="thecontexthighlightend" type="text" class="basicTextField" id="attr:cfsearch:contexthighlightend" attname="contexthighlightend" />
      </td>
    </tr>

    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfsearch/text/Language" /> </td>
      <td nowrap="nowrap">
        <select name="thelanguage" class="dirLangList" id="attr:cfsearch:language" attname="language">
        </select>
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap">&nbsp; </td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfsearch:external" name="theexternal" attname="external" truevalue="yes" falsevalue="" />
        <MMString:loadString id="TagLibraries/CFML/cfsearch/checkbox/theexternal/External" />
      </td>
    </tr>
  </table>
</div> 
</body>
</html>
