Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A09D9E2B for ; Wed, 15 Feb 2012 19:45:50 +0000 (UTC) Received: (qmail 19269 invoked by uid 500); 15 Feb 2012 19:45:50 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 19240 invoked by uid 500); 15 Feb 2012 19:45:50 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 19231 invoked by uid 99); 15 Feb 2012 19:45:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 19:45:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 19:45:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B1B992388865; Wed, 15 Feb 2012 19:45:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1244675 - /incubator/ooo/trunk/main/solenv/bin/build.pl Date: Wed, 15 Feb 2012 19:45:25 -0000 To: ooo-commits@incubator.apache.org From: arist@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215194525.B1B992388865@eris.apache.org> Author: arist Date: Wed Feb 15 19:45:25 2012 New Revision: 1244675 URL: http://svn.apache.org/viewvc?rev=1244675&view=rev Log: cleaning up formatting of log links Modified: incubator/ooo/trunk/main/solenv/bin/build.pl Modified: incubator/ooo/trunk/main/solenv/bin/build.pl URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/build.pl?rev=1244675&r1=1244674&r2=1244675&view=diff ============================================================================== --- incubator/ooo/trunk/main/solenv/bin/build.pl (original) +++ incubator/ooo/trunk/main/solenv/bin/build.pl Wed Feb 15 19:45:25 2012 @@ -2979,7 +2979,7 @@ sub generate_html_file { print HTML ' top.innerFrame.frames[1].document.write(" Job");' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" Start Time");' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" Finish Time");' . "\n"; - print HTML ' top.innerFrame.frames[1].document.write(" Link");' . "\n"; + print HTML ' top.innerFrame.frames[1].document.write("  ");' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" Client");' . "\n" if ($server_mode); print HTML ' top.innerFrame.frames[1].document.write(" ");' . "\n"; print HTML ' var dir_info_strings = Message2.split("

");' . "\n"; @@ -2996,7 +2996,11 @@ sub generate_html_file { print HTML ' };' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" " + dir_info_array[2] + "");' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" " + dir_info_array[3] + "");' . "\n"; - print HTML ' top.innerFrame.frames[1].document.write(" link");' . "\n"; + print HTML ' if (dir_info_array[4] == "@") {' . "\n"; + print HTML ' top.innerFrame.frames[1].document.write("  ");' . "\n"; + print HTML ' } else {' . "\n"; + print HTML ' top.innerFrame.frames[1].document.write(" link");; title=\"Show Log\">" + dir_info_array[1] + "");' . "\n"; + print HTML ' };' . "\n"; print HTML ' top.innerFrame.frames[1].document.write(" " + dir_info_array[5] + "");' . "\n" if ($server_mode); print HTML ' top.innerFrame.frames[1].document.write(" ");' . "\n"; print HTML ' };' . "\n";