phpservermon/src/templates/default/module/server/status
Michael 1d779760ce
Improve accessibility of cards and tableview (#851)
To enable keyboard users to show server details the links are added as
HTML `a` Tags not only for <noscript> variant.
This also improves accessibility as screen reader users usually are not
able to perform click events on div elements. The do not even know there
is a click event handler. Click event handlers only work on buttons by
default as browsers forward the keyboard activity on buttons to the
onclick handler.
2020-02-09 15:40:45 +01:00
..
header.tpl.html Added beter support for use without Javascript 2019-05-19 01:57:51 +02:00
index.tpl.html Improve accessibility of cards and tableview (#851) 2020-02-09 15:40:45 +01:00