"; // new startup: begin define('REL_PATH', 'admin'); $relation_level = count( explode('/', REL_PATH) ); define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) ); require_once FULL_PATH.'/kernel/startup.php'; // new startup: end $destform = $_GET["destform"]; $destfield = $_GET["destfield"]; RegisterEnv("destform",$destform); RegisterEnv("destfield",$destfield); RegisterEnv("source",$_GET["source"]); $envar = "env=" . BuildEnv(); $m_var_list_update["cat"] = 0; //$homeURL = $_SERVER["PHP_SELF"]."?".$envar; $homeURL = "javascript:AdminCatNav('".$_SERVER["PHP_SELF"]."?env=".BuildEnv()."');"; if( $GLOBALS['debuglevel'] ) echo $homeURL."
\n"; unset($m_var_list_update["cat"]); if($objCatList->CurrentCategoryID()>0) { $c = $objCatList->CurrentCat(); $upURL = $c->Admin_Parent_Link(); } else $upURL = $_SERVER["PHP_SELF"]."?".$envar; //admin only util $pathtolocal = $pathtoroot."kernel/"; require_once ($pathtoroot.$admin."/include/elements.php"); //require_once ($pathtoroot."kernel/admin/include/navmenu.php"); require_once ($pathtolocal."admin/include/navmenu.php"); require_once($pathtoroot.$admin."/browse/toolbar.php"); $m = GetModuleArray(); foreach($m as $key=>$value) { $path = $pathtoroot.$value."admin/include/parser.php"; if(file_exists($path)) { //echo ""; @include_once($path); } } //Set Section $section = 'in-portal:catselect'; //Set Environment Variable //echo $objCatList->ItemsOnClipboard()." Categories on the clipboard
\n"; //echo $objTopicList->ItemsOnClipboard()." Topics on the clipboard
\n"; //echo $objLinkList->ItemsOnClipboard()." Links on the clipboard
\n"; //echo $objArticleList->ItemsOnClipboard()." Articles on the clipboard
\n"; $SearchType = $objSession->GetVariable("SearchType"); if(!strlen($SearchType)) $SearchType = "Categories"; $SearchLabel = "la_SearchLabel"; /* page header */ $charset = GetRegionalOption('Charset'); print << In-portal END; require_once($pathtoroot.$admin."/include/mainscript.php"); print << END; int_SectionHeader(); ?>
" ImagePath=""> " ImagePath=""> "> " ImagePath=""> " ImagePath=""> "> " ImagePath="">
1) ); ?>
" NAME="admin_search" ID="admin_search">">">
  /icon16_search.gif" title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/icon16_search_f2.gif'" onmouseout="this.src='/icon16_search.gif'" style="cursor:hand" width="22" width="22">" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" src="/arrow16.gif" onmouseover="this.src='/arrow16_f2.gif'" onmouseout="this.src='/arrow16.gif'" style="cursor:hand"> /icon16_search_reset.gif" title="" align="absMiddle" onclick="this.action = this.getAttribute('action'); actionHandler(this);" onmouseover="this.src='/icon16_search_reset_f2.gif'" onmouseout="this.src='/icon16_search_reset.gif'" style="cursor:hand" width="22" width="22"> 

QueryOrderByClause(TRUE,TRUE,TRUE); $objCatList->Clear(); if($SearchType=="categories" || $SearchType="all") { $list = $objSession->GetVariable("SearchWord"); $SearchQuery = $objCatList->AdminSearchWhereClause($list); if(strlen($SearchQuery)) { $SearchQuery = " (".$SearchQuery.") "; if(strlen($CatScopeClause)) $SearchQuery .= " AND ".$CatScopeClause; $objCatList->LoadCategories($SearchQuery.$CategoryFilter,$OrderBy); } else $objCatList->LoadCategories("ParentId=".$objCatList->CurrentCategoryID()." ".$CategoryFilter,$OrderBy); } else $objCatList->LoadCategories("ParentId=".$objCatList->CurrentCategoryID()." ".$CategoryFilter,$OrderBy); ?>
(QueryItemCount; ?>) 
 
CurrentCategoryID(),"cat_select_element.tpl"); ?>