Diff for /zogiLib/js/dllib.js between versions 1.2 and 1.3

version 1.2, 2004/10/04 19:39:01 version 1.3, 2004/10/04 20:58:01
Line 17  Foundation, Inc., 59 Temple Place - Suit Line 17  Foundation, Inc., 59 Temple Place - Suit
 Authors:  Authors:
   Christian Luginbuehl, 01.05.2003 (first version)    Christian Luginbuehl, 01.05.2003 (first version)
   DW 24.03.2004 (Changed for digiLib in Zope)    DW 24.03.2004 (Changed for digiLib in Zope)
   Robert Casties, 03.08.2004    Robert Casties, 04.10.2004
   
   ! Requires baselib.js !    ! Requires baselib.js !
   
 */  */
   
 var dlScriptVersion = "1.0b2";  var dlScriptVersion = "1.0b3";
   
 /*  /*
  * more parameter handling   * more parameter handling
Line 468  function getRef() { Line 468  function getRef() {
     }      }
     return hyperlinkRef;      return hyperlinkRef;
 }  }
   
   function getRefWin(type, msg) {
       // shows an alert with a reference to the current digilib set
       if (! msg) {
       msg = "Link for HTML documents";
       prompt(msg, getRef());
   }
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>