Test suite results

result: failed
totalTime: 128
numTestTotal: 9
numTestPasses: 6
numTestFailures: 3
numCommandPasses: 82
numCommandFailures: 11
numCommandErrors: 1
Selenium Version: 2.31
Selenium Revision: .0
Test Suite
setUp
fullTextSearch
dateRangeSearch
saveSearch
authorSearch
categorizationSearch
pathSearch
searchPermlink
tearDown
 
setUp.html
setUp
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
setUp
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
clickAndWait link=Workspaces
clickAndWait link=Create a new workspace
type //td[@class="fieldColumn"]/input[@type="text"] Faceted Search WS
type //td[@class="fieldColumn"]/textarea desc Faceted Search WS
clickAndWait //input[@value='Create']
verifyTextPresent Faceted Search WS
verifyTextPresent This folder contains no document.
click link=New
waitForTextPresent Available document types
clickAndWait link=Note
type document_create:nxl_heading:nxw_title Klaatu
clickAndWait //input[@value='Create']
verifyTextPresent Project
verifyTextPresent 0.0
clickAndWait link=Faceted Search WS
click link=New
waitForTextPresent Available document types
clickAndWait link=Note
type document_create:nxl_heading:nxw_title Barada
clickAndWait //input[@value='Create']
verifyTextPresent Project
verifyTextPresent 0.0
clickAndWait link=Faceted Search WS
click link=New
waitForTextPresent Available document types
clickAndWait link=Note
type document_create:nxl_heading:nxw_title Nikto
clickAndWait //input[@value='Create']
verifyTextPresent Project
verifyTextPresent 0.0
 
fullTextSearch.html
fullTextSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
fullTextSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Keywords
type id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 Klaatu
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
verifyXpathCount //form[@id="faceted_search_default"]/table//tbody/tr 1
type id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 no match
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent No documents match your search criteria
 
