Index: openacs-4/packages/lorsm/www/delivery/popup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery/popup.adp,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/lorsm/www/delivery/popup.adp 7 Jun 2006 14:05:44 -0000 1.2 +++ openacs-4/packages/lorsm/www/delivery/popup.adp 10 Jul 2007 16:37:03 -0000 1.2.2.1 @@ -252,7 +252,7 @@ } function init() { - this.childwindow=popit('popup','popup2?man_id=@man_id@&ims_id=@ims_id@&track_id=@track_id@&menu_off=@menu_off@ ',810,540,20,20); + this.childwindow=popit('popup','popup2?man_id=@man_id@&ims_id=@ims_item_id@&track_id=@track_id@&menu_off=@menu_off@ ',810,540,20,20); this.debugwindow=popit('debuggerwindow','blank.html',210,640,10,10); @@ -343,7 +343,7 @@ //chiamata quando trovato adapter childwindow.frames['content'].window.location.href = "blank.html"; -childwindow.frames['content'].window.location.href = "@body_url;noquote@body?man_id=@man_id@"; +childwindow.frames['content'].window.location.href = "@body_url;noquote@body?man_id=@man_id@"; //not ready yet to show menu //debug(typeof(this.childwindow)); @@ -372,9 +372,9 @@ KeepAlive(); childwindow.frames['content'].document.location.href = "blank.html"; - childwindow.frames['content'].document.location.href = "@body_url;noquote@body?man_id=@man_id@"; + childwindow.frames['content'].document.location.href = "@body_url;noquote@body?man_id=@man_id@"; //let's show menu now - childwindow.frames['menu'].document.location.href = "menu?man_id=@man_id@&ims_id=@ims_id@&track_id=@track_id@&menu_off=@menu_off@"; + childwindow.frames['menu'].document.location.href = "menu?man_id=@man_id@&ims_id=@ims_item_id@&track_id=@track_id@&menu_off=@menu_off@"; //obviously no menu if menu is off... @@ -387,10 +387,10 @@ myTimer=setTimeout("refreshFrame()",2500); return(0); } - childwindow.frames['content'].document.location.href = "record-view?man_id=@man_id@&item_id=@item_id@"; + childwindow.frames['content'].document.location.href = "record-view?man_id=@man_id@&item_id=@ims_item_id@"; childwindow.caller=self; childwindow.focus(); - debug("calling @man_id@ with @item_id@"); + debug("calling @man_id@ with @ims_item_id@"); if (findgetAppletInfo> 7) { debug("I cannot talk to APIAdapter: try reloading me. Please notify support of your sw configuration ;) "); @@ -441,7 +441,6 @@ - name="APIAdapter"> - +