eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
370 stars 120 forks source link

suggestion: alternate background color of referrer page rows #98

Open EndeavourAccuracy opened 6 years ago

EndeavourAccuracy commented 6 years ago

Suggestion. On the separate "Links from an external page" page, the row backgrounds could alternate between white and something else. Currently, on 1080p@24", it's difficult to tell which numbers match up with which URLs. Should be easy to implement, just keep a counter and add a CSS class/id if ($rownr % 2 == 0).

Rehtael commented 5 years ago

Honestly, I think eldy should look at adding tablesorter to awstats, then he can just widget:zebra it and have sorting in the tables too...the UI does need a bit of an uplift.