build.pl (7a7e0d26) build.pl (6086b28a)
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

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

2830 print HTML ' href=\"javascript:void(0)\"; title=\"Remove module\">' . $_ . '</a>");' . "\n";
2831 };
2832
2833
2834 print HTML 'document.write(" </td>");' . "\n";
2835 print HTML 'document.write(" <td>");' . "\n";
2836 print HTML 'document.write(" <table width=100% valign=top cellpadding=0 hspace=0 vspace=0 cellspacing=0 border=0>");' . "\n";
2837 print HTML 'document.write(" <tr>");' . "\n";
1:
2 eval 'exec perl -S $0 ${1+"$@"}'
3 if 0;
4#**************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

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

2830 print HTML ' href=\"javascript:void(0)\"; title=\"Remove module\">' . $_ . '</a>");' . "\n";
2831 };
2832
2833
2834 print HTML 'document.write(" </td>");' . "\n";
2835 print HTML 'document.write(" <td>");' . "\n";
2836 print HTML 'document.write(" <table width=100% valign=top cellpadding=0 hspace=0 vspace=0 cellspacing=0 border=0>");' . "\n";
2837 print HTML 'document.write(" <tr>");' . "\n";
2838 print HTML 'document.write(" <td height=15* width=';
2838 print HTML 'document.write(" <td height=15 width=';
2839
2840 print HTML $successes_percent + $errors_percent;
2841 if ($errors_number) {
2842 print HTML '% bgcolor=red valign=top></td>");' . "\n";
2843 } else {
2844 print HTML '% bgcolor=#25A528 valign=top></td>");' . "\n";
2845 };
2846 print HTML 'document.write(" <td width=';

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

3062 print HTML ' IntervalID = top.frames[0].setInterval("updateInnerFrame()", RefreshRate * 1000);' . "\n";
3063 print HTML ' };' . "\n";
3064 print HTML '};' . "\n";
3065
3066 print HTML 'function initFrames() {' . "\n";
3067 print HTML ' var urlquery = location.href.split("?");' . "\n";
3068 print HTML ' if (urlquery.length == 1) {' . "\n";
3069 print HTML ' document.write("<html><head><TITLE id=MainTitle>' . $ENV{INPATH} .'</TITLE>");' . "\n";
2839
2840 print HTML $successes_percent + $errors_percent;
2841 if ($errors_number) {
2842 print HTML '% bgcolor=red valign=top></td>");' . "\n";
2843 } else {
2844 print HTML '% bgcolor=#25A528 valign=top></td>");' . "\n";
2845 };
2846 print HTML 'document.write(" <td width=';

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