dateRangeSearch.html
dateRangeSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
dateRangeSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
retrieveCurrentDateInfo
waitForTextPresent Creation date
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate ${currentMonth}/${currentDay}/${currentYear} 11:59 PM
clickAndWait //input[@value="Filter"]
verifyTextPresent No documents match your search criteria
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate ${currentMonth}/${currentDay}/${currentYear} 00:00 AM
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputDate
clickAndWait //input[@value="Filter"]
storeEval selenium.browserbot.getCurrentWindow().document.body.innerHTML innerhtml
echo ${innerhtml} <div><a href="/nuxeo/nxthemes-select?engine=editor" accesskey="-"></a><a href="/nuxeo/nxthemes-select?engine=editor" accesskey="_"></a><a href="/nuxeo/nxthemes-select?engine=editor" accesskey="t"></a></div> <table class="themeSectionFrame nxHeader" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td class="themeCellFrame logo" valign="top"><div class="menu"> <div class="siteLogo"> <form id="j_id10" name="j_id10" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="j_id10" value="j_id10" type="hidden"> <script type="text/javascript" language="Javascript">function dpf(f) {var adp = f.adp;if (adp != null) {for (var i = 0;i < adp.length;i++) {f.removeChild(adp[i]);}}};function apf(f, pvp) {var adp = new Array();f.adp = adp;var i = 0;for (k in pvp) {var p = document.createElement("input");p.type = "hidden";p.name = k;p.value = pvp[k];f.appendChild(p);adp[i++] = p;}};function jsfcljs(f, pvp, t) {apf(f, pvp);var ft = f.target;if (t) {f.target = t;}f.submit();f.target = ft;dpf(f);};</script> <a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('j_id10'),{'j_id10:j_id11':'j_id10:j_id11'},'');}return false"><img src="/nuxeo/img/nuxeo_logo.png" alt="Nuxeo" title="Nuxeo" height="36" width="92"></a><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> </div></td><td class="themeCellFrame content" valign="top"><div><div> <div class="header_admin_messages"> <!--[if lt IE 9]> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script> <div id="gcfdiv" class="actionHide" style="display:none; text-align: center; padding: 5px 5px 5px 25px; background-color:#fff9B4; font: normal 12px Arial,sans-serif;"> </div> <script type="text/javascript"> // The conditional ensures that this code will only execute in IE, // Therefore we can use the IE-specific attachEvent without worry function onMissing() { var gcfdiv = jQuery('#gcfdiv') var link = jQuery('<span>To fully access Nuxeo features, we recommend you to</span> <a>download Google Chrome Frame</a>').attr({href: 'http://www.google.com/chromeframe?hl=fr&amp;prefersystemlevel=true'}) gcfdiv.prepend(link); gcfdiv.css('display', 'block') } jQuery(function() { CFInstall.check({ onmissing: onMissing, preventPrompt: true }); }); </script> <![endif]--> </div> <div class="userSearchBlock"> <form id="userServicesSearchForm" name="userServicesSearchForm" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="userServicesSearchForm" value="userServicesSearchForm" type="hidden"> <div class="searchService"><div xmlns:cm="http://org.nuxeo.cm/" style="display: inline; float: left;"><table id="userServicesSearchForm:_suggestbox_panel"> <tbody> <tr> <td><input autocomplete="off" id="userServicesSearchForm:faceted_search_suggest_box" name="userServicesSearchForm:faceted_search_suggest_box" value="" class="search_suggest_box directoryFilter" onkeydown="if (event.keyCode == 13) {return false;}" type="text"> <script type="text/javascript"> <!-- function focus_searchbox(event) { event.preventDefault(); jQuery('input.search_suggest_box').focus(); return false; } // bind the '/' key to focus the searchbox jQuery(document).bind('keydown', '/', focus_searchbox); // handle keyboard layouts such as French where the '/' char is // accessed through the Shift modifier jQuery(document).bind('keydown', 'Shift+/', focus_searchbox); --> </script><div id="userServicesSearchForm:faceted_search_suggestionBox" class="dr-sb-common-container rich-sb-common-container suggestionBoxResult" style="display: none; z-index: 5001; width: 300px; height: 500px;"><div class="dr-sb-ext-decor-1 rich-sb-ext-decor-1"><div class="dr-sb-ext-decor-2 rich-sb-ext-decor-2" style=""><table class="dr-sb-ext-decor-3 rich-sb-ext-decor-3" border="0" cellpadding="0" cellspacing="1"><tbody><tr><td><div class="_suggestion_size_ dr-sb-overflow rich-sb-overflow" style="width: 296px; height: 496px;"><table id="userServicesSearchForm:faceted_search_suggestionBox:suggest" border="0" width="100%"><tbody></tbody></table></div></td></tr></tbody></table></div></div><div class="dr-sb-shadow rich-sb-shadow" style="opacity: 0.1; top: 4px; left: 4px;"></div></div><div id="userServicesSearchForm:faceted_search_suggestionBox_script" style="display: none;"><script type="text/javascript">Richfaces.onAvailable('userServicesSearchForm:faceted_search_suggest_box', function() { new RichFaces.Suggestion('userServicesSearchForm:j_id23','userServicesSearchForm','userServicesSearchForm:faceted_search_suggest_box','userServicesSearchForm:faceted_search_suggestionBox',null,{'ignoreDupResponses':true,'implicitEventsQueue':'userServicesSearchForm:faceted_search_suggestionBox','usingSuggestObjects':false,'param':'inputvalue','select':'richfaces_suggestionSelectValue','width':'300','entryClass':'richfaces_suggestionEntry','rows':0,'popupStyle':'','height':'500','onselect':function(suggestion,event){A4J.AJAX.Submit('userServicesSearchForm:j_id23','userServicesSearchForm',event,{'similarityGroupingId':'userServicesSearchForm:faceted_search_suggestionBox:_a4jSupport','parameters':{'userServicesSearchForm:faceted_search_suggestionBox:_a4jSupport':'userServicesSearchForm:faceted_search_suggestionBox:_a4jSupport','suggesterGroup':'searchbox'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} )},'popupClass':'','popup':'userServicesSearchForm:faceted_search_suggestionBox','tokens':'','parameters':{'userServicesSearchForm:faceted_search_suggestionBox':'userServicesSearchForm:faceted_search_suggestionBox','ajaxSingle':'userServicesSearchForm:faceted_search_suggestionBox','suggesterGroup':'searchbox'} ,'similarityGroupingId':'userServicesSearchForm:faceted_search_suggestionBox','selectValueClass':'richfaces_suggestionSelectValue','zindex':5000,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces','requestDelay':100} ); });</script></div><iframe src="/nuxeo/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/images/spacer.gif.xhtml" id="userServicesSearchForm:faceted_search_suggestionBox_iframe" style="position: absolute; display: none; z-index: 5000;"></iframe><input id="userServicesSearchForm:faceted_search_suggestionBox_selection" name="userServicesSearchForm:faceted_search_suggestionBox_selection" type="hidden"><input class="button" id="userServicesSearchForm:simpleSearchSubmitButton" name="userServicesSearchForm:simpleSearchSubmitButton" onclick="A4J.AJAX.Submit('userServicesSearchForm:j_id23','userServicesSearchForm',event,{'similarityGroupingId':'userServicesSearchForm:simpleSearchSubmitButton','parameters':{'userServicesSearchForm:simpleSearchSubmitButton':'userServicesSearchForm:simpleSearchSubmitButton'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;" value="Search" type="button"></td> </tr> </tbody> </table> </div> <span id="userServicesSearchForm:searchActionsTable"> <span class="advancedSearchLink"><a id="userServicesSearchForm:searchActionsTable:0:searchActionsButton" href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('userServicesSearchForm'),{'userServicesSearchForm:searchActionsTable:0:searchActionsButton':'userServicesSearchForm:searchActionsTable:0:searchActionsButton'},'');}return false">Advanced search</a> </span> </span> </div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> <div class="userServicesBlock"> <form id="userServicesForm" name="userServicesForm" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="userServicesForm" value="userServicesForm" type="hidden"> <div class="mainTabs"> <ul> <li class=""><a href="http://localhost:8080/nuxeo/nxhome/default/default-domain@view_home?tabIds=MAIN_TABS%3Ahome&amp;conversationId=0NXMAIN">Home</a> </li> <li class="selected"><a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@view_documents?tabIds=MAIN_TABS%3Adocuments&amp;conversationId=0NXMAIN">Document Management</a> </li> <li class=""><a href="http://localhost:8080/nuxeo/nxadmin/default/default-domain@view_admin?tabIds=MAIN_TABS%3Aadmin&amp;conversationId=0NXMAIN">Admin Center</a> </li> </ul> </div> <div style="float: left; color: white;" class="studioButton"> <a href="https://connect.nuxeo.com/nuxeo/site/connect/trial/form?source=studioButton&amp;product=CAP%205.7-SNAPSHOT" target="studio">Studio</a> </div> <div class="userMenuActions"> <ul class="userMenuList"> <li><a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@view_home?tabIds=MAIN_TABS%3Ahome&amp;conversationId=0NXMAIN" class="userButton">Administrator</a> <ul> <li><a id="userServicesForm:menuActionCommand_SHOW_PERSONAL_WORKSPACE" href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('userServicesForm'),{'userServicesForm:menuActionCommand_SHOW_PERSONAL_WORKSPACE':'userServicesForm:menuActionCommand_SHOW_PERSONAL_WORKSPACE'},'');}return false">Personal Workspace</a> </li> <li><a id="userServicesForm:menuActionCommand_PreferencesAction" href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('userServicesForm'),{'userServicesForm:menuActionCommand_PreferencesAction':'userServicesForm:menuActionCommand_PreferencesAction'},'');}return false">Preferences</a> </li> <li><a id="userServicesForm:menuActionLink_non_anonymous_logout" name="userServicesForm:menuActionLink_non_anonymous_logout" href="http://localhost:8080/nuxeo/logout" onclick="">Log out</a> </li> </ul> </li> </ul> </div> <div class="userActions"> <span id="userServicesForm:userServicesBottomActionsTable"> </span> </div> <div class="searchService"> <span id="userServicesForm:searchLinksActionsTable"> </span> </div> <div class="clear"></div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> <div class="clear"></div> </div> </div></td><td class="themeCellFrame includes" valign="top"><div> <script type="text/javascript" src="http://localhost:8080/nuxeo/seam/resource/remoting/interface.js?previewActions&amp;clipboardActions&amp;FileManageActions&amp;domainActions&amp;workspaceActions&amp;documentActions&amp;searchActions&amp;popupHelper"> </script> <script type="text/javascript"> var currentConversationId = '0NXMAIN'; var currentDocURL = 'default/17b9a969-e1a6-42e5-a4db-153a747ed7dd'; // set the conversation id before doing any call Seam.Remoting.getContext().setConversationId(currentConversationId); Seam.Remoting.contextPath = '/nuxeo'; Seam.Remoting.resourcePath = '/nuxeo/seam/resource/remoting'; </script><script type="text/javascript"> function confirmDeleteDocuments() { return confirm("Delete selected document(s)?"); } function confirmUndeleteDocuments() { return confirm("Undelete selected document(s)?"); } function confirmDeleteDocumentsForever() { return confirm("Permanently delete selected document(s)?"); } function confirmDeleteTask() { return confirm("Delete the task?"); } function confirmRemoveFiles(file) { return confirm("Delete file "+file+" ?"); } </script><div> </div><div> </div> <script type="text/javascript" src="http://localhost:8080/nuxeo/js/?scripts=confirmAlerts.js%7CDragAndDrop.js%7CtableSelections.js%7CcustomSeamRemotingWaiter.js%7Ccustom-javascript.js%7Cdefault-contextmenu-actions.js%7Ccustom-contextmenu-actions.js%7Ctooltip.js"> </script> <!-- FIXME: tiny mce scripts inclusion is not ok when using theme resources --> <script type="text/javascript" src="tiny_mce/tiny_mce.js"> </script> <script type="text/javascript" src="tiny_mce/tiny_mce_init.js"> </script><div> <script type="text/javascript" src="http://localhost:8080/nuxeo/js/?scripts=dnd/jquery.client.js%7Cdnd/jquery.dnd-file-upload.js%7Cautomation.js%7Cdnd/nxdropzone.js%7Cdnd/nxdropout.js%7Cdnd/nxinternaldnd.js"> </script> <script> var baseURL='http://localhost:8080/nuxeo/'; function getBaseURL() { return baseURL; } var ctx = { currentDocument : '17b9a969-e1a6-42e5-a4db-153a747ed7dd', currentDomain : '17b9a969-e1a6-42e5-a4db-153a747ed7dd', conversationId : '0NXMAIN', lang : 'en', repository : 'default' }; function initNXDrapAndDropOnPage(scope) { // init Browser Drag out support (Chrome only); jQuery(".dropout",scope).dropout(baseURL,ctx.repository); // initernal DnD jQuery(".nxDraggable",scope).nxInitDraggables(); jQuery(".nxDropTarget",scope).nxInitDropTargets(); } jQuery(document).ready(function(){ // init Dropout and Internal DnD initNXDrapAndDropOnPage(null); }); </script> </div><div> <script type="text/javascript">var baseURL='http://localhost:8080/nuxeo/'; <!-- var TestingMode=false; function getCurrentConversationId() { return currentConversationId; } function getCurrentDocURL() { return currentDocURL } function getBaseURL() { return baseURL } function getUploadURL() { return baseURL + "restAPI/" + currentDocURL; } function addFileFromPlugin(fullName,content,mime,path,UseBase64){ //Seam.Remoting.contextPath = "/nuxeo"; // XXX use the path as a relative path on currentDocument Seam.Component.getInstance("FileManageActions").addFileFromPlugin(content,mime,fullName,path,UseBase64,FileAddedCallback); } function addFolderFromPlugin(name,path){ //Seam.Remoting.contextPath = "/nuxeo"; Seam.Component.getInstance("FileManageActions").addFolderFromPlugin(name,path,FolderAddedCallback); } var ECMFolderName=""; var ECMFolderPath=""; var ECMFileName=""; var ECMFileContent; var ECMFileMime=""; var ECMPluginCallBack=null; var ECMPluginCancelCallBack=null; var ECMUseBase64=true; var WaitScreenDisplayed=false; var ECMNBTotalFiles=0; var ECMNBFilesProcessed=0; var ECMWritePermission=null; function canWrite(){ // Seam.Remoting.contextPath = "/nuxeo"; Seam.Component.getInstance("FileManageActions").canWrite(CanWriteCallback); } // Called by Plugin to init transfert function initTransfert(nbFiles,CancelCB) { ECMPluginCancelCallBack=CancelCB; displayWaitScreen(); ECMNBFilesProcessed=0; if (nbFiles) ECMNBTotalFiles=nbFiles; } // Called by Plugin to end transfert function endTransfert() { WaitScreenDisplayed=false; window.location = window.location; } // Called by IE Plugin to end transfert function endIETransfert() { window.location = window.location; WaitScreenDisplayed=false; } // Called by Plugin to ask permission function fireCanWrite(plugin_callback){ ECMPluginCallBack=plugin_callback; if (document.createEvent){ // FF : need event support to change the security context var evt = document.createEvent("Events"); evt.initEvent("NXEventCanWrite", true, true); window.dispatchEvent(evt); } else { // no custom event management in IE but we don't need it doCanWrite(null); } } // Called by Plugin to send a file function fireCreateFile(fullName,content,mime,path,useBase64,plugin_callback) { ECMFileName=fullName; ECMFileContent=content; ECMFileMime=mime; ECMFolderPath=path; ECMPluginCallBack=plugin_callback; ECMUseBase64=useBase64; displayWaitScreen(ECMNBTotalFiles + ' to upload'); if (document.createEvent){ var evt = document.createEvent("Events"); evt.initEvent("NXEventCreateFile", true, true); window.dispatchEvent(evt); } else{ // no custom event management in IE but we don't need it doCreateFile(null); } } // Called by Plugin to send a file function fireCreateFolder(name,path,plugin_callback) { ECMFolderName=name; ECMFolderPath=path; ECMPluginCallBack=plugin_callback; if (document.createEvent) { // FF : need event support to change the security context var evt = document.createEvent("Events"); evt.initEvent("NXEventCreateFolder", true, true); window.dispatchEvent(evt); } else { // no custom event management in IE but we don't need it doCreateFolder(null); } } // internal functions function transfertCanceled() { closeWaiter(); // RC: per Vlad's request // ECMPluginCancelCallBack(); if (ECMPluginCancelCallBack) { if ( typeof(ECMPluginCancelCallBack)=="function" ) ECMPluginCancelCallBack(result); else if ( typeof(ECMPluginCancelCallBack)=="string" ) eval( ECMPluginCancelCallBack + "(\"" + result + "\")"); } } function displayWaitScreen(nbFiles) { if (!WaitScreenDisplayed) { openWaiter(); WaitScreenDisplayed=true; } } function updateWaitScreen() { try { var txt = 'Processing file ' + ECMNBFilesProcessed + '/' + ECMNBTotalFiles; $('waiter_message').innerHTML=txt; } catch (e) { alert(e); } } // Called by the NXEventCreateFile event // ie : the JS Seam calls can't be made from the XPI function doCanWrite(evt) { canWrite() } // Called by the NXEventCreateFile event // This is usefull to change the security context // ie : the JS Seam calls can't be made from the XPI function doCreateFile(evt) { ECMNBFilesProcessed+=1; updateWaitScreen(); if (TestingMode) setTimeout('FileAddedCallback(Math.random())',1000); else addFileFromPlugin(ECMFileName,ECMFileContent,ECMFileMime,ECMFolderPath,ECMUseBase64) } // Called by the NXEventCreateFolder event // This is usefull to change the security context // ie : the JS Seam calls can't be made from the XPI function doCreateFolder(evt) { ECMNBFilesProcessed+=1; updateWaitScreen(); //alert("CreateFolderEvent received"); if (TestingMode) setTimeout('FolderAddedCallback(Math.random())',1000); else addFolderFromPlugin(ECMFolderName,ECMFolderPath) } // CallBack from the Seam AJAX request // Also call the Plugin callback to fetch next files var result; function FileAddedCallback(result) { //alert("Return from Seam : " + result); LogInBrowser( 'In FileAddedCallback'); if(typeof(result)!="undefined"){ if (ECMPluginCallBack) { if ( typeof(ECMPluginCallBack)=="function" ) ECMPluginCallBack(result); else if ( typeof(ECMPluginCallBack)=="string" ) eval( ECMPluginCallBack + "(\"" + result + "\")"); } } else{ alert("undefined result in FileAddedCallback") } } // CallBack from the Seam AJAX request // Also call the Plugin callback to fetch next files var result; function FolderAddedCallback(result) { //alert("Return from Seam : " + result); LogInBrowser( 'In FolderAddedCallback'); if(typeof(result)!="undefined"){ if (ECMPluginCallBack) { if ( typeof(ECMPluginCallBack)=="function" ) ECMPluginCallBack(result); else if ( typeof(ECMPluginCallBack)=="string" ) eval( ECMPluginCallBack + "(\"" + result + "\")"); } } else{ alert("undefined result in FolderAddedCallback") } } // CallBack from the Seam AJAX request* var result; function CanWriteCallback(result) { //alert("Return from Seam : " + result); LogInBrowser( 'In CanWriteCallback'); if(typeof(result)!="undefined"){ if (ECMPluginCallBack){ if ( typeof(ECMPluginCallBack)=="function" ) ECMPluginCallBack(result); else if ( typeof(ECMPluginCallBack)=="string" ) eval( ECMPluginCallBack + "(\"" + result + "\")"); } } else{ alert("undefined result in CanWriteCallback") } } // apparently IEHelper doesn't like this //if(navigator.appCodeName=="Mozilla"){ // var external = null; //} function LogInBrowser(text) { try { eval( 'window.external.LogText(\"' + text + '\")' ); } catch(e) { if (TestingMode) { alert("Error : " + e.name + "\n"+ e.message); } } } if (window.addEventListener) { // register event listener for checkPermission window.addEventListener ("NXEventCanWrite", doCanWrite, false); // register event listener for file creation window.addEventListener ("NXEventCreateFile", doCreateFile, false); // register event listener for folder creation window.addEventListener ("NXEventCreateFolder", doCreateFolder, false); } --> </script> <!-- waiter html --> <div id="waiter" style="display: none;"> <span id="waiter_message"> upload in progress </span><br> <img src="http://localhost:8080/nuxeo/waitdialog/NXwaiter.gif"><br> <a id="waiter_close" href="#" onclick="transfertCanceled()">close</a> </div> <!-- waiter overlay --> <div style="position: absolute; top: 0pt; left: 0pt; z-index: 9; width: 100%; opacity: 0.6; display: none;" class="overlay_waiter" id="overlay_modal"></div> <!-- don't remove or the plugin won't be activated --> <input id="Nx5PluginEnabled" value="true" type="hidden"> </div> <script type="text/javascript" src="http://localhost:8080/nuxeo/js/?scripts=jquery/jquery.konami.js"> </script> <script type="text/javascript"> jQuery(document).ready(function() { jQuery(window).konami('/nuxeo/img/konamikat.gif'); }); </script> <link href="/nuxeo/css/custom-css.css" rel="stylesheet" type="text/css"><div> </div> </div></td></tr> </tbody></table><table class="themeSectionFrame nxMainContainer" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td class="themeCellFrame column" valign="top"><div> <div class="userClipboard"><span id="MultiTreeView"> <div class="tabsBar"> <form id="virtualNavTreeTab" name="virtualNavTreeTab" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="virtualNavTreeTab" value="virtualNavTreeTab" type="hidden"> <ul id="virtualNavTreeTab:virtualNavTreeList"> <li class=""><a href="#" id="virtualNavTreeTab:virtualNavTreeList:0:virtualNavTreeLink" name="virtualNavTreeTab:virtualNavTreeList:0:virtualNavTreeLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','virtualNavTreeTab',event,{'similarityGroupingId':'virtualNavTreeTab:virtualNavTreeList:0:virtualNavTreeLink','parameters':{'virtualNavTreeTab:virtualNavTreeList:0:virtualNavTreeLink':'virtualNavTreeTab:virtualNavTreeList:0:virtualNavTreeLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img src="/nuxeo/img/CONTENT_TREE.png" title="Main navigation plan" class="smallIcon"></a></li> <li class="selected"><a href="#" id="virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink" name="virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','virtualNavTreeTab',event,{'similarityGroupingId':'virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink','parameters':{'virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink':'virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img src="/nuxeo/img/facetedSearch.png" title="Faceted Search" class="smallIcon"></a></li> <li class=""><a href="#" id="virtualNavTreeTab:virtualNavTreeList:2:virtualNavTreeLink" name="virtualNavTreeTab:virtualNavTreeList:2:virtualNavTreeLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','virtualNavTreeTab',event,{'similarityGroupingId':'virtualNavTreeTab:virtualNavTreeList:2:virtualNavTreeLink','parameters':{'virtualNavTreeTab:virtualNavTreeList:2:virtualNavTreeLink':'virtualNavTreeTab:virtualNavTreeList:2:virtualNavTreeLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img src="/nuxeo/img/TAG_CLOUD.png" title="Browse by tags" class="smallIcon"></a></li> <li class=""><a href="#" id="virtualNavTreeTab:virtualNavTreeList:3:virtualNavTreeLink" name="virtualNavTreeTab:virtualNavTreeList:3:virtualNavTreeLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','virtualNavTreeTab',event,{'similarityGroupingId':'virtualNavTreeTab:virtualNavTreeList:3:virtualNavTreeLink','parameters':{'virtualNavTreeTab:virtualNavTreeList:3:virtualNavTreeLink':'virtualNavTreeTab:virtualNavTreeList:3:virtualNavTreeLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img src="/nuxeo/img/byCoverageNavigation.png" title="Browsing by coverage" class="smallIcon"></a></li> <li class=""><a href="#" id="virtualNavTreeTab:virtualNavTreeList:4:virtualNavTreeLink" name="virtualNavTreeTab:virtualNavTreeList:4:virtualNavTreeLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','virtualNavTreeTab',event,{'similarityGroupingId':'virtualNavTreeTab:virtualNavTreeList:4:virtualNavTreeLink','parameters':{'virtualNavTreeTab:virtualNavTreeList:4:virtualNavTreeLink':'virtualNavTreeTab:virtualNavTreeList:4:virtualNavTreeLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img src="/nuxeo/img/bySubjectsNavigation.png" title="Browsing by subjects" class="smallIcon"></a></li> </ul><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> <div style="clear: both;"></div> <div class="userClipboardContent"><div> <form id="facetedSearchForm" name="facetedSearchForm" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="compactLayout" enctype="application/x-www-form-urlencoded"> <input name="facetedSearchForm" value="facetedSearchForm" type="hidden"> <div style="display: none;"><input name="facetedSearchForm:j_id115" value="" type="submit"> </div> <div class="facetedSearchBlock"> <div class="facetedSearchBlock compactLayout"><div id="allSavedFacetedSearchSelectorDiv"> <p>All saved searches</p><select id="facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector" name="facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector" class="langSelect" size="1" onchange="Element.next(this).firstChild.click();"> <option value="none" selected="selected">None</option> <optgroup label="Your searches"></optgroup><optgroup label="All searches"></optgroup><optgroup label="Flagged saved searches"> <option value="faceted_search_default">Default Faceted Search</option> </optgroup></select> <div style="display: none;"><input name="facetedSearchForm:nxl_faceted_search_default_selectors:j_id130" value="submit" type="submit"> </div> </div> </div> <div class="facetedSearchBlock compactLayout"><div class="facetedSearchActionBar"><a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('facetedSearchForm'),{'facetedSearchForm:nxl_faceted_search_default_actions:j_id141':'facetedSearchForm:nxl_faceted_search_default_actions:j_id141'},'');}return false">Clear</a><input name="facetedSearchForm:nxl_faceted_search_default_actions:j_id143" value="Filter" class="button" type="submit"> <div style="clear: both;"></div> </div> </div> <table class="dataInput fullWidth"> <tbody> <tr class=""> <td class="fieldColumn" colspan="2.0" dir="auto"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_text_search_panel"> <span class="widgetPanel containerWidgetPanel "> <h3 class="widgetHeader summaryTitle foldedDisabled"><span class="widgetLabel ">Text search</span> </h3> <table class="dataTableNoBorder widgetTable containerWidgetTable "> <tbody> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Keywords</span> </td> <td class="fieldColumnn containerField"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1" value="" dir="auto" type="text"> </td> </tr> </tbody> </table> </span></span> </td> </tr> <tr class=""> <td class="fieldColumn" colspan="2.0" dir="auto"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_date_search_panel"> <span class="widgetPanel containerWidgetPanel "> <h3 class="widgetHeader summaryTitle foldedDisabled"><span class="widgetLabel ">Date search</span> </h3> <table class="dataTableNoBorder widgetTable containerWidgetTable "> <tbody> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Creation date</span> </td> <td class="fieldColumnn containerField"> <div> <table class="nowrap"> <tbody> <tr> <td> <span class="tinyLabel">from </span> </td> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDatePopup"><input class="rich-calendar-input " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate" style="vertical-align: middle;" value="03/21/2013 00:00 AM" type="text"><img alt="" class="rich-calendar-button " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDatePopupButton" style="vertical-align: middle;" src="/nuxeo/a4j/g/3_3_1.GAorg.richfaces.renderkit.html.iconimages.CalendarIcon/DATB/eAF7-fIlw6znAA%21IBD0_.xhtml"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputCurrentDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputCurrentDate" style="display: none;" value="03/2013" type="hidden"></span><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateIFrame" style="display: none;"></div><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate" class="rich-calendar-exterior rich-calendar-popup" style="display: none; position: absolute; z-index: 1500;" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.skipEventOnCollapse=true;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="rich-calendar-header" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateHeader"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDay"><td class="rich-calendar-days"><br></td><td class="rich-calendar-days rich-calendar-weekends" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell0">Sun</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell1">Mon</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell2">Tue</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell3">Wed</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell4">Thu</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell5">Fri</td><td class="rich-calendar-days rich-calendar-weekends rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDayCell6">Sat</td></tr> <tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum1"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell1">1</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell0" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell1" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell2" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell3" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell4" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell5" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell6" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum2"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell2">2</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell7" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell8" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell9" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell10" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell11" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell12" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell13" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum3"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell3">3</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell14" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell15" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell16" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell17" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell18" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell19" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell20" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum4"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell4">4</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell21" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell22" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell23" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell24" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell25" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell26" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell27" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum5"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell5">5</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell28" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell29" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell30" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell31" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell32" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell33" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell34" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum6"><td class="rich-calendar-week rich-bottom-cell " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNumCell6">6</td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell35" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell36" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell37" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell38" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell39" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell40" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDayCell41" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr><td class="rich-calendar-footer" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateFooter"></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateScript" style="display: none;"><script type="text/javascript">new Calendar('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate', {dayListTableId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateDay', weekNumberBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekNum', weekDayBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateWeekDay', currentDate: new Date(2013,2,1), selectedDate: null, datePattern: 'M/d/yyyy h:mm a', jointPoint: 'bottom-left', direction: 'bottom-right', boundaryDatesMode:'inactive', popup: true, enableManualInput: true, showInput: true, disabled: false, readonly: false, ajaxSingle: true, verticalOffset:0, horizontalOffset: 0, style:'z-index: 1500; ', firstWeekDay: 0, minDaysInFirstWeek: 1, todayControlMode:'select', showHeader:true, showFooter:true, showWeeksBar:true, showWeekDaysBar:true, showApplyButton:false, resetTimeOnDateSelect:false, defaultTime:{hours:12,minutes:0}, labels:{apply:'Apply', today:'Today', clean:'Clean', cancel:'Cancel', ok:'OK', close:'x'}, 'monthLabels': ['January','February','March','April','May','June','July','August','September','October','November','December'] , 'monthLabelsShort': ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'] , 'weekDayLabels': ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();</script></div><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDate_message" class="errorMessage">'03/21/2013 00:00 AM' could not be understood as a date. Example: 3/21/2013 10:50 PM</span> </td> </tr> <tr> <td> <span class="tinyLabel">to </span> </td> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDatePopup"><input class="rich-calendar-input " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputDate" style="vertical-align: middle;" type="text"><img alt="" class="rich-calendar-button " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDatePopupButton" style="vertical-align: middle;" src="/nuxeo/a4j/g/3_3_1.GAorg.richfaces.renderkit.html.iconimages.CalendarIcon/DATB/eAF7-fIlw6znAA%21IBD0_.xhtml"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputCurrentDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputCurrentDate" style="display: none;" value="03/2013" type="hidden"></span><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateIFrame" style="display: none;"></div><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate" class="rich-calendar-exterior rich-calendar-popup" style="display: none; position: absolute; z-index: 1500;" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.skipEventOnCollapse=true;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="rich-calendar-header" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateHeader"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDay"><td class="rich-calendar-days"><br></td><td class="rich-calendar-days rich-calendar-weekends" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell0">Sun</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell1">Mon</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell2">Tue</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell3">Wed</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell4">Thu</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell5">Fri</td><td class="rich-calendar-days rich-calendar-weekends rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDayCell6">Sat</td></tr> <tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum1"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell1">1</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell0" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell1" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell2" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell3" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell4" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell5" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell6" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum2"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell2">2</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell7" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell8" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell9" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell10" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell11" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell12" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell13" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum3"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell3">3</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell14" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell15" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell16" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell17" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell18" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell19" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell20" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum4"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell4">4</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell21" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell22" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell23" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell24" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell25" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell26" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell27" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum5"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell5">5</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell28" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell29" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell30" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell31" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell32" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell33" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell34" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum6"><td class="rich-calendar-week rich-bottom-cell " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNumCell6">6</td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell35" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell36" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell37" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell38" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell39" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell40" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDayCell41" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr><td class="rich-calendar-footer" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateFooter"></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateScript" style="display: none;"><script type="text/javascript">new Calendar('facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDate', {dayListTableId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateDay', weekNumberBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekNum', weekDayBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateWeekDay', currentDate: new Date(2013,2,1), selectedDate: null, datePattern: 'M/d/yyyy h:mm a', jointPoint: 'bottom-left', direction: 'bottom-right', boundaryDatesMode:'inactive', popup: true, enableManualInput: true, showInput: true, disabled: false, readonly: false, ajaxSingle: true, verticalOffset:0, horizontalOffset: 0, style:'z-index: 1500; ', firstWeekDay: 0, minDaysInFirstWeek: 1, todayControlMode:'select', showHeader:true, showFooter:true, showWeeksBar:true, showWeekDaysBar:true, showApplyButton:false, resetTimeOnDateSelect:false, defaultTime:{hours:12,minutes:0}, labels:{apply:'Apply', today:'Today', clean:'Clean', cancel:'Cancel', ok:'OK', close:'x'}, 'monthLabels': ['January','February','March','April','May','June','July','August','September','October','November','December'] , 'monthLabelsShort': ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'] , 'weekDayLabels': ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();</script></div> </td> </tr> <tr> <td colspan="2"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_1_dateRangeValidator" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_1_dateRangeValidator" value="dateRangeValidator" type="hidden"> </td> </tr> </tbody> </table> </div> </td> </tr> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Modification date</span> </td> <td class="fieldColumnn containerField"> <div> <table class="nowrap"> <tbody> <tr> <td> <span class="tinyLabel">from </span> </td> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDatePopup"><input class="rich-calendar-input " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate" style="vertical-align: middle;" type="text"><img alt="" class="rich-calendar-button " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDatePopupButton" style="vertical-align: middle;" src="/nuxeo/a4j/g/3_3_1.GAorg.richfaces.renderkit.html.iconimages.CalendarIcon/DATB/eAF7-fIlw6znAA%21IBD0_.xhtml"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputCurrentDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputCurrentDate" style="display: none;" value="03/2013" type="hidden"></span><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateIFrame" style="display: none;"></div><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate" class="rich-calendar-exterior rich-calendar-popup" style="display: none; position: absolute; z-index: 1500;" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.skipEventOnCollapse=true;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="rich-calendar-header" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateHeader"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDay"><td class="rich-calendar-days"><br></td><td class="rich-calendar-days rich-calendar-weekends" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell0">Sun</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell1">Mon</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell2">Tue</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell3">Wed</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell4">Thu</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell5">Fri</td><td class="rich-calendar-days rich-calendar-weekends rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDayCell6">Sat</td></tr> <tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum1"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell1">1</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell0" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell1" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell2" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell3" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell4" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell5" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell6" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum2"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell2">2</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell7" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell8" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell9" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell10" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell11" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell12" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell13" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum3"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell3">3</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell14" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell15" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell16" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell17" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell18" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell19" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell20" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum4"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell4">4</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell21" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell22" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell23" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell24" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell25" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell26" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell27" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum5"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell5">5</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell28" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell29" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell30" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell31" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell32" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell33" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell34" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum6"><td class="rich-calendar-week rich-bottom-cell " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNumCell6">6</td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell35" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell36" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell37" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell38" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell39" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell40" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDayCell41" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr><td class="rich-calendar-footer" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateFooter"></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateScript" style="display: none;"><script type="text/javascript">new Calendar('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDate', {dayListTableId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateDay', weekNumberBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekNum', weekDayBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateWeekDay', currentDate: new Date(2013,2,1), selectedDate: null, datePattern: 'M/d/yyyy h:mm a', jointPoint: 'bottom-left', direction: 'bottom-right', boundaryDatesMode:'inactive', popup: true, enableManualInput: true, showInput: true, disabled: false, readonly: false, ajaxSingle: true, verticalOffset:0, horizontalOffset: 0, style:'z-index: 1500; ', firstWeekDay: 0, minDaysInFirstWeek: 1, todayControlMode:'select', showHeader:true, showFooter:true, showWeeksBar:true, showWeekDaysBar:true, showApplyButton:false, resetTimeOnDateSelect:false, defaultTime:{hours:12,minutes:0}, labels:{apply:'Apply', today:'Today', clean:'Clean', cancel:'Cancel', ok:'OK', close:'x'}, 'monthLabels': ['January','February','March','April','May','June','July','August','September','October','November','December'] , 'monthLabelsShort': ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'] , 'weekDayLabels': ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();</script></div> </td> </tr> <tr> <td> <span class="tinyLabel">to </span> </td> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDatePopup"><input class="rich-calendar-input " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputDate" style="vertical-align: middle;" type="text"><img alt="" class="rich-calendar-button " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDatePopupButton" style="vertical-align: middle;" src="/nuxeo/a4j/g/3_3_1.GAorg.richfaces.renderkit.html.iconimages.CalendarIcon/DATB/eAF7-fIlw6znAA%21IBD0_.xhtml"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputCurrentDate" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputCurrentDate" style="display: none;" value="03/2013" type="hidden"></span><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateIFrame" style="display: none;"></div><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate" class="rich-calendar-exterior rich-calendar-popup" style="display: none; position: absolute; z-index: 1500;" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.skipEventOnCollapse=true;" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="rich-calendar-header" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateHeader"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDay"><td class="rich-calendar-days"><br></td><td class="rich-calendar-days rich-calendar-weekends" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell0">Sun</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell1">Mon</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell2">Tue</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell3">Wed</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell4">Thu</td><td class="rich-calendar-days" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell5">Fri</td><td class="rich-calendar-days rich-calendar-weekends rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDayCell6">Sat</td></tr> <tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum1"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell1">1</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell0" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell1" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell2" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell3" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell4" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell5" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell6" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum2"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell2">2</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell7" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell8" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell9" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell10" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell11" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell12" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell13" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum3"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell3">3</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell14" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell15" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell16" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell17" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell18" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell19" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell20" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum4"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell4">4</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell21" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell22" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell23" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell24" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell25" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell26" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell27" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum5"><td class="rich-calendar-week " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell5">5</td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell28" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell29" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell30" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell31" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell32" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell33" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell34" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum6"><td class="rich-calendar-week rich-bottom-cell " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNumCell6">6</td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell35" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell36" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell37" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell38" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell39" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell40" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td><td class="rich-bottom-cell rich-calendar-cell-size rich-calendar-cell rich-calendar-holly rich-right-cell" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDayCell41" onclick="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnClick(event, this);" onmouseover="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOver(event, this);" onmouseout="$('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate').component.eventCellOnMouseOut(event, this);"></td></tr><tr><td class="rich-calendar-footer" colspan="8" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateFooter"></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateScript" style="display: none;"><script type="text/javascript">new Calendar('facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDate', {dayListTableId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateDay', weekNumberBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekNum', weekDayBarId: 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateWeekDay', currentDate: new Date(2013,2,1), selectedDate: null, datePattern: 'M/d/yyyy h:mm a', jointPoint: 'bottom-left', direction: 'bottom-right', boundaryDatesMode:'inactive', popup: true, enableManualInput: true, showInput: true, disabled: false, readonly: false, ajaxSingle: true, verticalOffset:0, horizontalOffset: 0, style:'z-index: 1500; ', firstWeekDay: 0, minDaysInFirstWeek: 1, todayControlMode:'select', showHeader:true, showFooter:true, showWeeksBar:true, showWeekDaysBar:true, showApplyButton:false, resetTimeOnDateSelect:false, defaultTime:{hours:12,minutes:0}, labels:{apply:'Apply', today:'Today', clean:'Clean', cancel:'Cancel', ok:'OK', close:'x'}, 'monthLabels': ['January','February','March','April','May','June','July','August','September','October','November','December'] , 'monthLabelsShort': ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'] , 'weekDayLabels': ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'] , 'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();</script></div> </td> </tr> <tr> <td colspan="2"><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_1_dateRangeValidator" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_1_dateRangeValidator" value="dateRangeValidator" type="hidden"> </td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> </span></span> </td> </tr> <tr class=""> <td class="fieldColumn" colspan="2.0" dir="auto"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_people_search_panel"> <span class="widgetPanel containerWidgetPanel "> <h3 class="widgetHeader summaryTitle foldedDisabled"><span class="widgetLabel ">User search</span> </h3> <table class="dataTableNoBorder widgetTable containerWidgetTable "> <tbody> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Author</span> </td> <td class="fieldColumnn containerField"> <div class="UserSuggestionInput"><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_panel"> <tbody> <tr> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_panelGroup"> <span id="nxw_dc_creator_1_suggestDiv"><input autocomplete="off" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest" value="" onkeydown="if (event.keyCode == 13) {return false;}" type="text"> </span><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_ajax_region:status"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_ajax_region:status.start" style="display: none;"><img src="/nuxeo/img/standart_waiter.gif"></span><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_ajax_region:status.stop"></span></span><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox" class="dr-sb-common-container rich-sb-common-container " style="display: none; z-index: 201; width: 400px; height: 200px;"><div class="dr-sb-ext-decor-1 rich-sb-ext-decor-1"><div class="dr-sb-ext-decor-2 rich-sb-ext-decor-2" style=""><table class="dr-sb-ext-decor-3 rich-sb-ext-decor-3" border="0" cellpadding="0" cellspacing="1"><tbody><tr><td><div class="_suggestion_size_ dr-sb-overflow rich-sb-overflow" style="width: 396px; height: 196px;"><table id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:suggest" border="0" width="100%"><tbody></tbody></table></div></td></tr></tbody></table></div></div><div class="dr-sb-shadow rich-sb-shadow" style="opacity: 0.1; top: 4px; left: 4px;"></div></div><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox_script" style="display: none;"><script type="text/javascript">Richfaces.onAvailable('facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest', function() { new RichFaces.Suggestion('facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_ajax_region','facetedSearchForm','facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest','facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox',null,{'minChars':'3','implicitEventsQueue':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox','usingSuggestObjects':false,'param':'inputvalue','select':'richfaces_suggestionSelectValue','width':'400','entryClass':'richfaces_suggestionEntry','rows':0,'popupStyle':'','height':'200','onselect':function(suggestion,event){A4J.AJAX.Submit('facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_ajax_region','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:nxw_dc_creator_1_listRegion_select','parameters':{'hideVirtualGroups':false,'userSuggestionSearchType':'USER_TYPE','userSuggestionMaxSearchResults':0,'suggestionSelectionListId':'nxw_dc_creator_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:nxw_dc_creator_1_listRegion_select':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:nxw_dc_creator_1_listRegion_select'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} )},'popupClass':'','popup':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox','tokens':'','parameters':{'hideVirtualGroups':false,'userSuggestionSearchType':'USER_TYPE','userSuggestionMaxSearchResults':0,'ajaxSingle':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox','facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox'} ,'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox','selectValueClass':'richfaces_suggestionSelectValue','zindex':200,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces','requestDelay':100} ); });</script></div><iframe src="/nuxeo/a4j/g/3_3_1.GAorg/richfaces/renderkit/html/images/spacer.gif.xhtml" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox_iframe" style="position: absolute; display: none; z-index: 200;"></iframe><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox_selection" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox_selection" type="hidden"></span></td> </tr> <tr> <td><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_listRegion"></span></td> </tr> </tbody> </table> </div> </td> </tr> </tbody> </table> </span></span> </td> </tr> <tr class=""> <td class="fieldColumn" colspan="2.0" dir="auto"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_categorization_search_panel"> <span class="widgetPanel containerWidgetPanel "> <h3 class="widgetHeader summaryTitle foldedDisabled"><span class="widgetLabel ">Categorization</span> </h3> <table class="dataTableNoBorder widgetTable containerWidgetTable "> <tbody> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Nature</span> </td> <td class="fieldColumnn containerField"><select name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_nature_1" size="5" multiple="true" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_nature_1"><option value="">Select a value</option><option value="accomodationApplicationForm">Accomodation application form</option><option value="acknowledgement">Acknowledgement of receipt</option><option value="application">Application</option><option value="article">Article</option><option value="assessment">Assessment</option><option value="bankAccountDetails">Bank account details</option><option value="booklet">Booklet</option><option value="card">Card</option><option value="CDRom">CD Rom</option><option value="certificate">Certificate</option><option value="contract">Contract</option><option value="convocation">Convocation</option><option value="credit">Credit</option><option value="decree">Decree</option><option value="deliveryNote">Delivery note</option><option value="email">Email</option><option value="endorsement">Endorsement</option><option value="fax">Fax</option><option value="internshipReport">Internship report</option><option value="invoice">Invoice</option><option value="leaveApplication">Leave application</option><option value="letter">Letter</option><option value="loanApplication">Loan application</option><option value="medicalCertificate">Medical certificate</option><option value="memo">Memo</option><option value="note">Note</option><option value="notice">Notice</option><option value="notification">Notification</option><option value="order">Order</option><option value="pressReview">Press review</option><option value="procedure">Procedure</option><option value="purchaseOrder">Purchase order</option><option value="quotation">Quotation</option><option value="report">Report</option><option value="serviceCertificate">Service certificate</option><option value="trainingApplication">Training application</option><option value="worksheet">Worksheet</option></select> </td> </tr> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Coverage</span> </td> <td class="fieldColumnn containerField"><div id="nxw_dc_coverage_1"> <script type="text/javascript"> jQuery(document).ready(function() { var config = { 'width' : '50%', 'height' : '75%', 'autoScale' : false, 'autoDimensions' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'inline', 'enableEscapeButton' : true, 'centerOnScroll' : true }; jQuery("#nxw_dc_coverage_1_openPopup").fancybox(config); if (jQuery('.nxw_dc_coverage_1_inputHidden').val()) { jQuery("#nxw_dc_coverage_1_openPopup").hide(); } else { jQuery(".nxw_dc_coverage_1_deleteSingleValueLink").hide(); } }); function setnxw_dc_coverage_1SingleValue(label, path) { jQuery('#nxw_dc_coverage_1_openPopup').hide(); jQuery('.nxw_dc_coverage_1_outputText').text(label); jQuery('.nxw_dc_coverage_1_inputHidden').val(path); jQuery('.nxw_dc_coverage_1_deleteSingleValueLink').show(); jQuery.fancybox.close(); return false; } function removenxw_dc_coverage_1SingleValue() { jQuery('#nxw_dc_coverage_1_openPopup').show(); jQuery('.nxw_dc_coverage_1_outputText').text(''); jQuery('.nxw_dc_coverage_1_inputHidden').val(''); jQuery('.nxw_dc_coverage_1_deleteSingleValueLink').hide(); return false; } </script> <a id="nxw_dc_coverage_1_openPopup" href="#nxw_dc_coverage_1_tree" class="button smallButton">Add</a> <div style="display: none;"> <div id="nxw_dc_coverage_1_tree"> <h3>Click on an item to select it</h3><div class="dr-tree rich-tree " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId" xmlns:rich="http://richfaces.ajax4jsf.org/rich"><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:childs"><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','selectedPath':'africa','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_addMultipleValueLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Africa</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:0::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_addMultipleValueLink','selectedPath':'antarctica'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Antarctica</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:1::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_addMultipleValueLink','selectedPath':'asia'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Asia</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:2::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','selectedPath':'europe','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_addMultipleValueLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Europe</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','selectedPath':'north\x2Damerica','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_addMultipleValueLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">North-america</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:4::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_addMultipleValueLink','selectedPath':'oceania'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Oceania</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:5::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><p class="dr-tree-last-node-marker"></p><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-last" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_coverage_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_addMultipleValueLink','selectedPath':'south\x2Damerica'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">South-america</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:6::nxw_dc_coverage_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren"></div></div><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:input" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:input" value="" type="hidden"><script type="text/javascript">(function() { var tree = new Tree("facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId", "facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:input", "ajax", { onselect: "", onexpand: "", oncollapse: "", oncontextmenu: "" }, function(event) { A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:selectedNode':event.selectedNode} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false; }, {'showConnectingLines':true} ); tree.drop = function(event,drag){var options = {'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ;options.parameters['dropTargetId'] = 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,options);}; }());</script><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:script" class="dr-tree-h-script"><script type="text/javascript"></script></div></div> </div> </div><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_multipleValuePanel"> <table class="dataInput thin"> </table></span> </div> </td> </tr> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Subjects</span> </td> <td class="fieldColumnn containerField"><div id="nxw_dc_subjects_1"> <script type="text/javascript"> jQuery(document).ready(function() { var config = { 'width' : '50%', 'height' : '75%', 'autoScale' : false, 'autoDimensions' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'inline', 'enableEscapeButton' : true, 'centerOnScroll' : true }; jQuery("#nxw_dc_subjects_1_openPopup").fancybox(config); if (jQuery('.nxw_dc_subjects_1_inputHidden').val()) { jQuery("#nxw_dc_subjects_1_openPopup").hide(); } else { jQuery(".nxw_dc_subjects_1_deleteSingleValueLink").hide(); } }); function setnxw_dc_subjects_1SingleValue(label, path) { jQuery('#nxw_dc_subjects_1_openPopup').hide(); jQuery('.nxw_dc_subjects_1_outputText').text(label); jQuery('.nxw_dc_subjects_1_inputHidden').val(path); jQuery('.nxw_dc_subjects_1_deleteSingleValueLink').show(); jQuery.fancybox.close(); return false; } function removenxw_dc_subjects_1SingleValue() { jQuery('#nxw_dc_subjects_1_openPopup').show(); jQuery('.nxw_dc_subjects_1_outputText').text(''); jQuery('.nxw_dc_subjects_1_inputHidden').val(''); jQuery('.nxw_dc_subjects_1_deleteSingleValueLink').hide(); return false; } </script> <a id="nxw_dc_subjects_1_openPopup" href="#nxw_dc_subjects_1_tree" class="button smallButton">Add</a> <div style="display: none;"> <div id="nxw_dc_subjects_1_tree"> <h3>Click on an item to select it</h3><div class="dr-tree rich-tree " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId" xmlns:rich="http://richfaces.ajax4jsf.org/rich"><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:childs"><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','selectedPath':'art','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_addMultipleValueLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Art</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_addMultipleValueLink','selectedPath':'daily life'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Daily life</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:1::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_addMultipleValueLink','selectedPath':'human sciences'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Human science</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:2::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_addMultipleValueLink','selectedPath':'sciences'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Science</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:3::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_addMultipleValueLink','selectedPath':'society'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Society</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:4::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><p class="dr-tree-last-node-marker"></p><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-last" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/a4j/g/3_3_1.GAimages/iconFolder.gif.xhtml"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_addMultipleValueLink" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_addMultipleValueLink" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_addMultipleValueLink','parameters':{'selectionListId':'nxw_dc_subjects_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_addMultipleValueLink':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_addMultipleValueLink','selectedPath':'technology'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Technology</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:5::nxw_dc_subjects_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren"></div></div><input id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:input" name="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:input" value="" type="hidden"><script type="text/javascript">(function() { var tree = new Tree("facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId", "facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:input", "ajax", { onselect: "", onexpand: "", oncollapse: "", oncontextmenu: "" }, function(event) { A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:selectedNode':event.selectedNode} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false; }, {'showConnectingLines':true} ); tree.drop = function(event,drag){var options = {'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId':'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ;options.parameters['dropTargetId'] = 'facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,options);}; }());</script><div id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:script" class="dr-tree-h-script"><script type="text/javascript"></script></div></div> </div> </div><span id="facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_multipleValuePanel"> <table class="dataInput thin"> </table></span> </div> </td> </tr> </tbody> </table> </span></span> </td> </tr> <tr class=""> <td class="fieldColumn" colspan="2.0" dir="auto"><span id="facetedSearchForm:nxl_faceted_search_default:nxw_path_search_panel"> <span class="widgetPanel containerWidgetPanel "> <h3 class="widgetHeader summaryTitle foldedDisabled"><span class="widgetLabel ">Path</span> </h3> <table class="dataTableNoBorder widgetTable containerWidgetTable "> <tbody> <tr> <td class="boldColumn containerLabel"><span class="widgetLabel boldLabel ">Folder</span> </td> <td class="fieldColumnn containerField"><div id="nxw_ecm_path_1"> <script type="text/javascript"> jQuery(document).ready(function() { var config = { 'width' : '50%', 'height' : '75%', 'autoScale' : false, 'autoDimensions' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'inline', 'enableEscapeButton' : true, 'centerOnScroll' : true }; jQuery("#nxw_ecm_path_1_openPopup").fancybox(config); if (jQuery('.nxw_ecm_path_1_inputHidden').val()) { jQuery("#nxw_ecm_path_1_openPopup").hide(); } else { jQuery(".nxw_ecm_path_1_deleteSingleValueLink").hide(); } }); function setnxw_ecm_path_1SingleValue(label, path) { jQuery('#nxw_ecm_path_1_openPopup').hide(); jQuery('.nxw_ecm_path_1_outputText').text(label); jQuery('.nxw_ecm_path_1_inputHidden').val(path); jQuery('.nxw_ecm_path_1_deleteSingleValueLink').show(); jQuery.fancybox.close(); return false; } function removenxw_ecm_path_1SingleValue() { jQuery('#nxw_ecm_path_1_openPopup').show(); jQuery('.nxw_ecm_path_1_outputText').text(''); jQuery('.nxw_ecm_path_1_inputHidden').val(''); jQuery('.nxw_ecm_path_1_deleteSingleValueLink').hide(); return false; } </script> <a id="nxw_ecm_path_1_openPopup" href="#nxw_ecm_path_1_tree" class="button smallButton">Add</a> <div style="clear: both;"></div> <div style="display: none;"> <div id="nxw_ecm_path_1_tree"> <h3>Click on an item to select it</h3><div class="dr-tree rich-tree labelTool" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId" xmlns:rich="http://richfaces.ajax4jsf.org/rich"><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:childs"><p class="dr-tree-last-node-marker"></p><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-last" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireCollapsionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeIdNodeExpanded':'false'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="display: none; border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-exp" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/icons/domain.gif"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId','parameters':{'selectionListId':'nxw_ecm_path_1_list','selectedPath':'/default\x2Ddomain','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Default domain</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:childs" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren"><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handles"><div><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:handle:img" src="/nuxeo/a4j/g/3_3_1.GAimages/spacer.gif.xhtml"></div></td><td class="dr-tree-h-ic rich-tree-node-icon-leaf dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/icons/folder.gif"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId','parameters':{'selectionListId':'nxw_ecm_path_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_linkId','selectedPath':'/default\x2Ddomain/sections'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Sections</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0::nxw_ecm_path_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:handles"><div><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:handle:img" src="/nuxeo/a4j/g/3_3_1.GAimages/spacer.gif.xhtml"></div></td><td class="dr-tree-h-ic rich-tree-node-icon-leaf dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/icons/folder_template.gif"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_linkId" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_linkId" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_linkId','parameters':{'selectionListId':'nxw_ecm_path_1_list','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_linkId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_linkId','selectedPath':'/default\x2Ddomain/templates'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Templates</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:1::nxw_ecm_path_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren dr-tree-h-ic-line"></div><p class="dr-tree-last-node-marker"></p><table class="dr-tree-full-width rich-tree-node" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId" border="0" cellpadding="0" cellspacing="0"><tbody><tr id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:mainRow" onclick=" "><td class="dr-tree-h-ic rich-tree-node-handleicon dr-tree-h-ic-line-last" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handles"><div><a class="rich-tree-node-handle" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handle" onclick="var c = Tree.Item.findComponent(this); if (!c) return; c.fireExpansionEvent();;A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeIdAjaxExpanded':true,'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeIdNodeExpanded':'true'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-collapsed" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handle:img:collapsed" src="/nuxeo/icons/toggle_plus.png" style="border: 0pt none;"><img alt="" class="dr-tree-pointer-cursor dr-tree-h-ic-img-md dr-tree-h-ic-img rich-tree-node-handleicon-expanded" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handle:img:expanded" src="/nuxeo/icons/toggle_minus.png" style="display: none; border: 0pt none;"></a></div></td><td class="dr-tree-h-ic rich-tree-node-icon dr-tree-h-ic-line-clp" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:icon" rich:draggableoptions="{'parameters':{'dragSourceId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId','facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId'} } " rich:dropzoneoptions="{} "><img alt="" class="dr-tree-h-ic-img-md dr-tree-h-ic-img" src="/nuxeo/icons/workspace.gif"></td><td class="dr-tree-h-text rich-tree-node-text " id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:text" rich:highlightedclass="dr-tree-i-hl rich-tree-node-highlighted treeNodeHighlightedClass" rich:selectedclass="dr-tree-i-sel rich-tree-node-selected treeNodeSelectedClass"><a class="treeLink" href="#" id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_linkId" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_linkId" onclick="A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_linkId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_linkId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_linkId','selectionListId':'nxw_ecm_path_1_list','selectedPath':'/default\x2Ddomain/workspaces'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;">Workspaces</a></td></tr></tbody></table><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:childs" style="display: none;" class="dr-tree-layout-on dr-tree-h-ic-div rich-tree-node-children rich-tree-node-cildren"></div></div></div><input id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:input" name="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:input" value="" type="hidden"><script type="text/javascript">(function() { var tree = new Tree("facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId", "facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:input", "ajax", { onselect: "", onexpand: "", oncollapse: "", oncontextmenu: "" }, function(event) { A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,{'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:selectedNode':event.selectedNode} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ); return false; }, {'showConnectingLines':true} ); tree.drop = function(event,drag){var options = {'similarityGroupingId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId','parameters':{'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId':'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} ;options.parameters['dropTargetId'] = 'facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId';Object.extend(options.parameters, drag.getParameters());var dzOptions = this.getDropzoneOptions(); if (dzOptions.ondrop) { if (!dzOptions.ondrop.call(this, event)) return; };A4J.AJAX.Submit('userClipboard_ajaxRegion','facetedSearchForm',event,options);}; }());</script><div id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:script" class="dr-tree-h-script"><script type="text/javascript"></script></div></div> </div> </div><span id="facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_listRegion"> <table class="dataInput thin"> </table></span> </div> </td> </tr> </tbody> </table> </span></span> </td> </tr> </tbody> </table> <script> jQuery(document).ready(function() { jQuery(".widgetHelpLabel").tooltip({relative: true, position: 'bottom center'}); }); </script> <div class="facetedSearchBlock compactLayout"><div class="facetedSearchActionBar"><a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('facetedSearchForm'),{'facetedSearchForm:nxl_faceted_search_default_actions_1:j_id493':'facetedSearchForm:nxl_faceted_search_default_actions_1:j_id493'},'');}return false">Clear</a><input name="facetedSearchForm:nxl_faceted_search_default_actions_1:j_id495" value="Filter" class="button" type="submit"> <div style="clear: both;"></div> </div> </div> </div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> </div></span> </div> </div><div id="a1" class="dropzone" context="Clipboard_DEFAULT"> <form id="j_id502" name="j_id502" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="j_id502" value="j_id502" type="hidden"> <span id="j_id502:ClipboardListView"> <div class="userClipboard"> <div class="tabsBar"> <ul id="j_id502:j_id505"> <li class="selected"><a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('j_id502'),{'j_id502:j_id505:0:j_id506':'j_id502:j_id505:0:j_id506','listIdToSelect':'DEFAULT'},'');}return false">WorkList</a></li> <li class=""><a href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('j_id502'),{'j_id502:j_id505:1:j_id506':'j_id502:j_id505:1:j_id506','listIdToSelect':'CLIPBOARD'},'');}return false">Clipboard</a></li> </ul> </div> <div style="clear: both;"></div> <div class="userClipboardContent"> <div style="position: relative;" id="clipboardCopy"> <div class="clipboardEmptyMessage">No document in clipboard </div> </div> <div class="clipboardFunctions"> </div> </div> <p class="nobottomgap"></p> </div> <div class="bottom-left"></div> <div class="bottom-right"></div></span><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form><span id="ClipboardDroppable"> <script type="text/javascript">Droppables.add('clipboardCopy', {accept:'cell', onDrop:function(element){copyElementIfIdNotStartsWith(element, 'docClipboardRef:')}, hoverclass:'dropIntoClipboardCopy'}); </script></span> </div></td><td class="themeCellFrame content" valign="top"><div class="breadcrumb"> <div class="printButton"><div> <form id="j_id534" name="j_id534" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="j_id534" value="j_id534" type="hidden"> <div class="action_bar"> <div class="liveEditCreateButtons"> </div> </div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> </div> <div class="breadcrumbs"> <form id="breadcrumbForm" name="breadcrumbForm" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="breadcrumbForm" value="breadcrumbForm" type="hidden"> <a id="breadcrumbForm:goToParentButton" href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('breadcrumbForm'),{'breadcrumbForm:goToParentButton':'breadcrumbForm:goToParentButton'},'');}return false"><img src="/nuxeo/icons/UpFolder_icon.gif" style="vertical-align: middle;"></a> &gt;&nbsp;<a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@view_documents?tabIds=%3A&amp;conversationId=0NXMAIN">Default domain</a> <input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> <div style="clear: both;"></div> </div><div class="mainFragment"><div><span id="facesStatusMessagePanel"> <div class="facesStatusMessage"><span class="errorFeedback">Please correct errors</span> </div> <div id="facesStatusMessage" class="facesStatusMessage"> </div></span> </div> <div id="content"><div><span id="cv_faceted_search_default_0_panel"> <div class=" "> <h1>Default Faceted Search <span><a href="http://localhost:8080/nuxeo/nxsrch/default/?values=H4sIAAAAAAAAAGWMywrCMBAA%252F2WvGtgk9OB%252BR29FQky2VulDkk0RxH9v9WCRXoeZeUGbI8XgcrncOUgGas7HL%252BQwuLb0vfBTgAA2%252BvDSbd4ah8ReOLrhNq6mQW0VWmV0bSxVJ0I8oEaEnz96KYn%252FF9PMyV95%252F53Sh70XIn6oDKoAAAA%253D&amp;contentViewName=faceted_search_default"><img src="/nuxeo/icons/permalink.png" alt="Permanent link to this search" style="vertical-align: middle;" title="Permanent link to this search"></a> </span> </h1> <div class="" style=""><span id="cv_faceted_search_default_0_contentViewActionsPanel"> <div class="listingLayoutSelector"><form target="" id="contentViewLayoutSelectForm_cv_faceted_search_default_0" name="contentViewLayoutSelectForm_cv_faceted_search_default_0" method="post" action="javascript:A4J.AJAX.SubmitForm('cv_faceted_search_default_0_contentViewActionsRegion','contentViewLayoutSelectForm_cv_faceted_search_default_0',{'similarityGroupingId':'contentViewLayoutSelectForm_cv_faceted_search_default_0','parameters':{'contentViewLayoutSelectForm_cv_faceted_search_default_0':'contentViewLayoutSelectForm_cv_faceted_search_default_0'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} )"> <ul class="layoutViewMode" style="display: inline;"> <li><a href="#" id="contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink" name="contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink" onclick="A4J.AJAX.Submit('cv_faceted_search_default_0_contentViewActionsRegion','contentViewLayoutSelectForm_cv_faceted_search_default_0',event,{'similarityGroupingId':'contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink','parameters':{'ajaxSingle':'contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink','contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink':'contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewLink'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;"><img id="contentViewLayoutSelectForm_cv_faceted_search_default_0:refreshContentViewImage" src="/nuxeo/icons/refresh.png" alt="Refresh" title="Refresh"></a> </li> <li><a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@xl?contentViewName=faceted_search_default&amp;currentPage=0&amp;pageSize=0&amp;contentViewState=H4sIAAAAAAAAAF1RyW7CMBD9l7kWSgD1UN%252BqLlKlqkICcUEocp0JGCV2Oh6zFOXfO06QKL3Zb97iNz6D8Y7R8dLi4VPXCApKbZCxyANqMtu8wFLHimEAjd7g3P4IZ5INwEQiEc4EBCX374h0mmkSE0YKoFbrAfQeL97EWrigzsCnJoW89SHzfn6NIN8gscWQuGUoVGHyEL92aPhimUA0dV7GqmI8iinAFW00b688ETvNkfAGMoQ6FaytE%252FEkG0%252BH2XQ4GS8mU%252FXwqLLsLhtnGdzyPd16%252BD1SV321blsp6onfXenTI8%252Fd7dlXsU4BhVFsuULoWU%252FBoCus24BiitiKJ2GQ%252Bh%252F65GO3I9d%252FRHFZW763xFFX0mVvN5qtd3llA4tHrnf6KMZ9wB%252FJZZ5GpF2opPCi56TQAVj591m3Kxilcxj9l%252BYJvm86j7D1h%252Bf58vXYSIHLu9tfOUuCYzwCAAA%253D" target="_blank"><img src="/nuxeo/icons/xls_export.png" alt="Excel Export" title="Excel Export"></a> </li> </ul> <span id="contentViewLayoutSelectForm_cv_faceted_search_default_0:searchActionsTable"> </span><input name="contentViewLayoutSelectForm_cv_faceted_search_default_0" value="contentViewLayoutSelectForm_cv_faceted_search_default_0" type="hidden"><input name="autoScroll" value="" type="hidden"><script type="text/javascript">function clear_contentViewLayoutSelectForm_cv_faceted_search_default_0() { _clearJSFFormParameters('contentViewLayoutSelectForm_cv_faceted_search_default_0','',['contentViewLayoutSelectForm_cv_faceted_search_default_0:_link_hidden_','contentViewLayoutSelectForm_cv_faceted_search_default_0:j_idcl']); } function clearFormHiddenParams_contentViewLayoutSelectForm_cv_faceted_search_default_0(){clear_contentViewLayoutSelectForm_cv_faceted_search_default_0();} function clearFormHiddenParams_contentViewLayoutSelectForm_cv_faceted_search_default_0(){clear_contentViewLayoutSelectForm_cv_faceted_search_default_0();} clear_contentViewLayoutSelectForm_cv_faceted_search_default_0();</script><script type="text/javascript">A4J.setupForm('contentViewLayoutSelectForm_cv_faceted_search_default_0');</script><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"></form> </div> <div class="listingLayoutSelector"><form target="" id="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0" name="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0" method="post" action="javascript:A4J.AJAX.SubmitForm('cv_faceted_search_default_0_contentViewActionsRegion','contentViewGlobalPageSizeFrom_cv_faceted_search_default_0',{'similarityGroupingId':'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0','parameters':{'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0':'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} )"> <p class="contentViewPageSelectorDesc">Items/page </p><select id="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:contentViewPageSizeSelector" name="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:contentViewPageSizeSelector" class="langSelect" size="1" onchange="Element.next(this).firstChild.click();"> <option value="5">5</option> <option value="10">10</option> <option value="20" selected="selected">20</option> <option value="30">30</option> <option value="40">40</option> <option value="50">50</option> </select> <div style="display: none;"><input id="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_id630" name="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_id630" onclick="A4J.AJAX.Submit('cv_faceted_search_default_0_contentViewActionsRegion','contentViewGlobalPageSizeFrom_cv_faceted_search_default_0',event,{'similarityGroupingId':'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_id630','parameters':{'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_id630':'contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_id630'} ,'actionUrl':'/nuxeo/facetedsearch/faceted_search_results.faces'} );return false;" value="submit" type="button"> </div><input name="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0" value="contentViewGlobalPageSizeFrom_cv_faceted_search_default_0" type="hidden"><input name="autoScroll" value="" type="hidden"><script type="text/javascript">function clear_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0() { _clearJSFFormParameters('contentViewGlobalPageSizeFrom_cv_faceted_search_default_0','',['contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:j_idcl','contentViewGlobalPageSizeFrom_cv_faceted_search_default_0:_link_hidden_']); } function clearFormHiddenParams_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0(){clear_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0();} function clearFormHiddenParams_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0(){clear_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0();} clear_contentViewGlobalPageSizeFrom_cv_faceted_search_default_0();</script><script type="text/javascript">A4J.setupForm('contentViewGlobalPageSizeFrom_cv_faceted_search_default_0');</script><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"></form> </div></span> <div class="action_bar"> <form id="saveFacetedSearchForm" name="saveFacetedSearchForm" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="saveFacetedSearchForm" value="saveFacetedSearchForm" type="hidden"> <div class="tips"> <p class="specification">To keep this search, enter a name and save it.</p><input id="saveFacetedSearchForm:savedSearchTitle" name="saveFacetedSearchForm:savedSearchTitle" type="text"><input name="saveFacetedSearchForm:j_id638" value="Save" class="button" type="submit"> </div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> <div style="clear: both;"></div> <div style="clear: both;"></div><span id="cv_faceted_search_default_0_resultsPanel"> <script> jQuery(document).ready(function() { initNXDrapAndDropOnPage(jQuery('#cv_faceted_search_default_0_panel')); }); </script><div> <form id="faceted_search_default" name="faceted_search_default" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" enctype="application/x-www-form-urlencoded"> <input name="faceted_search_default" value="faceted_search_default" type="hidden"> No documents match your search criteria<div> </div><div> </div><div class="syndicationButton"> <div class="syndicationLinks"><a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@rss?contentViewName=faceted_search_default&amp;currentPage=0&amp;contentViewState=H4sIAAAAAAAAAF1RyW7CMBD9l7kWSgD1UN%252BqLlKlqkICcUEocp0JGCV2Oh6zFOXfO06QKL3Zb97iNz6D8Y7R8dLi4VPXCApKbZCxyANqMtu8wFLHimEAjd7g3P4IZ5INwEQiEc4EBCX374h0mmkSE0YKoFbrAfQeL97EWrigzsCnJoW89SHzfn6NIN8gscWQuGUoVGHyEL92aPhimUA0dV7GqmI8iinAFW00b688ETvNkfAGMoQ6FaytE%252FEkG0%252BH2XQ4GS8mU%252FXwqLLsLhtnGdzyPd16%252BD1SV321blsp6onfXenTI8%252Fd7dlXsU4BhVFsuULoWU%252FBoCus24BiitiKJ2GQ%252Bh%252F65GO3I9d%252FRHFZW763xFFX0mVvN5qtd3llA4tHrnf6KMZ9wB%252FJZZ5GpF2opPCi56TQAVj591m3Kxilcxj9l%252BYJvm86j7D1h%252Bf58vXYSIHLu9tfOUuCYzwCAAA%253D" target="_blank">RSS</a> | <a href="http://localhost:8080/nuxeo/nxpath/default/default-domain@atom?contentViewName=faceted_search_default&amp;currentPage=0&amp;contentViewState=H4sIAAAAAAAAAF1RyW7CMBD9l7kWSgD1UN%252BqLlKlqkICcUEocp0JGCV2Oh6zFOXfO06QKL3Zb97iNz6D8Y7R8dLi4VPXCApKbZCxyANqMtu8wFLHimEAjd7g3P4IZ5INwEQiEc4EBCX374h0mmkSE0YKoFbrAfQeL97EWrigzsCnJoW89SHzfn6NIN8gscWQuGUoVGHyEL92aPhimUA0dV7GqmI8iinAFW00b688ETvNkfAGMoQ6FaytE%252FEkG0%252BH2XQ4GS8mU%252FXwqLLsLhtnGdzyPd16%252BD1SV321blsp6onfXenTI8%252Fd7dlXsU4BhVFsuULoWU%252FBoCus24BiitiKJ2GQ%252Bh%252F65GO3I9d%252FRHFZW763xFFX0mVvN5qtd3llA4tHrnf6KMZ9wB%252FJZZ5GpF2opPCi56TQAVj591m3Kxilcxj9l%252BYJvm86j7D1h%252Bf58vXYSIHLu9tfOUuCYzwCAAA%253D" target="_blank">ATOM</a> </div> </div> <div style="clear: both;"></div><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form><span id="faceted_search_default_buttons:ajax_selection_buttons"> <div id="selection_buttons"> <table> <tbody> <tr> <td> <div class=""><span id="faceted_search_default_buttons:nxw_cvButton_panel"> <div class=""> <div class="widgetPanel actionsWidgetPanel"> <form id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="displayI subWidgetForm" enctype="multipart/form-data"> <input name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form" value="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form" type="hidden"> <script type="text/javascript"> function confirmnxw_cvButton_CURRENT_SELECTION_EDITMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><input class="button " id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form:nxw_cvButton_CURRENT_SELECTION_EDIT_subview:nxw_cvButton_CURRENT_SELECTION_EDIT_link" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_form:nxw_cvButton_CURRENT_SELECTION_EDIT_subview:nxw_cvButton_CURRENT_SELECTION_EDIT_link" onclick="return false;" value="Edit" disabled="disabled" type="button"><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> <form id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="displayI subWidgetForm" enctype="multipart/form-data"> <input name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form" value="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form" type="hidden"> <script type="text/javascript"> function confirmnxw_cvButton_CURRENT_SELECTION_COPYMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><input id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form:nxw_cvButton_CURRENT_SELECTION_COPY" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_COPY_form:nxw_cvButton_CURRENT_SELECTION_COPY" value="Copy" onclick="if (!confirmnxw_cvButton_CURRENT_SELECTION_COPYMessage()) return false;;;" disabled="disabled" class="button " type="submit"><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> <form id="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form" name="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="displayI subWidgetForm" enctype="multipart/form-data"> <input name="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form" value="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form" type="hidden"> <script type="text/javascript"> function confirmnxw_cvButton_CLIPBOARD_PASTEMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><input id="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form:nxw_cvButton_CLIPBOARD_PASTE" name="faceted_search_default_buttons:nxw_cvButton_CLIPBOARD_PASTE_form:nxw_cvButton_CLIPBOARD_PASTE" value="Paste" onclick="if (!confirmnxw_cvButton_CLIPBOARD_PASTEMessage()) return false;;;" disabled="disabled" class="button " type="submit"><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> <form id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="displayI subWidgetForm" enctype="multipart/form-data"> <input name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form" value="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form" type="hidden"> <script type="text/javascript"> function confirmnxw_cvButton_CURRENT_SELECTION_ADDTOLISTMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><input id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST_form:nxw_cvButton_CURRENT_SELECTION_ADDTOLIST" value="Add to worklist" onclick="if (!confirmnxw_cvButton_CURRENT_SELECTION_ADDTOLISTMessage()) return false;;;" disabled="disabled" class="button " type="submit"><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> <form id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form" method="post" action="/nuxeo/facetedsearch/faceted_search_results.faces" class="displayI subWidgetForm" enctype="multipart/form-data"> <input name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form" value="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form" type="hidden"> <script type="text/javascript"> function confirmnxw_cvButton_CURRENT_SELECTION_TRASHMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><input id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH" name="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH" value="Delete" onclick="if (!confirmnxw_cvButton_CURRENT_SELECTION_TRASHMessage()) return false;if( !confirmDeleteDocuments() ) return false;;;" disabled="disabled" class="button " type="submit"><input name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id3" type="hidden"> </form> </div> </div> <div class="clear"></div></span><span id="faceted_search_default_buttons:nxw_cvButton_CURRENT_SELECTION_EDIT_ajax_panel"></span><input id="faceted_search_default_buttons:nxw_cvButton_clickedActionIdHolder" name="faceted_search_default_buttons:nxw_cvButton_clickedActionIdHolder" type="hidden"> </div> </td> <td rowspan="1" valign="middle"><span id="cv_faceted_search_default_0_region:status"><span id="cv_faceted_search_default_0_region:status.start" style="display: none;"><img src="/nuxeo/img/standart_waiter.gif"></span><span id="cv_faceted_search_default_0_region:status.stop"></span></span> </td> </tr> </tbody> </table> </div></span><div> <div style="display: none;" class="contextMenu" id="popupMenu"> <ul> <span id="j_id736"> <li id="ctxMenu_POPUP_COPY" action="doCopy"><img src="/nuxeo/icons/action_clipboard_copy.gif"> Copy </li> <li id="ctxMenu_POPUP_DEL" action="doDelete"><img src="/nuxeo/icons/action_delete_mini_over.png"> Delete </li> <li id="ctxMenu_POPUP_EDIT" action="doEdit"><img src="/nuxeo/icons/application_form_edit.png"> Modify </li> <li id="ctxMenu_POPUP_MOVE" action="doMove"><img src="/nuxeo/icons/action_move_all.gif"> Move in current folder </li> <li id="ctxMenu_POPUP_PASTE" action="doPaste"><img src="/nuxeo/icons/action_paste_all.gif"> Paste </li> <li id="ctxMenu_POPUP_RENAME" action="doRename"><img src="/nuxeo/icons/rename.png"> Rename </li> <li id="ctxMenu_POPUP_VIEW" action="doView"><img src="/nuxeo/icons/view_doc.png"> View </li> <li id="ctxMenu_POPUP_RIGHTS" action="doAccessRights"><img src="/nuxeo/icons/group.png"> Access rights </li> <li id="ctxMenu_POPUP_DOWNLOAD" action="doDownload"><img src="/nuxeo/icons/icone_download.gif"> Download </li> <li id="ctxMenu_POPUP_WORKFLOW" action="doWorkflow"><img src="/nuxeo/icons/start_workflow.png"> Workflow </li> <li id="ctxMenu_POPUP_DOCUMENT_LOCK" action="doLock"><img src="/nuxeo/icons/lock.gif"> Lock </li> <li id="ctxMenu_POPUP_DOCUMENT_UNLOCK" action="doUnlock"><img src="/nuxeo/icons/lock.gif"> Unlock </li> <li id="ctxMenu_showFancyBoxPreviewPopup" action="doPreviewPopup"><img src="/nuxeo/icons/preview.png"> Preview </li> <li id="ctxMenu_POPUP_sendEmail" action="doSendEmail"><img src="/nuxeo/icons/mail.gif"> Email </li> </span> </ul> </div> </div> <script> setupContextMenu("table td div div.popupTarget"); </script> </div></span> </div> </div></span> </div> </div></div></td></tr> </tbody></table><table class="themeSectionFrame nxFooter" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td class="themeCellFrame content" valign="top"><div> <div class="bannerBottom unregistered"> <div class="bannerMessage"> <p>This Nuxeo instance is not registered to Nuxeo Connect: you won't be able to get the most recent fixes and stay up to date. <span class="bold" id="connectHotFixesCountMsg" style="display: none;"><a target="marketplace" href="https://connect.nuxeo.com/nuxeo/site/marketplace/hotfixes/CAP%205.7-SNAPSHOT"><span id="connectHotFixesCount">3</span> hotfix(es) published since this release.</a></span></p> <p>Nuxeo version: 5.7-SNAPSHOT. Register and enable Nuxeo Connect to benefit from automatic maintenance. </p> </div> <div class="links"> <a href="https://doc.nuxeo.com/x/l4FH" target="_blank"> &gt; How to enable Nuxeo Connect</a> <a href="https://connect.nuxeo.com/nuxeo/site/connect/trial/form?source=unregisteredClientBanner&amp;product=CAP%205.7-SNAPSHOT" target="_blank"> &gt; Subscribe to Nuxeo Connect </a> </div> <div class="clear"></div> </div> <script> <!-- jQuery(document).ready(function(){ var script = document.createElement( 'script' ); script.type = 'text/javascript'; script.src = 'https://connect.nuxeo.com/nuxeo/site/connect-gateway/jsonp/unregistered?product=cap-5.7-SNAPSHOT&callback=displayConnectUpdateStatus'; jQuery("body").append(script); }); function displayConnectUpdateStatus(nbPkg) { jQuery(document).ready(function(){ if (nbPkg>0) { jQuery("#connectHotFixesCount").html(""+nbPkg); jQuery("#connectHotFixesCountMsg").css("display","block"); } }); } --> </script> <div class="footerDefaultLinks"> <div class="nuxLinks"> <script type="text/javascript"> function confirmfooter_contact_usMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://www.nuxeo.com/en/about/contact?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_contact_usMessage()) return false;;;" target="_blank" class="actionLink "> <span class="actionLabel "> Contact us</span></a> | <script type="text/javascript"> function confirmfooter_blogsMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://blogs.nuxeo.com/?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_blogsMessage()) return false;;;" target="_blank" class="actionLink "> <span class="actionLabel "> Blogs</span></a> | <script type="text/javascript"> function confirmfooter_communityMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://community.nuxeo.com/?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_communityMessage()) return false;;;" target="_blank" class="actionLink "> <span class="actionLabel "> Community</span></a> | <script type="text/javascript"> function confirmfooter_answersMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://answers.nuxeo.com/?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_answersMessage()) return false;;;" target="_blank" class="actionLink "> <span class="actionLabel "> Q&amp;A</span></a> | <script type="text/javascript"> function confirmfooter_documentationMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://doc.nuxeo.com/?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_documentationMessage()) return false;;;" target="_blank" class="actionLink "> <span class="actionLabel "> Documentation</span></a> | <script type="text/javascript"> function confirmfooter_twitterMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://twitter.com/nuxeo/?utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_twitterMessage()) return false;;;" target="_blank" class="actionLink twitt"> <span class="actionLabel footerLabel"> Twitter</span></a> | <script type="text/javascript"> function confirmfooter_linkedinMessage() { message = ""; if (message != "") { return confirm(message); } return true; } </script><a href="http://www.linkedin.com/groupRegistration?gid=43314&amp;utm_source=dm&amp;utm_medium=pages-footer&amp;utm_campaign=products" onclick="if (!confirmfooter_linkedinMessage()) return false;;;" target="_blank" class="actionLink linkedin"> <span class="actionLabel footerLabel"> LinkedIn</span></a> </div> <div class="copyrights">Copyright © 2001-2013 Nuxeo and respective authors. </div> <div class="clear"></div> </div> </div></td></tr> </tbody></table> <div id="fancybox-tmp"></div><div id="fancybox-loading"><div></div></div><div id="fancybox-overlay"></div><div id="fancybox-wrap"><div id="fancybox-outer"><div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div><div id="fancybox-content"></div><a id="fancybox-close"></a><div id="fancybox-title"></div><a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a><a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a></div></div><div style="display: none; position: absolute; z-index: 500;" id="jqContextMenu"></div><div style="display: none;" class="ctxMenuShadow"></div>
verifyTextPresent Default domain
verifyTextPresent Klaatu false
verifyTextPresent Barada false
verifyTextPresent Nikto false
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate
verifyTextPresent Modification date
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate ${currentMonth}/${currentDay}/${currentYear} 11:59 PM
clickAndWait //input[@value="Filter"]
verifyTextPresent No documents match your search criteria
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate ${currentMonth}/${currentDay}/${currentYear} 00:00 AM
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputDate
clickAndWait //input[@value="Filter"]
verifyTextPresent Default domain
verifyTextPresent Klaatu false
verifyTextPresent Barada false
verifyTextPresent Nikto false
type id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 Klaatu
clickAndWait //input[@value="Filter"]
verifyTextPresent Klaatu false
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
 
