Update of /cvsroot/phpwiki/phpwiki/templates
In directory usw-pr-cvs1:/tmp/cvs-serv1869/phpwiki/templates
Modified Files:
browse.html
Log Message:
Added table summary attribute for non-visual browsers.
Index: browse.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** browse.html 2001/11/29 02:59:21 1.23
--- browse.html 2001/12/10 20:53:40 1.24
***************
*** 41,45 ****
to cause MSIE4.01/NT to hang.
So, we use tables... -->
! <table class="toolbar" width="100%"
cellpadding="0" cellspacing="0" border="0"><tr valign="baseline">
<td>
--- 41,45 ----
to cause MSIE4.01/NT to hang.
So, we use tables... -->
! <table summary="Toolbar 1: Page date and page search options." class="toolbar" width="100%"
cellpadding="0" cellspacing="0" border="0"><tr valign="baseline">
<td>
***************
*** 60,64 ****
</td>
</tr></table>
! <table class="toolbar" width="100%"
cellpadding="0" cellspacing="0" border="0"><tr valign="baseline">
<td>
--- 60,64 ----
</td>
</tr></table>
! <table summary="Toolbar 2: Page actions and sign in." class="toolbar" width="100%"
cellpadding="0" cellspacing="0" border="0"><tr valign="baseline">
<td>
|