build.pl (34d7c232) build.pl (f9dbddb9)
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";
2904 print HTML ' var ModuleHref = top.innerFrame.frames[0].document.getElementById("ErroneousModules").getAttribute(\'href\');' . "\n";
2905 print HTML ' eval(ModuleHref);' . "\n";
2906 print HTML ' if (top.innerFrame.frames[1].document.getElementById("ModuleJobs") != null) {' . "\n";
2907 print HTML ' var ModuleName = top.innerFrame.frames[1].document.getElementById("ModuleJobs").getAttribute(\'name\');' . "\n";
2908 print HTML ' ModuleHref = top.innerFrame.frames[0].document.getElementById(ModuleName).getAttribute(\'href\');' . "\n";
2909 print HTML ' var HrefString = ModuleHref.toString();' . "\n";
2910 print HTML ' var RefEntries = HrefString.split(",");' . "\n";
2911 print HTML ' var RefreshParams = new Array();' . "\n";
2912 print HTML ' for (i = 0; i < RefEntries.length; i++) {' . "\n";
2913 print HTML ' RefreshParams[i] = RefEntries[i].substring(RefEntries[i].indexOf("\'") + 1, RefEntries[i].lastIndexOf("\'"));' . "\n";
2914 print HTML ' };' . "\n";
2915 print HTML ' FillFrame_1(RefreshParams[0], RefreshParams[1], RefreshParams[2]);' . "\n";
2907 print HTML ' }' . "\n";
2916 print HTML ' }' . "\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";
2916 print HTML ' if (top.innerFrame.frames[1].document.getElementById("ModuleJobs") != null) {' . "\n";
2917 print HTML ' var ModuleName = top.innerFrame.frames[1].document.getElementById("ModuleJobs").getAttribute(\'name\');' . "\n";
2918 print HTML ' ModuleHref = top.innerFrame.frames[0].document.getElementById(ModuleName).getAttribute(\'href\');' . "\n";
2919 print HTML ' var HrefString = ModuleHref.toString();' . "\n";
2920 print HTML ' var RefEntries = HrefString.split(",");' . "\n";
2921 print HTML ' var RefreshParams = new Array();' . "\n";
2922 print HTML ' for (i = 0; i < RefEntries.length; i++) {' . "\n";
2923 print HTML ' RefreshParams[i] = RefEntries[i].substring(RefEntries[i].indexOf("\'") + 1, RefEntries[i].lastIndexOf("\'"));' . "\n";
2924 print HTML ' };' . "\n";
2925 print HTML ' FillFrame_1(RefreshParams[0], RefreshParams[1], RefreshParams[2]);' . "\n";
2926 print HTML ' }' . "\n";
2927 print HTML ' };' . "\n";
2928 print HTML '}' . "\n";
2929 print HTML 'function loadFrame_1() {' . "\n";
2930 print HTML ' document.write("<h3 align=center>Jobs</h3>");' . "\n";
2931 print HTML ' document.write("Click on the project of interest");' . "\n";
2932 print HTML ' document.close();' . "\n";
2933 print HTML '}' . "\n";
2934 print HTML 'function loadFrame_2() {' . "\n";
2935 print HTML ' document.write("<tr bgcolor=lightgrey<td><h3>Errors</h3></pre></td></tr>");' . "\n";

--- 614 unchanged lines hidden ---
2917 print HTML '}' . "\n";
2918 print HTML 'function loadFrame_1() {' . "\n";
2919 print HTML ' document.write("<h3 align=center>Jobs</h3>");' . "\n";
2920 print HTML ' document.write("Click on the project of interest");' . "\n";
2921 print HTML ' document.close();' . "\n";
2922 print HTML '}' . "\n";
2923 print HTML 'function loadFrame_2() {' . "\n";
2924 print HTML ' document.write("<tr bgcolor=lightgrey<td><h3>Errors</h3></pre></td></tr>");' . "\n";

--- 614 unchanged lines hidden ---