Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:15:15 +02:00
parent ef020af2e7
commit e552a15912
879 changed files with 2702 additions and 2702 deletions

View File

@ -5,7 +5,7 @@
//\ overLIB 4.10 - You may not remove or change this notice.
//\ Copyright Erik Bosrup 1998-2004. All rights reserved.
//\ Contributors are listed on the homepage.
//\ See http://www.bosrup.com/web/overlib/ for details.
//\ See https://www.bosrup.com/web/overlib/ for details.
// $Revision: 1.7 $ $Date: 2004/11/25 21:27:19 $
//\/////
//\mini
@ -136,7 +136,7 @@ function getAnchorObjectRef(aObj) {
return getRefById(aObj, o3_frame.document) || getRefByName(aObj, o3_frame.document)
}
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
function getAnchorLocation(objRef){
var mkObj, of, offsets, mlyr
@ -181,7 +181,7 @@ function getAnchorLocation(objRef){
return offsets;
}
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
function getAnchorOffsets(mkObj){
var fx = fy = 0, mp, puc, mkAry, sx = sy = 0, w = o3_anchoralign
var mW = mH = pW = pH = 0
@ -269,7 +269,7 @@ function getAnchorOffsets(mkObj){
}
}
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
function pageLocation(o, t){
var x = 0
@ -282,7 +282,7 @@ function pageLocation(o, t){
return x
}
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
function getRefById(l, d){
var r = "", j
@ -301,7 +301,7 @@ function getRefById(l, d){
return false
}
// Adapted to overlib from jwin by Jason Anderson -- http://www.jwinlib.com
// Adapted to overlib from jwin by Jason Anderson -- https://www.jwinlib.com
function getRefByName(l, d) {
var r = null, j