From df98e257432fb53caee1a062dcdf763b7e4065e8 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 4 May 2010 14:39:43 +0000 Subject: [PATCH] Preparing the integration of the Flash navigator SVN:trunk[397] --- pages/UI.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pages/UI.php b/pages/UI.php index 34c29d836..245bca642 100644 --- a/pages/UI.php +++ b/pages/UI.php @@ -1273,6 +1273,23 @@ try $oBlock->Display($oP, 0); $oObj->DisplayDetails($oP); break; + + case 'swf_navigator': + $sClass = utils::ReadParam('class', ''); + $id = utils::ReadParam('id', 0); + $sRelation = utils::ReadParam('relation', 'neighbours'); + $width = 1000; + $height = 700; + $sParams = "pWidth=$width&pHeight=$height&drillUrl=".urlencode('../pages/UI.php?operation=details')."&displayController=false&xmlUrl=".urlencode("./xml.navigator.php")."&obj_class=$sClass&obj_id=$id&relation=$sRelation"; + + $oP->add(" + + + + + + \n"); + break; default: if (is_object($oActiveNode))