/* FILE ARCHIVED ON 1:19:56 Aug 25, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 15:04:02 May 3, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* * Copyright 1999-2002 by Vignette, Inc., * All rights reserved. * * This software is the confidential and proprietary information * of Vignette, Inc. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Vignette. * */ function UpHandler(e) { if (!DraggMod) { return true; } if (DropIndicator != null) { DropIndicator.hideIt(); } if (PageLayout.dnModCl) { DraggMod.view.evnt.className=PageLayout.dnModCl; } DraggMod.dc.SetZIndex(MOD_BOT_Z); DraggMod.view.css.cursor="auto"; var savedata=0; if (!DropCol || DropCol.type==MOD_FIX) { if(PageLayout.lockedPanel) { if (PageLayout.lockedPanel.isShown) { PageLayout.lockedPanel.hideIt(); if(PageLayout.msg) PageLayout.msg.hideIt(); PageLayout.lockedPanel.isShown=0; } } DraggMod.dc.Move(DraggMod.x, DraggMod.y); } else { //alert("this module is moving to column:" + DropCol.id + " position:" + DropIndex); var oldCol = DraggMod.parent; if (oldCol == DropCol) { for (var i=0; i