some bugs in server generated page and server info page

Eric,

Someone promised to change these long time ago but did not have time. Could 
you do them or/and give me instructions where to change them and I'll try 
to do them myself.

1) query page is not well formed

I can only see part of the query page that the server generates in Amaya, 
because it is not well formed.

For instance:
http://annotest.w3.org/annotations?explain=false

does not show the query box in the end of page at all.

The problem seems to be that the generated attribute value for "size" is 
not quoted e.g. it uses size=55 instead of size="55" around the page

Maybe there is something else too after this is corrected.

2) minor bugs in server info page

Also page http://annotest.w3.org/annotations has a buggy line (the meta 
line has for attribute):

<head>
   <title>W3C Annotea Test Service</title>
   <meta for="Content-Type" http-equiv="" name="text/html" />
</head>

should probably be
  <meta http-equiv="Content-Type" content="text/html" />
probably even better with a charset too.

And as we are at it, could you change the Annotea icon as well. This is the 
current one:

<a href="http://www.w3.org/2001/Annotea/">
<img src="/Icons/pen3.png" alt="Annotea" width="150" height="110" border="0" />
</a>

And this is what it should be:
<a href="http://www.w3.org/2001/Annotea/">
<img src="http://www.w3.org/2001/Annotea/Images/annotea_home.png" 
alt="Annotea" border="0" /></a>

Thanks!

Marja

Received on Friday, 9 July 2004 13:03:55 UTC