saveSearch.html
saveSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium saveSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Keywords
type id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 Klaatu
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
type id=saveFacetedSearchForm:savedSearchTitle My search
clickAndWait //input[@value='Save']
verifyTextPresent Your search has been saved in your personal workspace
clickAndWait link=Clear
verifyTextPresent Klaatu
verifyTextPresent Barada
verifyTextPresent Nikto
verifyTextPresent Your searches false
selectAndWait id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector label=My search
verifyValue id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 Klaatu
verifyTextPresent Klaatu
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
clickAndWait link=Personal Workspace
verifyTextPresent Your searches false
selectAndWait id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector None
selectAndWait id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector My search
verifyTextPresent Keywords
verifyTextPresent Klaatu
clickAndWait link=Back to document base
clickAndWait link=Personal Workspace
click //*[@title="Select all / deselect all"]
waitForEditable id=document_content_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH 12000
clickAndWait //input[@value="Delete"]
assertConfirmation Delete selected document(s)?
clickAndWait link=Manage
clickAndWait link=Trash
click //*[@title="Select all / deselect all"]
waitForEditable id=document_trash_content_buttons:nxw_cvButton_CURRENT_SELECTION_DELETE_form:nxw_cvButton_CURRENT_SELECTION_DELETE 12000
clickAndWait //input[@value="Permanent delete"]
assertConfirmation Permanently delete selected document(s)?
verifyTextPresent This folder contains no document.
 
