Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 68250 invoked from network); 18 Nov 2006 09:56:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2006 09:56:21 -0000 Received: (qmail 59337 invoked by uid 500); 18 Nov 2006 09:56:31 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 59311 invoked by uid 500); 18 Nov 2006 09:56:31 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 59296 invoked by uid 99); 18 Nov 2006 09:56:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 01:56:31 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Nov 2006 01:56:20 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A65811A9846; Sat, 18 Nov 2006 01:55:47 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476482 - in /geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view: infomanager/ keystore/ Date: Sat, 18 Nov 2006 09:55:47 -0000 To: scm@geronimo.apache.org From: vamsic007@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061118095547.A65811A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vamsic007 Date: Sat Nov 18 01:55:46 2006 New Revision: 476482 URL: http://svn.apache.org/viewvc?view=rev&rev=476482 Log: GERONIMO-1396 Provide consistent look and feel for table views in the web console across all portlets: Taking care of a few pages missed earlier. Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/infomanager/svrInfoNormal.jsp geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/confirmCertificate.jsp geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/index.jsp geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/viewKeystore.jsp Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/infomanager/svrInfoNormal.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/infomanager/svrInfoNormal.jsp?view=diff&rev=476482&r1=476481&r2=476482 ============================================================================== --- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/infomanager/svrInfoNormal.jsp (original) +++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/infomanager/svrInfoNormal.jsp Sat Nov 18 01:55:46 2006 @@ -35,12 +35,12 @@ ${svrProps['Geronimo Version']} - Geronimo Start Time - ${svrProps['Kernel Boot Time']} + Geronimo Start Time + ${svrProps['Kernel Boot Time']} - Geronimo Up Time -
Not Yet Available
+ Geronimo Up Time +
Not Yet Available

Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp?view=diff&rev=476482&r1=476481&r2=476482 ============================================================================== --- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp (original) +++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/certificateDetails.jsp Sat Nov 18 01:55:46 2006 @@ -18,13 +18,13 @@ <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> - - - - - - - + + + + + + +
keystorealiastype
${id}${alias}${type}keystorealiastype
${id}${alias}${type}

@@ -61,52 +61,69 @@
+ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + - - + + + + + + + + + + - - + +
Certificate InfoCertificate Info
Version:Version:
Subject:Subject:
Issuer:Issuer:
Serial Number:Serial Number:
Valid From:Valid From:
Valid To:Valid To:
Signature Alg:Signature Alg:
Public Key Alg:Public Key Alg:
critical ext: critical ext:
non-critical ext: non-critical ext:
Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/confirmCertificate.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/confirmCertificate.jsp?view=diff&rev=476482&r1=476481&r2=476482 ============================================================================== --- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/confirmCertificate.jsp (original) +++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/confirmCertificate.jsp Sat Nov 18 01:55:46 2006 @@ -29,24 +29,27 @@ - - + - - + + - - + + - - + + - - + + + + + +
Fingerprint:${fingerprint}Certificate Details
Subject:${subject}Fingerprint:${fingerprint}
Issuer:${issuer}Subject:${subject}
Validity:${validStart} to ${validEnd}Issuer:${issuer}
Serial Number:${serial}Validity:${validStart} to ${validEnd}
Serial Number:${serial}
Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/index.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/index.jsp?view=diff&rev=476482&r1=476481&r2=476482 ============================================================================== --- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/index.jsp (original) +++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/index.jsp Sat Nov 18 01:55:46 2006 @@ -40,9 +40,18 @@ Editable Available + + + + + + + + + - + ${keystore.name} @@ -52,7 +61,7 @@ - + Keystore locked @@ -64,7 +73,7 @@ - + @@ -80,7 +89,7 @@ - + Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/viewKeystore.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/viewKeystore.jsp?view=diff&rev=476482&r1=476481&r2=476482 ============================================================================== --- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/viewKeystore.jsp (original) +++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/keystore/viewKeystore.jsp Sat Nov 18 01:55:46 2006 @@ -27,44 +27,61 @@ Type Certificate Fingerprint + + + + + + + + + - + "> view - + "> ${alias} - Trusted Certificate - ${keystore.fingerprints[alias]} + Trusted Certificate + ${keystore.fingerprints[alias]} + + + + + + + + - + "> view - + "> ${alias} - Private Key - ${keystore.fingerprints[alias]} + Private Key + ${keystore.fingerprints[alias]}