build.pl (29e864eb) build.pl (9e23756f)
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

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

2994 print HTML ' } else {' . "\n";
2995 print HTML ' top.innerFrame.frames[1].document.write(" <td><a href=\"javascript:top.ShowLog(\'" + dir_info_array[4] + "\', \'" + dir_info_array[1] + "\')\"); title=\"Show Log\">" + dir_info_array[1] + "</a></td>");' . "\n";
2996 print HTML ' };' . "\n";
2997 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[2] + "</td>");' . "\n";
2998 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[3] + "</td>");' . "\n";
2999 print HTML ' if (dir_info_array[4] == "@") {' . "\n";
3000 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>&nbsp</td>");' . "\n";
3001 print HTML ' } else {' . "\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

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

2994 print HTML ' } else {' . "\n";
2995 print HTML ' top.innerFrame.frames[1].document.write(" <td><a href=\"javascript:top.ShowLog(\'" + dir_info_array[4] + "\', \'" + dir_info_array[1] + "\')\"); title=\"Show Log\">" + dir_info_array[1] + "</a></td>");' . "\n";
2996 print HTML ' };' . "\n";
2997 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[2] + "</td>");' . "\n";
2998 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[3] + "</td>");' . "\n";
2999 print HTML ' if (dir_info_array[4] == "@") {' . "\n";
3000 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>&nbsp</td>");' . "\n";
3001 print HTML ' } else {' . "\n";
3002 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center><a target=\"_blank\" href=\"" + dir_info_array[4] + "\">link</a></td>");; title=\"Show Log\">" + dir_info_array[1] + "</a></td>");' . "\n";
3002 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center><a target=\"_blank\" href=\"" + dir_info_array[4] + "\">link</a></td>");' . "\n";
3003 print HTML ' };' . "\n";
3004 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[5] + "</td>");' . "\n" if ($server_mode);
3005 print HTML ' top.innerFrame.frames[1].document.write(" </tr>");' . "\n";
3006 print HTML ' };' . "\n";
3007 print HTML ' top.innerFrame.frames[1].document.write("</table>");' . "\n";
3008 print HTML ' } else {' . "\n";
3009 print HTML ' var dir_info_strings = Message2.split("<br><br>");' . "\n";
3010 print HTML ' var ModuleRows = top.innerFrame.frames[1].document.getElementById("ModuleJobs").rows;' . "\n";

--- 555 unchanged lines hidden ---
3003 print HTML ' };' . "\n";
3004 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[5] + "</td>");' . "\n" if ($server_mode);
3005 print HTML ' top.innerFrame.frames[1].document.write(" </tr>");' . "\n";
3006 print HTML ' };' . "\n";
3007 print HTML ' top.innerFrame.frames[1].document.write("</table>");' . "\n";
3008 print HTML ' } else {' . "\n";
3009 print HTML ' var dir_info_strings = Message2.split("<br><br>");' . "\n";
3010 print HTML ' var ModuleRows = top.innerFrame.frames[1].document.getElementById("ModuleJobs").rows;' . "\n";

--- 555 unchanged lines hidden ---