Here is a first cut at some new templates which seem to look fine on both Netscape and IE. I have only done the basic pages (folders / create / preferences / address book) because I think there needs to be some feedback from other users first.
I have introduced a new tag: [#%whatever.gif%#] substitutes the quoted URL for an image file. The patch to sqwebmail.c interprets this. The tables join up, but I am not entirely happy how I did it: I had to introduce an arbitrary 'width="100%"' in several places, and I had to replace <td colspan="3"> with three separate columns, which in turn means the left margins are slightly bigger than they were. That's the main reason for asking for feedback - to see if the onscreen spacing is still acceptable. If anyone can look at the HTML to improve the spacing, that would be good. For consistency, it might make sense to remove all occurences of <td bgcolor="#cccccc"> and replace them with <td background=[#%graysquare.gif%#]> Regards, Brian.
--- ../courier-0.37.3/webmail/sqwebmail.c Wed Feb 13 01:07:27 2002
+++ webmail/sqwebmail.c Tue Feb 26 13:56:11 2002
@@ -518,6 +518,33 @@
}
}
+static void output_imageurl( FILE *f,
+ void (*output_func)(int, void *), void *void_arg)
+{
+ int c;
+ char *p;
+
+ /*
+ Output just the filename portion of an image URL, for when we
+ want to include <TD BACKGROUND="...url.."> for example
+
+ [#%filename%#]
+ ^
+ |
+ ----- we're at this point now.
+
+ */
+
+ MKIMG('"');
+ for (p=IMGPATH; *p; p++)
+ MKIMG(*p);
+ MKIMG('/');
+ while ((c=getc(f)) >= 0
+ && c != '%')
+ MKIMG(c);
+ MKIMG('"');
+}
+
/* ---- time zone list ---- */
static int timezonefile( int (*callback_func)(const char *, const char *,
@@ -930,6 +957,21 @@
if (c == '@')
{
output_image(f, pass_image_through, NULL);
+ c=getc(f);
+ if (c == '#')
+ {
+ c=getc(f);
+ if (c == ']')
+ continue;
+ }
+ if (c != EOF)
+ ungetc(c, f);
+ continue;
+ }
+
+ if (c == '%')
+ {
+ output_imageurl(f, pass_image_through, NULL);
c=getc(f);
if (c == '#')
{
graysquare.gif
Description: GIF image
bluesquare.gif
Description: GIF image
--- en-us.orig/login.html Wed Feb 13 04:38:40 2002
+++ en-us/login.html Tue Feb 26 13:58:17 2002
@@ -26,10 +26,11 @@
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@graytopleft.gif, width=11 height=11
alt="" border=0@@#]</td>
- <td style="background-color: #cccccc"></td>
+ <td background=[#%graysquare.gif%#] align="center"
+valign="top">[#@graysquare.gif, width=1 height=11
+ alt="" border=0@@#]</td>
<td align="right" valign="top">[#@graytopright.gif, width=11 height=11
alt="" border=0@@#]</td>
</tr>
@@ -79,10 +80,11 @@
<!-- This is the end of the content for the login -->
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width=11
height=11 alt="" border="0"@@#]</td>
- <td style="background-color: #cccccc">�</td>
+ <td background=[#%graysquare.gif%#] align="center"
+valign="top">[#@graysquare.gif, width=1 height=11
+ alt="" border=0@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height=11 alt="" border=0@@#]</td>
</tr>
--- en-us.orig/preferences.html Wed Feb 13 01:07:27 2002
+++ en-us/preferences.html Tue Feb 26 15:20:10 2002
@@ -23,13 +23,12 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11" height="11"
+ alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1" height="11"
alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
+ <td align="right" valign="top">[#@graytopright.gif, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
@@ -47,10 +46,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -62,16 +62,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="75%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle" width="100%"><!-- here -->
+ <td bgcolor="#99ccff" valign="middle"> </td>
+ <td bgcolor="#99ccff" valign="middle" width="100%"><!-- here -->
<form method="post" name="preferences" action="[#R#]">
[#P#]<input type="hidden" name="form" value="preferences">[#x#]
@@ -268,11 +269,13 @@
</table>
</form>
</td>
+ <td bgcolor="#99ccff" valign="middle"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/newmsg.html Tue Nov 13 04:11:51 2001
+++ en-us/newmsg.html Tue Feb 26 15:35:01 2002
@@ -64,13 +64,12 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11" height="11"
+ alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1" height="11"
alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
+ <td align="right" valign="top">[#@graytopright.gif, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
@@ -88,10 +87,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -104,16 +104,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" valign="middle" width="100%" colspan="3">
+ <td bgcolor="#99ccff"> </td>
+ <td bgcolor="#99ccff" valign="middle" width="100%">
<table width="100%" border="0">
<tbody>
<tr>
@@ -125,11 +126,13 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/invalid.html Wed Feb 13 04:38:40 2002
+++ en-us/invalid.html Tue Feb 26 16:03:04 2002
@@ -31,10 +31,11 @@
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@graytopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="top">[#@graytopright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -84,10 +85,11 @@
<!-- This is the end of the content for the login -->
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/folder.html Tue Nov 13 04:11:51 2001
+++ en-us/folder.html Tue Feb 26 17:18:03 2002
@@ -38,14 +38,13 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graytopleft.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@graytopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
<td>�</td>
@@ -62,10 +61,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -105,17 +105,17 @@
<table cellpadding="0" cellspacing="0" border="0"
width="100%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif,
width="11" height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle"
- width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11"
+ <td width="100%" align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif,
+ width="1" height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle"
+ <td bgcolor="#99ccff"> </td>
+ <td bgcolor="#99ccff" valign="middle"
width="100%">
<table border="0" width="100%">
<tbody>
@@ -126,12 +126,15 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left"
valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+ background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right"
valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
--- en-us.orig/readmsg.html Sun Jan 13 18:23:54 2002
+++ en-us/readmsg.html Tue Feb 26 17:20:21 2002
@@ -79,14 +79,13 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@graytopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
<td>�</td>
@@ -103,10 +102,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/folders.html Fri Dec 7 12:57:25 2001
+++ en-us/folders.html Tue Feb 26 17:22:57 2002
@@ -35,18 +35,17 @@
-->
-<center>
+<div align="center">
<!-- Top Header. Shows folder list and email address. -->
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11" height="11"
alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1" height="11"
+ alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@graytopright.gif, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
@@ -64,10 +63,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -138,16 +138,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td width="100%" align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle">
+ <td bgcolor="#99ccff" valign="middle"> </td>
+ <td bgcolor="#99ccff" valign="middle">
<table border="0" cellpadding="4" width="100%">
<tbody>
<tr>
@@ -246,11 +247,13 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff" valign="middle"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -261,7 +264,7 @@
<!-- End of Border around the folders list -->
<!-- End of extreme outside table -->
<!-- End of extreme outside table -->
-</center>
+</div>
<p>[#B#]</p>
</body>
--- en-us.orig/abooklist.html Tue Nov 13 04:11:51 2001
+++ en-us/abooklist.html Tue Feb 26 17:23:31 2002
@@ -28,13 +28,12 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11" height="11"
+ alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1" height="11"
alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
+ <td align="right" valign="top">[#@graytopright.gif, width="11" height="11"
alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
@@ -52,10 +51,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -68,16 +68,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td width="100%" align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle">
+ <td bgcolor="#99ccff"> </td>
+ <td bgcolor="#99ccff" valign="middle">
<table width="100%" border="0">
<tbody>
<tr>
@@ -97,11 +98,13 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/ldaplist.html Tue Nov 13 04:11:51 2001
+++ en-us/ldaplist.html Tue Feb 26 17:23:52 2002
@@ -20,14 +20,13 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@graytopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
<td>�</td>
@@ -44,10 +43,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -63,16 +63,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td width="100%" align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle">
+ <td bgcolor="#99ccff"> </td>
+ <td bgcolor="#99ccff" valign="middle">
<table border="0" cellpadding="4" cellspacing="0" width="100%"
class="ldaplist">
<tbody>
@@ -214,11 +215,13 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
--- en-us.orig/ldapsearch.html Tue Nov 13 04:11:51 2001
+++ en-us/ldapsearch.html Tue Feb 26 17:24:05 2002
@@ -21,14 +21,13 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
- <td align="left" valign="top"
- style="line-height: 0">[#@graytopleft.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
- <td align="right" valign="top"
- style="line-height: 0">[#@graytopright.gif, width="11" height="11"
- alt="" border="0"@@#]</td>
+ <tr>
+ <td align="left" valign="top">[#@graytopleft.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="center" valign="top"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@graytopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr bgcolor="#cccccc">
<td>�</td>
@@ -45,10 +44,11 @@
</td>
<td>�</td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@graybottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#cccccc">�</td>
+ <td align="center" valign="bottom"
+background=[#%graysquare.gif%#]>[#@graysquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@graybottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
@@ -64,16 +64,17 @@
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tbody>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="top">[#@bluetopleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle" width="100%">�</td>
- <td style="line-height: 0" align="right"
- valign="top">[#@bluetopright.gif, width="11" height="11" alt=""
- border="0"@@#]</td>
+ <td width="100%" align="center" valign="top"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
+ <td align="right" valign="top">[#@bluetopright.gif, width="11"
+ height="11" alt="" border="0"@@#]</td>
</tr>
<tr>
- <td bgcolor="#99ccff" colspan="3" valign="middle">
+ <td bgcolor="#99ccff"> </td>
+ <td bgcolor="#99ccff" valign="middle">
<table border="0" cellpadding="4" cellspacing="0" width="100%"
class="ldapsearch">
<tbody>
@@ -98,11 +99,13 @@
</tbody>
</table>
</td>
+ <td bgcolor="#99ccff"> </td>
</tr>
- <tr style="line-height: 0">
+ <tr>
<td align="left" valign="bottom">[#@bluebottomleft.gif, width="11"
height="11" alt="" border="0"@@#]</td>
- <td bgcolor="#99ccff" valign="middle">�</td>
+ <td align="center" valign="bottom"
+background=[#%bluesquare.gif%#]>[#@bluesquare.gif, width="1"
+ height="11" alt="" border="0"@@#]</td>
<td align="right" valign="bottom">[#@bluebottomright.gif, width="11"
height="11" alt="" border="0"@@#]</td>
</tr>
