<!-- 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/JSP/plugin/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 JSPLUGINTYPELIST;
var JSPLUGINALIGNLIST;
var theUIObjects;

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

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

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

function initializeUI()
{
	JSPLUGINTYPELIST = new ListControl("thetype"); 
	JSPLUGINALIGNLIST = new ListControl("thealign");
 
	theUIObjects = new Array(JSPLUGINTYPELIST,JSPLUGINALIGNLIST); 

  tagDialog.populateDropDownList(JSPLUGINTYPELIST, thePluginTypesCap, thePluginTypesVal,1); 
  tagDialog.populateDropDownList(JSPLUGINALIGNLIST, theAlignmentsCap, theAlignmentsVal,1)
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI()">
<div MMString:name="TagLibraries/JSP/plugin/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Type" /> </td>
      <td nowrap="nowrap">
        <select name="thetype" class="oneWordOptionList" id="attr:jsp:plugin:type" attname="type" required="true">
           
        </select>
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Code" /> </td>
      <td nowrap="nowrap">
        <input name="thecode" type="text" class="basicTextField" id="attr:jsp:plugin:code" attname="code" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Codebase" /> </td>
      <td nowrap="nowrap">
        <input name="thecodebase" type="text" class="basicTextField" id="attr:jsp:plugin:codebase" attname="codebase" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Name" /> </td>
      <td nowrap="nowrap">
        <input name="thename" type="text" class="medTField" id="attr:jsp:plugin:name" attname="name" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Alignment" /> </td>
      <td nowrap="nowrap">
        <select name="thealign" class="alignList" id="attr:jsp:plugin:align" attname="align"> 
        </select>
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Height" /> </td>
      <td nowrap="nowrap">
        <input name="theheight" type="text" class="smallNumOrChar" id="attr:jsp:plugin:height" attname="height" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Width" /> </td>
      <td nowrap="nowrap">
        <input name="thewidth" type="text" class="smallNumOrChar" id="attr:jsp:plugin:width" attname="width" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Horizontal" /> </td>
      <td nowrap="nowrap">
        <input name="thehspace" type="text" class="smallNumOrChar" id="attr:jsp:plugin:hspace" attname="hspace" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Vertical" /> </td>
      <td nowrap="nowrap">
        <input name="thevspace" type="text" class="smallNumOrChar" id="attr:jsp:plugin:vspace" attname="vspace" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/JRE" /> </td>
      <td nowrap="nowrap">
        <input name="thejreversion" type="text" class="basicTextField" id="attr:jsp:plugin:jreversion" value="1.1" attname="jreversion" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/Netscape" /> </td>
      <td nowrap="nowrap">
        <input name="thenspluginurl" type="text" class="basicTextField" id="attr:jsp:plugin:nspluginurl" attname="nspluginurl" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/JSP/plugin/text/IE" /> </td>
      <td nowrap="nowrap">
        <input name="theiepluginurl" type="text" class="basicTextField" id="attr:jsp:plugin:iepluginurl" attname="iepluginurl" />
      </td>
    </tr>
  </table>
</div>
</body>
</html>
