build.pl (9cd210d3) build.pl (34d7c232)
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#*************************************************************************
5#
6# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7#
8# Copyright 2000, 2010 Oracle and/or its affiliates.

--- 2887 unchanged lines hidden (view full) ---

2896 print HTML ' _divContext.style.display = \'block\';' . "\n";
2897 print HTML ' _replaceContext = false;' . "\n";
2898 print HTML ' return false;' . "\n";
2899 print HTML ' }' . "\n";
2900 print HTML '}' . "\n";
2901 };
2902
2903 print HTML 'function refreshInfoFrames() { ' . "\n";
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#*************************************************************************
5#
6# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7#
8# Copyright 2000, 2010 Oracle and/or its affiliates.

--- 2887 unchanged lines hidden (view full) ---

2896 print HTML ' _divContext.style.display = \'block\';' . "\n";
2897 print HTML ' _replaceContext = false;' . "\n";
2898 print HTML ' return false;' . "\n";
2899 print HTML ' }' . "\n";
2900 print HTML '}' . "\n";
2901 };
2902
2903 print HTML 'function refreshInfoFrames() { ' . "\n";
2904 print HTML ' if (top.innerFrame.frames[2].location) {' . "\n";
2905 print HTML ' var urlquery = location.href.split("?");' . "\n";
2906 print HTML ' top.innerFrame.frames[2].location = urlquery[0] + "?initFrame2";' . "\n";
2907 print HTML ' }' . "\n";
2904 print HTML ' var ModuleNameObj = top.innerFrame.frames[2].document.getElementById("ModuleErrors");' . "\n";
2905 print HTML ' if (ModuleNameObj != null) {' . "\n";
2906 print HTML ' var ModuleName = ModuleNameObj.getAttribute(\'name\');' . "\n";
2907 print HTML ' var ModuleHref = top.innerFrame.frames[0].document.getElementById(ModuleName).getAttribute(\'href\');' . "\n";
2908 print HTML ' eval(ModuleHref);' . "\n";
2909 print HTML ' } else if (top.innerFrame.frames[2].document.getElementById("ErroneousModules") != null) {' . "\n";
2910 print HTML ' var ModuleHref = top.innerFrame.frames[0].document.getElementById("ErroneousModules").getAttribute(\'href\');' . "\n";
2911 print HTML ' eval(ModuleHref);' . "\n";

--- 85 unchanged lines hidden (view full) ---

2997 print HTML ' DirectoryInfos[3].innerHTML = dir_info_array[3];' . "\n";
2998 print HTML ' DirectoryInfos[4].innerHTML = dir_info_array[5];' . "\n" if ($server_mode);
2999 print HTML ' };' . "\n";
3000 print HTML ' };' . "\n";
3001 print HTML ' };' . "\n";
3002 print HTML ' top.innerFrame.frames[1].document.close();' . "\n";
3003 print HTML '};' . "\n";
3004 print HTML 'function Error(Module, Message1, Message2) {' . "\n";
2908 print HTML ' var ModuleNameObj = top.innerFrame.frames[2].document.getElementById("ModuleErrors");' . "\n";
2909 print HTML ' if (ModuleNameObj != null) {' . "\n";
2910 print HTML ' var ModuleName = ModuleNameObj.getAttribute(\'name\');' . "\n";
2911 print HTML ' var ModuleHref = top.innerFrame.frames[0].document.getElementById(ModuleName).getAttribute(\'href\');' . "\n";
2912 print HTML ' eval(ModuleHref);' . "\n";
2913 print HTML ' } else if (top.innerFrame.frames[2].document.getElementById("ErroneousModules") != null) {' . "\n";
2914 print HTML ' var ModuleHref = top.innerFrame.frames[0].document.getElementById("ErroneousModules").getAttribute(\'href\');' . "\n";
2915 print HTML ' eval(ModuleHref);' . "\n";

--- 85 unchanged lines hidden (view full) ---

3001 print HTML ' DirectoryInfos[3].innerHTML = dir_info_array[3];' . "\n";
3002 print HTML ' DirectoryInfos[4].innerHTML = dir_info_array[5];' . "\n" if ($server_mode);
3003 print HTML ' };' . "\n";
3004 print HTML ' };' . "\n";
3005 print HTML ' };' . "\n";
3006 print HTML ' top.innerFrame.frames[1].document.close();' . "\n";
3007 print HTML '};' . "\n";
3008 print HTML 'function Error(Module, Message1, Message2) {' . "\n";
3009 print HTML ' if (top.innerFrame.frames[2].location) {' . "\n";
3010 print HTML ' var urlquery = location.href.split("?");' . "\n";
3011 print HTML ' top.innerFrame.frames[2].location = urlquery[0] + "?initFrame2";' . "\n";
3012 print HTML ' }' . "\n";
3005 print HTML ' if (Module == \'\') {' . "\n";
3006 print HTML ' if (Message1 != \'\') {' . "\n";
3007 print HTML ' var erroneous_modules = Message1.split("<br>");' . "\n";
3008 print HTML ' var ErrorNumber = erroneous_modules.length;' . "\n";
3009
3010 print HTML ' top.innerFrame.frames[2].document.write("<h3 id=ErroneousModules errors=" + erroneous_modules.length + ">Modules with errors:</h3>");' . "\n";
3011 print HTML ' for (i = 0; i < ErrorNumber; i++) {' . "\n";
3012 print HTML ' var ModuleObj = top.innerFrame.frames[0].document.getElementById(erroneous_modules[i]);' . "\n";

--- 529 unchanged lines hidden ---
3013 print HTML ' if (Module == \'\') {' . "\n";
3014 print HTML ' if (Message1 != \'\') {' . "\n";
3015 print HTML ' var erroneous_modules = Message1.split("<br>");' . "\n";
3016 print HTML ' var ErrorNumber = erroneous_modules.length;' . "\n";
3017
3018 print HTML ' top.innerFrame.frames[2].document.write("<h3 id=ErroneousModules errors=" + erroneous_modules.length + ">Modules with errors:</h3>");' . "\n";
3019 print HTML ' for (i = 0; i < ErrorNumber; i++) {' . "\n";
3020 print HTML ' var ModuleObj = top.innerFrame.frames[0].document.getElementById(erroneous_modules[i]);' . "\n";

--- 529 unchanged lines hidden ---