authorSearch.html
authorSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
saveSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Keywords
verifyTextPresent Author
watchA4jRequests
typeKeys id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest Adm
waitForA4jRequest 2000
click xpath=id('facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:suggest')/x:tbody[1]/x:tr[1]/x:td[2]
clickAndWait //input[@value="Filter"]
assertTextPresent Klaatu
assertTextPresent Barada
assertTextPresent Nikto
assertTextNotPresent This folder contains no document
 
categorizationSearch.html
categorizationSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
categorizationSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
clickAndWait link=Workspaces
clickAndWait link=Faceted Search WS
clickAndWait link=Klaatu
clickAndWait link=Edit
watchA4jRequests
select //*[@id='document_edit:nxl_dublincore:nxw_coverage:nxw_coverage_continent'] Europe
waitForA4jRequest 10000
select //*[@id='document_edit:nxl_dublincore:nxw_coverage:nxw_coverage_country'] Aland Islands
clickAndWait //input[@value="Save"]
clickAndWait link=Faceted Search WS
clickAndWait link=Barada
clickAndWait link=Edit
watchA4jRequests
select //*[@id='document_edit:nxl_dublincore:nxw_subjects:nxw_subjects_topic'] Art
waitForA4jRequest 10000
select //*[@id='document_edit:nxl_dublincore:nxw_subjects:nxw_subjects_subtopic'] Architecture
watchA4jRequests
click //input[@value="Add"] Art
waitForA4jRequest 10000
verifyTextPresent Selection
verifyTextPresent Art/Architecture
clickAndWait //input[@value="Save"]
clickAndWait link=Default domain
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Categorization
verifyTextPresent Coverage
verifyTextPresent Subjects
watchA4jRequests
click //a[@id='nxw_dc_coverage_1_openPopup']
waitForTextPresent Europe
verifyTextPresent Click on an item to select it
watchA4jRequests
click facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed
waitForA4jRequest 10000
watchA4jRequests
click link=Aland Islands
waitForA4jRequest 10000
verifyTextPresent Europe/Aland Islands
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
clickAndWait link=Clear
watchA4jRequests
click //a[@id='nxw_dc_subjects_1_openPopup']
waitForTextPresent Art
verifyTextPresent Click on an item to select it
watchA4jRequests
click facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed
waitForA4jRequest 10000
watchA4jRequests
click link=Architecture
waitForA4jRequest 10000
verifyTextPresent Art/Architecture
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Barada
verifyTextNotPresent Klaatu
verifyTextNotPresent Nikto
clickAndWait link=Clear
 