3062 print HTML ' IntervalID = top.frames[0].setInterval("updateInnerFrame()", RefreshRate * 1000);' . "\n";
3063 print HTML ' };' . "\n";
3064 print HTML '};' . "\n";
3065
3066 print HTML 'function initFrames() {' . "\n";
3067 print HTML ' var urlquery = location.href.split("?");' . "\n";
3068 print HTML ' if (urlquery.length == 1) {' . "\n";
3069 print HTML ' document.write("<html><head><TITLE id=MainTitle>' . $ENV{INPATH} .'</TITLE>");' . "\n";
3070 print HTML ' document.write(" <frameset rows=\"12%,88%\">");' . "\n";
3070 print HTML ' document.write(" <frameset rows=\"40,*\">");' . "\n";
3071 print HTML ' document.write(" <frame name=\"topFrame\" src=\"" + urlquery + "?initTop\"/>");' . "\n";
3072 print HTML ' document.write(" <frame name=\"innerFrame\" src=\"" + urlquery + "?initInnerPage\"/>");' . "\n";
3073 print HTML ' document.write(" </frameset>");' . "\n";
3074 print HTML ' document.write("</head></html>");' . "\n";
3075 print HTML ' } else if (urlquery[1].substring(0,7) == "initTop") {' . "\n";
3076 print HTML ' var urlquerycontent = urlquery[1].split("=");' . "\n";
3077 print HTML ' var UpdateRate = 10' . "\n";
3078 print HTML ' if (urlquerycontent.length > 2) {' . "\n";
3079 print HTML ' if (isNaN(urlquerycontent[2] * 1)) {' . "\n";
3080 print HTML ' alert(urlquerycontent[2] + " is not a number. Ignored.");' . "\n";
3081 print HTML ' } else {' . "\n";
3082 print HTML ' UpdateRate = urlquerycontent[2];' . "\n";
3083 print HTML ' };' . "\n";
3084 print HTML ' };' . "\n";
3085 print HTML ' document.write("<html><body>");' . "\n";
3071 print HTML ' document.write(" <frame name=\"topFrame\" src=\"" + urlquery + "?initTop\"/>");' . "\n";
3072 print HTML ' document.write(" <frame name=\"innerFrame\" src=\"" + urlquery + "?initInnerPage\"/>");' . "\n";
3073 print HTML ' document.write(" </frameset>");' . "\n";
3074 print HTML ' document.write("</head></html>");' . "\n";
3075 print HTML ' } else if (urlquery[1].substring(0,7) == "initTop") {' . "\n";
3076 print HTML ' var urlquerycontent = urlquery[1].split("=");' . "\n";
3077 print HTML ' var UpdateRate = 10' . "\n";
3078 print HTML ' if (urlquerycontent.length > 2) {' . "\n";
3079 print HTML ' if (isNaN(urlquerycontent[2] * 1)) {' . "\n";
3080 print HTML ' alert(urlquerycontent[2] + " is not a number. Ignored.");' . "\n";
3081 print HTML ' } else {' . "\n";
3082 print HTML ' UpdateRate = urlquerycontent[2];' . "\n";
3083 print HTML ' };' . "\n";
3084 print HTML ' };' . "\n";
3085 print HTML ' document.write("<html><body>");' . "\n";
3086 print HTML ' document.write("<h3 align=center>Build process progress status</h3>");' . "\n";
3087 print HTML ' document.write("<div align=\"right\">");' . "\n";
3088 print HTML ' document.write(" <table border=\"0\"> <tr>");' . "\n";
3089 print HTML ' document.write("<td>Refresh rate(sec):</td>");' . "\n";
3090 print HTML ' document.write("<th>");' . "\n";
3086 print HTML ' document.write("<table border=\"0\" width=\"100%\"> <tr>");' . "\n";
3087 print HTML ' document.write("<td align=\"left\"><h3>Build process progress status</h3></td>");' . "\n";
3088 print HTML ' document.write("<td align=\"right\">");' . "\n";
3091 print HTML ' document.write("<FORM name=\"Formular\" onsubmit=\"setRefreshRate()\">");' . "\n";
3092 print HTML ' document.write("<input type=\"hidden\" name=\"initTop\" value=\"\"/>");' . "\n";
3093 print HTML ' document.write("<input type=\"text\" id=\"RateValue\" name=\"rate\" autocomplete=\"off\" value=\"" + UpdateRate + "\" size=\"1\"/>");' . "\n";
3089 print HTML ' document.write("<FORM name=\"Formular\" onsubmit=\"setRefreshRate()\">");' . "\n";
3090 print HTML ' document.write("<input type=\"hidden\" name=\"initTop\" value=\"\"/>");' . "\n";
3091 print HTML ' document.write("<input type=\"text\" id=\"RateValue\" name=\"rate\" autocomplete=\"off\" value=\"" + UpdateRate + "\" size=\"1\"/>");' . "\n";
3094 print HTML ' document.write("<input type=\"submit\" value=\"OK\">");' . "\n";
3092 print HTML ' document.write("<input type=\"submit\" value=\"Update refresh rate (sec)\">");' . "\n";
3095 print HTML ' document.write("</FORM>");' . "\n";
3093 print HTML ' document.write("</FORM>");' . "\n";
3096 print HTML ' document.write("</th></tr></table>");' . "\n";
3097 print HTML ' document.write("</div>");' . "\n";
3094 print HTML ' document.write("</td></tr></table>");' . "\n";
3098 print HTML ' document.write(" </frameset>");' . "\n";
3099 print HTML ' document.write("</body></html>");' . "\n";
3100 print HTML ' top.frames[0].clearInterval(IntervalID);' . "\n";
3101 print HTML ' IntervalID = top.frames[0].setInterval("updateInnerFrame()", UpdateRate * 1000);' . "\n";
3102 print HTML ' } else if (urlquery[1] == "initInnerPage") {' . "\n";
3103 print HTML ' document.write("<html><head>");' . "\n";
3095 print HTML ' document.write(" </frameset>");' . "\n";
3096 print HTML ' document.write("</body></html>");' . "\n";
3097 print HTML ' top.frames[0].clearInterval(IntervalID);' . "\n";
3098 print HTML ' IntervalID = top.frames[0].setInterval("updateInnerFrame()", UpdateRate * 1000);' . "\n";
3099 print HTML ' } else if (urlquery[1] == "initInnerPage") {' . "\n";
3100 print HTML ' document.write("<html><head>");' . "\n";
3104 print HTML ' document.write(\' <frameset rows="80%,20%\">\');' . "\n";
3105 print HTML ' document.write(\' <frameset cols="70%,30%">\');' . "\n";
3101 print HTML ' document.write(\' <frameset rows="50%,50%\">\');' . "\n";
3102 print HTML ' document.write(\' <frameset cols="50%,50%">\');' . "\n";
3106 print HTML ' document.write(\' <frame src="\');' . "\n";
3107 print HTML ' document.write(urlquery[0]);' . "\n";
3108 print HTML ' document.write(\'?initFrame0"/>\');' . "\n";
3109 print HTML ' document.write(\' <frame src="\');' . "\n";
3110 print HTML ' document.write(urlquery[0]);' . "\n";
3111 print HTML ' document.write(\'?initFrame1"/>\');' . "\n";
3112 print HTML ' document.write(\' </frameset>\');' . "\n";
3113 print HTML ' document.write(\' <frame src="\');' . "\n";

--- 449 unchanged lines hidden ---
3103 print HTML ' document.write(\' <frame src="\');' . "\n";
3104 print HTML ' document.write(urlquery[0]);' . "\n";
3105 print HTML ' document.write(\'?initFrame0"/>\');' . "\n";
3106 print HTML ' document.write(\' <frame src="\');' . "\n";
3107 print HTML ' document.write(urlquery[0]);' . "\n";
3108 print HTML ' document.write(\'?initFrame1"/>\');' . "\n";
3109 print HTML ' document.write(\' </frameset>\');' . "\n";
3110 print HTML ' document.write(\' <frame src="\');' . "\n";

--- 449 unchanged lines hidden ---