<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!-- MENU-LOCATION=NONE -->
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<!-- Include the UI helper functions -->
<SCRIPT SRC="../Shared/MM/Scripts/CMN/UI.js"></SCRIPT>
<!-- Include DOM functions -->
<SCRIPT SRC="../Shared/MM/Scripts/CMN/DOM.js"></SCRIPT>
<script src="../Shared/MM/Scripts/Cmn/string.js"></script>
<script src="../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../Shared/MM/Scripts/Class/FileClass.js"></script>
<script src="ShortcutClass.js"></script> 
<script src="../Shared/MM/Scripts/keyCodes.js"></script> 
<SCRIPT src="../Shared/Common/Scripts/ImageButtonClass.js"></SCRIPT>
<SCRIPT language="javascript" SRC="../Shared/Common/Scripts/dwscripts.js"></SCRIPT>
<script src="OrphanedContent.js"></script>
<SCRIPT SRC="../Shared/MM/Scripts/CMN/displayHelp.js"></SCRIPT>
<SCRIPT>
<!--Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved.-->
//--------------- LOCALIZEABLE GLOBALS---------------
var LABEL_Popup = dw.loadString('Commands/OrphanedContent/LABEL_Popup');
var LABEL_DialogMessage = dw.loadString('Commands/OrphanedContent/LABEL_DialogMessage');
var LABEL_nestingMessage = dw.loadString('Commands/OrphanedContent/LABEL_nestingMessage');

var LABEL_NameCol = dw.loadString('Commands/OrphanedContent/LABEL_NameCol');
var LABEL_ResolvedCol = dw.loadString('Commands/OrphanedContent/LABEL_ResolvedCol');

var LABEL_OptionalContent = dw.loadString('Commands/OrphanedContent/LABEL_OptionalContent');
var LABEL_RepeatingContent = dw.loadString('Commands/OrphanedContent/LABEL_RepeatingContent');
var LABEL_EditableRegions = dw.loadString('Commands/OrphanedContent/LABEL_EditableRegions');
var LABEL_NotResolved = dw.loadString('Commands/OrphanedContent/LABEL_NotResolved');
var LABEL_PageTitle = dw.loadString('Commands/OrphanedContent/LABEL_PageTitle');

var MSG_choose = dw.loadString('Commands/OrphanedContent/MSG_choose');
var MSG_delete = dw.loadString('Commands/OrphanedContent/MSG_delete');

var MSG_mustChoose = dw.loadString('Commands/OrphanedContent/MSG_mustChoose');

//--------------- END LOCALIZEABLE   ---------------


//---------------    END JAVASCRIPT    ---------------

//<span id="okLayer" class="cls_OrphanedContent_span_okLayer" style="position:absolute; z-index:1; visibility: visible"> 
//</span>
// <span id="cancelLayer" class="cls_OrphanedContent_span_cancelLayer" style="position:absolute; z-index:2; visibility:visible"> 
//</span>

</SCRIPT>

<title><MMString:loadString id="Commands/OrphanedContent/title" /></title>
<link href="../fields.css" rel="stylesheet" type="text/css">
<link href="../Styles/OrphanedContent.css" rel="stylesheet" type="text/css" />
</head>

<body onLoad="initializeUI();">

<form name="theForm">

  <table border="0" cellpadding="0" cellspacing="0"  >
    <tr> 
    <td colspan=4>
    <span name="dialogMessage"><MMString:loadString id="Commands/OrphanedContent/text/Some" /></span><br>
    </td>
    </tr>
   
    <tr> 
      <td valign="bottom" width="76"></td>
      <td  valign="bottom" colspan="2">
		<mm:treecontrol name= "theTreeControl" class="cls_OrphanedContent_mmtreecontrol_theTreeControl" size="10" onChange="updateUI('theTreeControl');">
          <mm:treecolumn name="Name" MMString:value="Commands/OrphanedContent/mm:treecolumn/value/Name" width="200"> </mm:treecolumn> 
          <mm:treecolumn name="Resolution" MMString:value="Commands/OrphanedContent/mm:treecolumn/value/Resolved" width="230"> </mm:treecolumn> 
          
          <mm:treenode selected MMString:value="Commands/OrphanedContent/mm:treenode/value/Optional" id=-1 state="expanded">
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Conditional" id=0 category="params" ></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Conditional_1" id=1 category="params" ></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Conditional_2" id=2 category="params" ></mm:treenode>  
          </mm:treenode> 
          
          <mm:treenode selected MMString:value="Commands/OrphanedContent/mm:treenode/value/Repeated" id=-1 state="expanded">
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Repeat" id=4 category="repeats" ></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Repeat_1" id=5 category="repeats"></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Repeat_2" id=6 category="repeats"></mm:treenode>  
          </mm:treenode> 
          
          <mm:treenode selected MMString:value="Commands/OrphanedContent/mm:treenode/value/Editable" id=-1 state="expanded">
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Edit" id=7 category="editable" ></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Edit_1" id=8 category="editable"></mm:treenode> 
	          <mm:treenode  MMString:value="Commands/OrphanedContent/mm:treenode/value/Edit_2" id=9 category="editable"></mm:treenode>  
          </mm:treenode> 
          
        </mm:treecontrol>
      </td>
      <td valign="top"><img src="../Shared/MM/Images/transparent.gif" width="20" height="7"></td>
    </tr>
    
    <tr> 
      <td valign="bottom" height="10" width="76"></td>
      <td  valign="bottom" colspan="2"></td>
      <td valign="top" width="24"></td>
    </tr>
    
    <tr> 
      <td valign="top" > 
        <div align="right"></div>
      </td>
      <td valign="bottom" colspan="2" nowrap>
      <span name="popupLabel"><MMString:loadString id="Commands/OrphanedContent/text/Move" /></span>
        <select name="itemList" class="basicTextField" onChange="updateUI('itemList')">
          <option selected></option>
        </select>
	    <input type="button" name="setAllBtn" MMString:value="Commands/OrphanedContent/button/setAllBtn/Use" class="cls_OrphanedContent_input_setAllBtn" onClick="setAll()">
      </td>
      <td valign="top" width="24"></td>
    </tr>
    
    <tr> 
      <td valign="bottom" height="7" width="76"></td>
      <td  valign="bottom" colspan="2"></td>
      <td valign="top" width="24"></td>
    </tr>
    
    <tr> 
      <td  colspan="4"> 
        <hr size="2">
      </td>
    </tr>
    
    <tr> 
      <td height="33" width="76" valign="top"></td>
      <td colspan="2" valign="top">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr> 
            <td class="cls_OrphanedContent_td" height="33" valign="top"> 
              <div align="left">
                <input type="button" name="helpBtn" MMString:value="Commands/OrphanedContent/button/helpBtn/Help" class="cls_OrphanedContent_input_helpBtn" onClick="displayHelp();focus(this)">
              </div>
            </td>
            <td width="250" height="33" align="right" valign="top" nowrap> 
			  <input type="button" name="cancelBtn" MMString:value="Commands/OrphanedContent/button/cancelBtn/Cancel" class="cls_OrphanedContent_input_cancelBtn" onClick="cmdCancel()">
            <input type="button" name="okBtn" MMString:value="Commands/OrphanedContent/button/okBtn/OK" class="cls_OrphanedContent_input_okBtn" onClick="cmdOK();focus(this)">            </td>
          </tr>
        </table>
      </td>
      <td valign="top" width="24"></td>
    </tr>
  </table>
        </form>
</body>
</html>
