Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:12:22 +02:00
parent fb4155128c
commit 236d44ba25
1355 changed files with 5391 additions and 5391 deletions

View File

@ -33,16 +33,16 @@ variables. It should be imported when a page has system controls (e.g., some for
elements, flash objects, applets) which obscure overlib popups. It corrects this
problem for IE v5.5 or higher. For versions of IE lower than v5.5 and for other browsers,
you can use commands in the overlibmws_hide.js plugin module. See the examples in
http://www.macridesweb.com/oltest/hide.html and http://www.macridesweb.com/oltest/flash.html
https://www.macridesweb.com/oltest/hide.html and https://www.macridesweb.com/oltest/flash.html
on how to use those command to hide the system controls when overlib popups are invoked.
The overlibmws_regCore.js module has no overlib() or overlib2() commands, and thus
no configuration variables. It should be imported in frames which will not themselves
import the core module and any plugin modules, but instead will use those in another
frame. See its header for more information. Examples of its use are in
http://www.macridesweb.com/oltest/testFrame.html
https://www.macridesweb.com/oltest/testFrame.html
See the overlibmws Command Reference (http://www.macridesweb.com/oltest/commandRef.html)
See the overlibmws Command Reference (https://www.macridesweb.com/oltest/commandRef.html)
for more information about the commands, configuration variables, and plugin modules.
@ -569,7 +569,7 @@ var ol_printxml="";
// PRINTDOCTYPE - String for DOCTYPE declaration for temporary printing window.
var ol_printdoctype=
'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
+'"http://www.w3.org/TR/html4/loose.dtd">';
+'"https://www.w3.org/TR/html4/loose.dtd">';
// PRINTROOT - String for root tag for temporary printing window.
var ol_printroot="<html>";