<!-- Copyright 2001, 2002, 2003 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/cfschedule/title" /></title>
<styleplaceholder>
<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 OPERATIONLIST;
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,document.layers[0]);
}

function initializeUI()
{
  OPERATIONLIST = new ListControl("theoperation");
  SELECTORLIST = new ListControl("theselector");
  theUIObjects = new Array(OPERATIONLIST, SELECTORLIST);

  tagDialog.populateDropDownList(OPERATIONLIST, theOperationCfscheduleVal, theOperationCfscheduleVal, 0);
  tagDialog.populateDropDownList(SELECTORLIST, theSelCfscheduleCap, theSelCfscheduleVal, 0);
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI();">

<div MMString:name="TagLibraries/CFML/cfschedule/div/name/Advanced">
<br />
<MMString:loadString id="TagLibraries/CFML/cfschedule/text/Action" />
<select name="theselector" class="selectorList" id="attr:cfschedule:selector" onChange="updateUI();" attname="action" editable="false">
</select>

<hr width="100%" />
  <div id="theupdate" style="position:absolute;width:350px;height:115px;z-index:1;visibility: visible;left: 0px;top: 55px;">
    <table border="0" cellspacing="2">
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Task" /> </td>
        <td nowrap="nowrap"> <input name="thetask" type="text" class="basicTextField" id="attr:cfschedule:task" attname="task" required="true" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Operation" /> </td>
        <td nowrap="nowrap"> <select name="theoperation" class="oneWordOptionList" id="attr:cfldap:operation" attname="operation" editable="false" required="true">
          </select> </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/URL" /> </td>
        <td nowrap="nowrap"> <input name="theurl" type="text" class="basicTextField" id="attr:cfschedule:url" attname="url" required="true" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Start" /> </td>
        <td nowrap="nowrap"> <input name="thestartdate" type="text" class="basicTextField" id="attr:cfschedule:startdate" attname="startdate" required="true" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/End" /> </td>
        <td nowrap="nowrap"> <input name="theenddate" type="text" class="basicTextField" id="attr:cfschedule:enddate" attname="enddate" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Start_1" /> </td>
        <td nowrap="nowrap"> <input name="thestarttime" type="text" class="basicTextField" id="attr:cfschedule:starttime" attname="starttime" required="true" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/End_1" /> </td>
        <td nowrap="nowrap"> <input name="theendtime" type="text" class="basicTextField" id="attr:cfschedule:endtime" attname="endtime" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/User" /> </td>
        <td nowrap="nowrap"> <input name="theusername" type="text" class="basicTextField" id="attr:cfschedule:username" attname="username" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Password" /> </td>
        <td nowrap="nowrap"> <input name="thepassword" type="text" class="basicTextField" id="attr:cfschedule:password" attname="password" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Interval" /> </td>
        <td nowrap="nowrap"> <input name="theinterval" type="text" class="basicTextField" id="attr:cfschedule:interval" attname="interval" />
        </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Required" />
        </td>
        <td nowrap="nowrap"><input name="therequesttimeout" type="text" class="basicTextField" id="therequesttimeout" attname="requesttimeout" /></td>
        <td rowspan="2" nowrap="nowrap" valign="bottom"> </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/File" /> </td>
        <td nowrap="nowrap"> <input name="thefile" type="text" class="basicTextField" id="attr:cfschedule:file" attname="file" />
        </td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Path" /> </td>
        <td nowrap="nowrap"> <input name="thepath" type="text" class="basicTextField" id="attr:cfschedule:path" attname="path" />
        </td>
        <td rowspan="2" valign="top" nowrap="nowrap"> <input type="button" name="browseBtn" MMString:value="TagLibraries/CFML/cfschedule/button/browseBtn/Browse" onClick="tagDialog.browseFile('thepath',null,true);" valign="top">
        </td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Proxy" /> </td>
        <td nowrap="nowrap"> <input name="theproxyserver" type="text" class="basicTextField" id="attr:cfschedule:proxyserver" attname="proxyserver" />
        </td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Proxy_1" /> </td>
        <td nowrap="nowrap"> <input name="theproxyuser" type="text" class="basicTextField" id="attr:cfschedule:proxyuser" attname="proxyuser" />
        </td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Proxy_2" /> </td>
        <td nowrap="nowrap"> <input name="theproxypassword" type="text" class="basicTextField" id="attr:cfschedule:proxypassword" attname="proxypassword" />
        </td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Port" /> </td>
        <td colspan="2" nowrap="nowrap"><input name="theport" type="text" class="smallNumOrChar" id="theport3" attname="port" />
          <img src="../../Shared/MM/Images/space.gif" width="20" height="7"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Proxy_3" /> <input name="theproxyport" type="text" class="smallNumOrChar" id="attr:cfschedule:proxyport" attname="proxyport" /></td>
      </tr>
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap">&nbsp; </td>
        <td nowrap="nowrap"> <input type="checkbox" id="attr:cfftp:resolveurl" name="theresolveurl" attname="resolveurl" truevalue="yes" falsevalue="no" />
          <MMString:loadString id="TagLibraries/CFML/cfschedule/checkbox/theresolveurl/Resolve" /><img src="../../Shared/MM/Images/space.gif" width="20" height="7">
          <input type="checkbox" id="thepublish" name="thepublish" attname="publish" truevalue="yes" falsevalue="no" />
          <MMString:loadString id="TagLibraries/CFML/cfschedule/checkbox/thepublish/Publish" /> </td>
        <td nowrap="nowrap">&nbsp;</td>
      </tr>
    </table>
  </div>
  <div id="thedelete" style="position:absolute;width:350px;height:115px;z-index:1;visibility: hidden;left: 0px;top: 55px;">
    <table border="0" cellspacing="2">
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Task" /> </td>
        <td nowrap="nowrap">
          <input name="thetask" type="text" class="basicTextField" id="attr:cfschedule:task" attname="task" required="true" />
        </td>
      </tr>
    </table>
  </div>
  <div id="therun" style="position:absolute;width:350px;height:115px;z-index:1;visibility: hidden;left: 0px;top: 55px;">
    <table border="0" cellspacing="2">
      <tr>
        <td align="right" valign="baseline" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfschedule/text/Task" /> </td>
        <td nowrap="nowrap">
          <input name="thetask" type="text" class="basicTextField" id="attr:cfschedule:task" attname="task" required="true" />
        </td>
      </tr>
    </table>
  </div>
</div>
</body>
</html>
