|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<title>Extended Log — Plain Style</title> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 | +<style> |
| 7 | +:focus {outline:0} |
| 8 | +* {background:white;margin:12px;font-family:"Lucida Console",Monaco,"Courier New",Courier,monospace} |
| 9 | +td,th{border:1px solid black} |
| 10 | +td{padding:7px} |
| 11 | +/* STATUS-COLOR-TAGS */ |
| 12 | +tag {padding:3px 7px;border-radius:7px} |
| 13 | +tag[debug] {color:black;background:#DFF2BF} |
| 14 | +tag[info] {color:black;background:#BDE5F8} |
| 15 | +tag[notice] {color:black;background:#FEEFB3} |
| 16 | +tag[warning] {color:black;background:#FFCCBA} |
| 17 | +tag[error] {color:black;background:#FFBABA} |
| 18 | +tag[critical] {color:white;background:#D8000C} |
| 19 | +tag[alert] {color:white;background:blueviolet} |
| 20 | +tag[emergency] {color:white;background:deeppink} |
| 21 | +tag[gau] {color:white;background:black} |
| 22 | +/* TABLE-SORT */ |
| 23 | +.tablesorter-header { /* COLUMNE HEADER */ |
| 24 | + background-repeat:no-repeat;background-position:center right;cursor:pointer |
| 25 | +} |
| 26 | +.tablesorter-headerUnSorted { /* UNSORTED IMAGE */ |
| 27 | + background-image:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw) |
| 28 | +} |
| 29 | +.tablesorter-headerAsc { /* UP IMAGE */ |
| 30 | + background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) |
| 31 | +} |
| 32 | +.tablesorter-headerDesc { /* DOWN IMAGE */ |
| 33 | + background-image:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) |
| 34 | +} |
| 35 | +.sorter-false { background-image:none !important } |
| 36 | +/* RESPONSIVE TABLE */ |
| 37 | +@media screen and (max-width:600px){thead{display:none} |
| 38 | + tr{display:block;border-bottom:2px solid #ddd} |
| 39 | + td{display:block;text-align:right;font-size:.9em} |
| 40 | + td:before{content:attr(data-label);float:left;font-weight:bold} |
| 41 | +} |
| 42 | +</style> |
| 43 | +<link href="data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAnYBjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEREREREQAAERERERERAAAAAAAAAAAAAAAAAAAAAAAAERERERERAAAREREREREAAAAAAAAAAAAAAAAAAAAAAAAREREREREAABEREREREQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AADAAwAAwAMAAP//AAD//wAAwAMAAMADAAD//wAA//8AAMADAADAAwAA//8AAP//AAD//wAA" rel="icon" type="image/x-icon" /> |
| 44 | +<script src="//code.jquery.com/jquery-2.1.1.min.js"></script> |
| 45 | +<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.1/js/jquery.tablesorter.min.js"></script> |
| 46 | +<script> |
| 47 | + $(document).ready(function(){ $("table").tablesorter({dateFormat:"yyyymmdd"}); }); |
| 48 | +</script> |
| 49 | +</head> |
| 50 | +<body> |
| 51 | +<section> |
| 52 | +<h2>Extended Log</h2> |
| 53 | +<table xx> |
| 54 | + <thead> |
| 55 | + <tr> |
| 56 | + <th>Date/Time</th> |
| 57 | + <th>Programm</th> |
| 58 | + <th>Message</th> |
| 59 | + <th>Status</th> |
| 60 | + </tr> |
| 61 | + </thead> |
| 62 | + <tbody> |
| 63 | +<!-- </tbody></table></section></body></html> --> |
0 commit comments