On Mon, 7 Sep 2009, Dmitry Sivachenko wrote:
On Sat, Sep 05, 2009 at 07:00:05PM +0200, Willy Tarreau wrote:
However, I found that it was hard to understand the status codes in
the HTML stats page. Some people are already complaining about columns
they don't trivially understand, but here I think that status codes
are close to cryptic. Also, while it is not *that* hard to tell
which one means what when you can compare all of them, they must be
unambiguous when found individually.
Please consider "title" attribute, which may be used for most HTML elements.
Browser displays it as popup hint when you put mouse cursor over that element.
It consumes zero space on display, but can provide helpful
information when needed.
Example:
<html>
<body>
<table border=1>
<tr>
<td title="aaa title">aaa
<td>bbb
</table>
</body>
</html>
Put mouse cursor on "aaa" table cell and you will see "aaa title" hint.
I like this idea very much, I'll implement it. Thanks!
Best regsrds,
Krzysztof Olędzki