D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
johan
Full window
Github gist
A nice table grid view for PASS/WARN/FAIL statuses
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="xenofarm.css"> </head> <body> <table class="grid" cols="13" rules="groups" border="0" cellspacing="0" cellpadding="2"> <colgroup id="client"></colgroup> <colgroup><col></colgroup> <colgroup><col><col><col><col></colgroup> <colgroup><col></colgroup> <colgroup><col><col></colgroup> <colgroup><col><col><col></colgroup> <colgroup id="platform"></colgroup> <thead> <tr> <th><table border="0"> <tbody><tr><td class="none"></td> <td>Not built, or<br>Build in progress.</td></tr> <tr><td class="fail"></td> <td>Build failed.</td></tr> <tr><td class="warn"></td> <td>Build successful.<br>Testsuite failed.</td></tr> <tr><td class="pass"></td> <td>Build successful.<br>Testsuite successful.</td></tr> </tbody></table> Node Name</th> <th><div>2008-08-06 20:35:28 (3235)</div></th> <th><div>2008-08-07 12:47:24 (3236)</div></th> <th><div>2008-08-07 14:05:49 (3237)</div></th> <th><div>2008-08-07 15:00:50 (3238)</div></th> <th><div>2008-08-07 23:09:21 (3239)</div></th> <th><div>2008-08-08 16:35:30 (3240)</div></th> <th><div>2008-08-09 16:20:58 (3241)</div></th> <th><div>2008-08-09 21:24:03 (3242)</div></th> <th><div>2008-08-11 13:37:00 (3243)</div></th> <th><div>2008-08-11 15:15:44 (3244)</div></th> <th><div>2008-08-11 17:37:36 (3245)</div></th> <th>Platform</th> </tr></thead> <tbody class="data"> <tr class="source"> <td>pike.ida.liu.se</td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="pass"></td> <td class="nowrap">xenofarm_export (SunOS 5.8 sun4u sparc)</td> </tr> </tbody> <tfoot><tr id="changes"> <th>Source changes:</th> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3235&between=2008-08-06 12:26:01&and=2008-08-06 20:35:28" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3236&between=2008-08-06 20:35:28&and=2008-08-07 12:47:24" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3237&between=2008-08-07 12:47:24&and=2008-08-07 14:05:49" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3238&between=2008-08-07 14:05:49&and=2008-08-07 15:00:50" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3239&between=2008-08-07 15:00:50&and=2008-08-07 23:09:21" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3240&between=2008-08-07 23:09:21&and=2008-08-08 16:35:30" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3241&between=2008-08-08 16:35:30&and=2008-08-09 16:20:58" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3242&between=2008-08-09 16:20:58&and=2008-08-09 21:24:03" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3243&between=2008-08-09 21:24:03&and=2008-08-11 13:37:00" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3244&between=2008-08-11 13:37:00&and=2008-08-11 15:15:44" class="diff">see diff</a></td> <td><a href="https://pike.ida.liu.se/development/cvs/pike.xml?v=7.7&build=3245&between=2008-08-11 15:15:44&and=2008-08-11 17:37:36" class="diff">see diff</a></td> <td></td> </tr></tfoot> </table> </body> </html>