Author: dwoods
Date: Tue Jul 8 19:08:05 2008
New Revision: 675084
URL: http://svn.apache.org/viewvc?rev=675084&view=rev
Log:
GERONIMO-4081 Accessibility issues. Applied GERONIMO-4081-ca-helper.patch from Ivan.
Modified:
geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCACertificate.jsp
geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCertificate.jsp
geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/installPersonalCertificate.jsp
geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/requestCertificate.jsp
geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/submitCSR.jsp
Modified: geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCACertificate.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCACertificate.jsp?rev=675084&r1=675083&r2=675084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCACertificate.jsp
(original)
+++ geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCACertificate.jsp
Tue Jul 8 19:08:05 2008
@@ -72,10 +72,10 @@
<input type="button" value="Install CA's Certificate" onClick="Install_Onclick()"/>
</form>
-<br><b>Base64 encoded Certificate Text</b>
+<br><b><label for="cacert">Base64 encoded Certificate Text</label></b>
<br>
<form name="installForm">
- <textarea name="cacert" rows="10" cols="80" READONLY><%=base64Cert%></textarea>
+ <textarea name="cacert" id="cacert" rows="10" cols="80" READONLY><%=base64Cert%></textarea>
</form>
<table border="0">
Modified: geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCertificate.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCertificate.jsp?rev=675084&r1=675083&r2=675084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCertificate.jsp
(original)
+++ geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/downloadCertificate.jsp
Tue Jul 8 19:08:05 2008
@@ -44,9 +44,9 @@
<form action="installPersonalCertificate.jsp" method="post">
<table border="0">
<tr>
- <th align="right">CSR Id:</th>
+ <th align="right"><label for="csrId">CSR Id</label>:</th>
<td>
- <input type="text" name="csrId" size="20" maxlength="200"/>
+ <input type="text" name="csrId" id="csrId" size="20" maxlength="200"/>
</td>
</tr>
</table>
Modified: geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/installPersonalCertificate.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/installPersonalCertificate.jsp?rev=675084&r1=675083&r2=675084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/installPersonalCertificate.jsp
(original)
+++ geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/installPersonalCertificate.jsp
Tue Jul 8 19:08:05 2008
@@ -86,10 +86,10 @@
<input type="button" value="Install Certificate" onClick="Install_Onclick()"/>
</form>
-<br><b>Base64 encoded Certificate Text</b>
+<br><b><label for="cert">Base64 encoded Certificate Text</label></b>
<br>
<form name="installForm">
- <textarea name="cert" rows="10" cols="80" READONLY><%=base64Cert%></textarea>
+ <textarea name="cert" id="cert" rows="10" cols="80" READONLY><%=base64Cert%></textarea>
</form>
<table border="0">
Modified: geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/requestCertificate.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/requestCertificate.jsp?rev=675084&r1=675083&r2=675084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/requestCertificate.jsp
(original)
+++ geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/requestCertificate.jsp
Tue Jul 8 19:08:05 2008
@@ -71,54 +71,54 @@
<th colspan="2" align="left">Identity Details</th>
</tr>
<tr>
- <th align="right">Common Name (CN):</th>
+ <th align="right"><label for="reqCN">Common Name (CN)</label>:</th>
<td>
- <input type="text" name="reqCN" size="20" maxlength="200"/>
+ <input type="text" name="reqCN" id="reqCN" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">Division/Business Unit (OU):</th>
+ <th align="right"><label for="reqOU">Division/Business Unit (OU)</label>:</th>
<td>
- <input type="text" name="reqOU" size="20" maxlength="200"/>
+ <input type="text" name="reqOU" id="reqOU" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">Company/Organization (O):</th>
+ <th align="right"><label for="reqO">Company/Organization (O)</label>:</th>
<td>
- <input type="text" name="reqO" size="20" maxlength="200"/>
+ <input type="text" name="reqO" id="reqO" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">City/Locality (L):</th>
+ <th align="right"><label for="reqL">City/Locality (L)</label>:</th>
<td>
- <input type="text" name="reqL" size="20" maxlength="200"/>
+ <input type="text" name="reqL" id="reqL" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">State/Province (ST):</th>
+ <th align="right"><label for="reqST">State/Province (ST)</label>:</th>
<td>
- <input type="text" name="reqST" size="20" maxlength="200"/>
+ <input type="text" name="reqST" id="reqST" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">Country Code (2 char) (C):</th>
+ <th align="right"><label for="reqC">Country Code (2 char) (C)</label>:</th>
<td>
- <input type="text" name="reqC" size="3" maxlength="2"/>
+ <input type="text" name="reqC" id="reqC" size="3" maxlength="2"/>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
- <th align="right">Challenge Phrase</th>
+ <th align="right"><label for="challenge">Challenge Phrase</label></th>
<td>
- <input type="password" name="challenge" size="20" maxlength="200"/>
+ <input type="password" name="challenge" id="challenge" size="20" maxlength="200"/>
</td>
</tr>
<tr>
- <th align="right">Confirm Challenge</th>
+ <th align="right"><label for="confirm">Confirm Challenge</label></th>
<td>
- <input type="password" name="confirm" size="20" maxlength="200"/>
+ <input type="password" name="confirm" id="confirm" size="20" maxlength="200"/>
</td>
</tr>
</table>
Modified: geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/submitCSR.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/submitCSR.jsp?rev=675084&r1=675083&r2=675084&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/submitCSR.jsp
(original)
+++ geronimo/server/trunk/plugins/ca-helper/geronimo-ca-helper/src/main/webapp/submitCSR.jsp
Tue Jul 8 19:08:05 2008
@@ -44,11 +44,11 @@
<form name="Confirmform" action="CertificateRequestServlet" method="post">
<table border="0">
<tr>
- <th colspan="2" align="left">CSR Text</th>
+ <th colspan="2" align="left"><label for="pkcs10req">CSR Text</label></th>
</tr>
<tr>
<td colspan="2">
- <textarea rows="15" cols="80" name="pkcs10req">
+ <textarea rows="15" cols="80" name="pkcs10req" id="pkcs10req">
...paste pkcs10 encoded certificate request here...
</textarea>
</td>
|