pathSearch.html
pathSearch
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
pathSearch
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Path
watchA4jRequests
click //a[@id='nxw_ecm_path_1_openPopup']
waitForTextPresent Path
verifyTextPresent Click on an item to select it
watchA4jRequests
click facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handle:img:collapsed
waitForA4jRequest 10000
click link=Faceted Search WS
waitForA4jRequest 10000
verifyTextPresent Faceted Search WS
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu
verifyTextPresent Barada
verifyTextPresent Nikto
verifyXpathCount //form[@id="faceted_search_default"]/table//tbody/tr 3
 
searchPermlink.html
searchPermlink
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
searchPermlink
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
watchA4jRequests
click //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img
waitForA4jRequest 10000
waitForTextPresent Keywords
type id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 Klaatu
retrieveCurrentDateInfo
type id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate ${currentMonth}/${currentDay}/${currentYear} 00:00 AM
clickAndWait //input[@value="Filter"]
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu false
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
verifyXpathCount //form[@id="faceted_search_default"]/table//tbody/tr Actual value '0' did not match '1'
storeValue //h1/span/a/@href Element //h1/span/a/@href not found
open ${permlinkURL}
verifyTextPresent Default Faceted Search
verifyTextPresent Klaatu
verifyTextNotPresent Barada
verifyTextNotPresent Nikto
verifyXpathCount //form[@id="faceted_search_default"]/table//tbody/tr 1
verifyNotValue id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate
 
