build.pl (8c874c84) | build.pl (29e864eb) |
---|---|
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 --- 2965 unchanged lines hidden (view full) --- 2974 print HTML ' if (FullUpdate) {' . "\n"; 2975 print HTML ' top.innerFrame.frames[1].document.write("<h3 align=center>Jobs in module " + Module + ":</h3>");' . "\n"; 2976 print HTML ' top.innerFrame.frames[1].document.write("<table id=ModuleJobs name=" + Module + " width=100% bgcolor=white>");' . "\n"; 2977 print HTML ' top.innerFrame.frames[1].document.write(" <tr>");' . "\n"; 2978 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Status</strong></td>");' . "\n"; 2979 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Job</strong></td>");' . "\n"; 2980 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Start Time</strong></td>");' . "\n"; 2981 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Finish Time</strong></td>");' . "\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 --- 2965 unchanged lines hidden (view full) --- 2974 print HTML ' if (FullUpdate) {' . "\n"; 2975 print HTML ' top.innerFrame.frames[1].document.write("<h3 align=center>Jobs in module " + Module + ":</h3>");' . "\n"; 2976 print HTML ' top.innerFrame.frames[1].document.write("<table id=ModuleJobs name=" + Module + " width=100% bgcolor=white>");' . "\n"; 2977 print HTML ' top.innerFrame.frames[1].document.write(" <tr>");' . "\n"; 2978 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Status</strong></td>");' . "\n"; 2979 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Job</strong></td>");' . "\n"; 2980 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Start Time</strong></td>");' . "\n"; 2981 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Finish Time</strong></td>");' . "\n"; |
2982 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Link</strong></td>");' . "\n"; | 2982 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue> </strong></td>");' . "\n"; |
2983 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Client</strong></td>");' . "\n" if ($server_mode); 2984 print HTML ' top.innerFrame.frames[1].document.write(" </tr>");' . "\n"; 2985 print HTML ' var dir_info_strings = Message2.split("<br><br>");' . "\n"; 2986 print HTML ' for (i = 0; i < dir_info_strings.length; i++) {' . "\n"; 2987 print HTML ' var dir_info_array = dir_info_strings[i].split("<br>");' . "\n"; 2988 print HTML ' top.innerFrame.frames[1].document.write(" <tr status=" + dir_info_array[0] + ">");' . "\n"; 2989 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>");' . "\n"; 2990 print HTML ' top.innerFrame.frames[1].document.write( getStatusInnerHTML(dir_info_array[0]) + " ");' . "\n"; 2991 print HTML ' top.innerFrame.frames[1].document.write(" </td>");' . "\n"; 2992 print HTML ' if (dir_info_array[4] == "@") {' . "\n"; 2993 print HTML ' top.innerFrame.frames[1].document.write(" <td style=white-space:nowrap>" + dir_info_array[1] + "</td>");' . "\n"; 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"; | 2983 print HTML ' top.innerFrame.frames[1].document.write(" <td width=* align=center><strong style=color:blue>Client</strong></td>");' . "\n" if ($server_mode); 2984 print HTML ' top.innerFrame.frames[1].document.write(" </tr>");' . "\n"; 2985 print HTML ' var dir_info_strings = Message2.split("<br><br>");' . "\n"; 2986 print HTML ' for (i = 0; i < dir_info_strings.length; i++) {' . "\n"; 2987 print HTML ' var dir_info_array = dir_info_strings[i].split("<br>");' . "\n"; 2988 print HTML ' top.innerFrame.frames[1].document.write(" <tr status=" + dir_info_array[0] + ">");' . "\n"; 2989 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>");' . "\n"; 2990 print HTML ' top.innerFrame.frames[1].document.write( getStatusInnerHTML(dir_info_array[0]) + " ");' . "\n"; 2991 print HTML ' top.innerFrame.frames[1].document.write(" </td>");' . "\n"; 2992 print HTML ' if (dir_info_array[4] == "@") {' . "\n"; 2993 print HTML ' top.innerFrame.frames[1].document.write(" <td style=white-space:nowrap>" + dir_info_array[1] + "</td>");' . "\n"; 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 ' top.innerFrame.frames[1].document.write(" <td align=center><a target=\"_blank\" href=\"" + dir_info_array[4] + "\">link</a></td>");' . "\n"; | 2999 print HTML ' if (dir_info_array[4] == "@") {' . "\n"; 3000 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center> </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"; 3003 print HTML ' };' . "\n"; |
3000 print HTML ' top.innerFrame.frames[1].document.write(" <td align=center>" + dir_info_array[5] + "</td>");' . "\n" if ($server_mode); 3001 print HTML ' top.innerFrame.frames[1].document.write(" </tr>");' . "\n"; 3002 print HTML ' };' . "\n"; 3003 print HTML ' top.innerFrame.frames[1].document.write("</table>");' . "\n"; 3004 print HTML ' } else {' . "\n"; 3005 print HTML ' var dir_info_strings = Message2.split("<br><br>");' . "\n"; 3006 print HTML ' var ModuleRows = top.innerFrame.frames[1].document.getElementById("ModuleJobs").rows;' . "\n"; 3007 print HTML ' for (i = 0; i < dir_info_strings.length; i++) {' . "\n"; --- 554 unchanged lines hidden --- | 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"; 3011 print HTML ' for (i = 0; i < dir_info_strings.length; i++) {' . "\n"; --- 554 unchanged lines hidden --- |