tearDown.html
tearDown
setTimeout 120000
open restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
tearDown
open logout
type username Administrator
type password Administrator
clickAndWait Submit
verifyTextPresent Administrator
clickAndWait link=Workspaces
click //*[@title="Select all / deselect all"]
waitForEditable id=document_content_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH 12000
clickAndWait //input[@value="Delete"]
assertConfirmation Delete selected document(s)?
clickAndWait link=Manage
clickAndWait link=Trash
click //*[@title="Select all / deselect all"]
waitForEditable id=document_trash_content_buttons:nxw_cvButton_CURRENT_SELECTION_DELETE_form:nxw_cvButton_CURRENT_SELECTION_DELETE 12000
clickAndWait //input[@value="Permanent delete"]
assertConfirmation Permanently delete selected document(s)?
verifyTextPresent This folder contains no document.
 
info: Starting test /selenium-server/tests/setUp.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 setUp |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |clickAndWait | link=Workspaces |  |
info: Executing: |clickAndWait | link=Create a new workspace |  |
info: Executing: |type | //td[@class="fieldColumn"]/input[@type="text"] | Faceted Search WS |
info: Executing: |type | //td[@class="fieldColumn"]/textarea | desc Faceted Search WS |
info: Executing: |clickAndWait | //input[@value='Create'] |  |
info: Executing: |verifyTextPresent | Faceted Search WS |  |
info: Executing: |verifyTextPresent | This folder contains no document. |  |
info: Executing: |click | link=New |  |
info: Executing: |waitForTextPresent | Available document types |  |
info: Executing: |clickAndWait | link=Note |  |
info: Executing: |type | document_create:nxl_heading:nxw_title | Klaatu |
info: Executing: |clickAndWait | //input[@value='Create'] |  |
info: Executing: |verifyTextPresent | Project |  |
info: Executing: |verifyTextPresent | 0.0 |  |
info: Executing: |clickAndWait | link=Faceted Search WS |  |
info: Executing: |click | link=New |  |
info: Executing: |waitForTextPresent | Available document types |  |
info: Executing: |clickAndWait | link=Note |  |
info: Executing: |type | document_create:nxl_heading:nxw_title | Barada |
info: Executing: |clickAndWait | //input[@value='Create'] |  |
info: Executing: |verifyTextPresent | Project |  |
info: Executing: |verifyTextPresent | 0.0 |  |
info: Executing: |clickAndWait | link=Faceted Search WS |  |
info: Executing: |click | link=New |  |
info: Executing: |waitForTextPresent | Available document types |  |
info: Executing: |clickAndWait | link=Note |  |
info: Executing: |type | document_create:nxl_heading:nxw_title | Nikto |
info: Executing: |clickAndWait | //input[@value='Create'] |  |
info: Executing: |verifyTextPresent | Project |  |
info: Executing: |verifyTextPresent | 0.0 |  |
info: Starting test /selenium-server/tests/fullTextSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 fullTextSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Keywords |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | Klaatu |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |verifyXpathCount | //form[@id="faceted_search_default"]/table//tbody/tr | 1 |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | no match |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | No documents match your search criteria |  |
info: Starting test /selenium-server/tests/dateRangeSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 dateRangeSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |retrieveCurrentDateInfo |  |  |
info: Executing: |waitForTextPresent | Creation date |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate | ${currentMonth}/${currentDay}/${currentYear} 11:59 PM |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | No documents match your search criteria |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate | ${currentMonth}/${currentDay}/${currentYear} 00:00 AM |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_endInputDateInputDate |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |storeEval | selenium.browserbot.getCurrentWindow().document.body.innerHTML | innerhtml |
info: script is: selenium.browserbot.getCurrentWindow().document.body.innerHTML
info: Executing: |echo | ${innerhtml} |  |
info: Executing: |verifyTextPresent | Default domain |  |
info: Executing: |verifyTextPresent | Klaatu |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextPresent | Barada |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextPresent | Nikto |  |
warn: currentTest.recordFailure: false
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate |  |
info: Executing: |verifyTextPresent | Modification date |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate | ${currentMonth}/${currentDay}/${currentYear} 11:59 PM |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | No documents match your search criteria |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_startInputDateInputDate | ${currentMonth}/${currentDay}/${currentYear} 00:00 AM |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_modified_endInputDateInputDate |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default domain |  |
info: Executing: |verifyTextPresent | Klaatu |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextPresent | Barada |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextPresent | Nikto |  |
warn: currentTest.recordFailure: false
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | Klaatu |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Klaatu |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Starting test /selenium-server/tests/saveSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium saveSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Keywords |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | Klaatu |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |type | id=saveFacetedSearchForm:savedSearchTitle | My search |
info: Executing: |clickAndWait | //input[@value='Save'] |  |
info: Executing: |verifyTextPresent | Your search has been saved in your personal workspace |  |
info: Executing: |clickAndWait | link=Clear |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextPresent | Barada |  |
info: Executing: |verifyTextPresent | Nikto |  |
info: Executing: |verifyTextPresent | Your searches |  |
warn: currentTest.recordFailure: false
info: Executing: |selectAndWait | id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector | label=My search |
info: Executing: |verifyValue | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | Klaatu |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |clickAndWait | link=Personal Workspace |  |
info: Executing: |verifyTextPresent | Your searches |  |
warn: currentTest.recordFailure: false
info: Executing: |selectAndWait | id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector | None |
info: Executing: |selectAndWait | id=facetedSearchForm:nxl_faceted_search_default_selectors:allSavedFacetedSearchSelector | My search |
info: Executing: |verifyTextPresent | Keywords |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |clickAndWait | link=Back to document base |  |
info: Executing: |clickAndWait | link=Personal Workspace |  |
info: Executing: |click | //*[@title="Select all / deselect all"] |  |
info: Executing: |waitForEditable | id=document_content_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH | 12000 |
info: Executing: |clickAndWait | //input[@value="Delete"] |  |
info: Executing: |assertConfirmation | Delete selected document(s)? |  |
info: Executing: |clickAndWait | link=Manage |  |
info: Executing: |clickAndWait | link=Trash |  |
info: Executing: |click | //*[@title="Select all / deselect all"] |  |
info: Executing: |waitForEditable | id=document_trash_content_buttons:nxw_cvButton_CURRENT_SELECTION_DELETE_form:nxw_cvButton_CURRENT_SELECTION_DELETE | 12000 |
info: Executing: |clickAndWait | //input[@value="Permanent delete"] |  |
info: Executing: |assertConfirmation | Permanently delete selected document(s)? |  |
info: Executing: |verifyTextPresent | This folder contains no document. |  |
info: Starting test /selenium-server/tests/authorSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 saveSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Keywords |  |
info: Executing: |verifyTextPresent | Author |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |typeKeys | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggest | Adm |
info: Executing: |waitForA4jRequest | 2000 |  |
info: Executing: |click | xpath=id('facetedSearchForm:nxl_faceted_search_default:nxw_dc_creator_1_suggestionBox:suggest')/x:tbody[1]/x:tr[1]/x:td[2] |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |assertTextPresent | Klaatu |  |
info: Executing: |assertTextPresent | Barada |  |
info: Executing: |assertTextPresent | Nikto |  |
info: Executing: |assertTextNotPresent | This folder contains no document |  |
info: Starting test /selenium-server/tests/categorizationSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 categorizationSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |clickAndWait | link=Workspaces |  |
info: Executing: |clickAndWait | link=Faceted Search WS |  |
info: Executing: |clickAndWait | link=Klaatu |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |select | //*[@id='document_edit:nxl_dublincore:nxw_coverage:nxw_coverage_continent'] | Europe |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |select | //*[@id='document_edit:nxl_dublincore:nxw_coverage:nxw_coverage_country'] | Aland Islands |
info: Executing: |clickAndWait | //input[@value="Save"] |  |
info: Executing: |clickAndWait | link=Faceted Search WS |  |
info: Executing: |clickAndWait | link=Barada |  |
info: Executing: |clickAndWait | link=Edit |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |select | //*[@id='document_edit:nxl_dublincore:nxw_subjects:nxw_subjects_topic'] | Art |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |select | //*[@id='document_edit:nxl_dublincore:nxw_subjects:nxw_subjects_subtopic'] | Architecture |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //input[@value="Add"] | Art |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |verifyTextPresent | Selection |  |
info: Executing: |verifyTextPresent | Art/Architecture |  |
info: Executing: |clickAndWait | //input[@value="Save"] |  |
info: Executing: |clickAndWait | link=Default domain |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Categorization |  |
info: Executing: |verifyTextPresent | Coverage |  |
info: Executing: |verifyTextPresent | Subjects |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='nxw_dc_coverage_1_openPopup'] |  |
info: Executing: |waitForTextPresent | Europe |  |
info: Executing: |verifyTextPresent | Click on an item to select it |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | facetedSearchForm:nxl_faceted_search_default:nxw_dc_coverage_1_treeId:nxw__dc__coverage__1__recursiveTreeNodesAdaptorId:3::nxw_dc_coverage_1_treeNodeId:handle:img:collapsed |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | link=Aland Islands |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |verifyTextPresent | Europe/Aland Islands |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |clickAndWait | link=Clear |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='nxw_dc_subjects_1_openPopup'] |  |
info: Executing: |waitForTextPresent | Art |  |
info: Executing: |verifyTextPresent | Click on an item to select it |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | facetedSearchForm:nxl_faceted_search_default:nxw_dc_subjects_1_treeId:nxw__dc__subjects__1__recursiveTreeNodesAdaptorId:0::nxw_dc_subjects_1_treeNodeId:handle:img:collapsed |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | link=Architecture |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |verifyTextPresent | Art/Architecture |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Klaatu |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |clickAndWait | link=Clear |  |
info: Starting test /selenium-server/tests/pathSearch.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 pathSearch |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Path |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='nxw_ecm_path_1_openPopup'] |  |
info: Executing: |waitForTextPresent | Path |  |
info: Executing: |verifyTextPresent | Click on an item to select it |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | facetedSearchForm:nxl_faceted_search_default:nxw_ecm_path_1_treeId:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:0:nxw__ecm__path__1__recursiveTreeNodesAdaptorId:2::nxw_ecm_path_1_treeNodeId:handle:img:collapsed |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |click | link=Faceted Search WS |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |verifyTextPresent | Faceted Search WS |  |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Klaatu |  |
info: Executing: |verifyTextPresent | Barada |  |
info: Executing: |verifyTextPresent | Nikto |  |
info: Executing: |verifyXpathCount | //form[@id="faceted_search_default"]/table//tbody/tr | 3 |
info: Starting test /selenium-server/tests/searchPermlink.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 searchPermlink |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |watchA4jRequests |  |  |
info: Executing: |click | //a[@id='virtualNavTreeTab:virtualNavTreeList:1:virtualNavTreeLink']/img |  |
info: Executing: |waitForA4jRequest | 10000 |  |
info: Executing: |waitForTextPresent | Keywords |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_ecm_fulltext_1 | Klaatu |
info: Executing: |retrieveCurrentDateInfo |  |  |
info: Executing: |type | id=facetedSearchForm:nxl_faceted_search_default:nxw_dc_created_startInputDateInputDate | ${currentMonth}/${currentDay}/${currentYear} 00:00 AM |
info: Executing: |clickAndWait | //input[@value="Filter"] |  |
info: Executing: |verifyTextPresent | Default Faceted Search |  |
info: Executing: |verifyTextPresent | Klaatu |  |
warn: currentTest.recordFailure: false
info: Executing: |verifyTextNotPresent | Barada |  |
info: Executing: |verifyTextNotPresent | Nikto |  |
info: Executing: |verifyXpathCount | //form[@id="faceted_search_default"]/table//tbody/tr | 1 |
warn: currentTest.recordFailure: Actual value '0' did not match '1'
info: Executing: |storeValue | //h1/span/a/@href | permlinkURL |
error: Element //h1/span/a/@href not found
warn: currentTest.recordFailure: Element //h1/span/a/@href not found
info: Starting test /selenium-server/tests/tearDown.html
info: Executing: |setTimeout | 120000 |  |
info: Executing: |open | restAPI/systemLog?token=dolog&level=INFO&message=----- Selenium
 tearDown |  |
info: Executing: |open | logout |  |
info: Executing: |type | username | Administrator |
info: Executing: |type | password | Administrator |
info: Executing: |clickAndWait | Submit |  |
info: Executing: |verifyTextPresent | Administrator |  |
info: Executing: |clickAndWait | link=Workspaces |  |
info: Executing: |click | //*[@title="Select all / deselect all"] |  |
info: Executing: |waitForEditable | id=document_content_buttons:nxw_cvButton_CURRENT_SELECTION_TRASH_form:nxw_cvButton_CURRENT_SELECTION_TRASH | 12000 |
info: Executing: |clickAndWait | //input[@value="Delete"] |  |
info: Executing: |assertConfirmation | Delete selected document(s)? |  |
info: Executing: |clickAndWait | link=Manage |  |
info: Executing: |clickAndWait | link=Trash |  |
info: Executing: |click | //*[@title="Select all / deselect all"] |  |
info: Executing: |waitForEditable | id=document_trash_content_buttons:nxw_cvButton_CURRENT_SELECTION_DELETE_form:nxw_cvButton_CURRENT_SELECTION_DELETE | 12000 |
info: Executing: |clickAndWait | //input[@value="Permanent delete"] |  |
info: Executing: |assertConfirmation | Permanently delete selected document(s)? |  |
info: Executing: |verifyTextPresent | This folder contains no document. |  |