|
| 1 | +<!doctype html> |
| 2 | +<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> |
| 3 | +<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> |
| 4 | +<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> |
| 5 | +<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
| 6 | +<head> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 9 | +
|
| 10 | + <title></title> |
| 11 | + <meta name="description" content=""> |
| 12 | + <meta name="author" content=""> |
| 13 | +
|
| 14 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 15 | +
|
| 16 | + <!-- CSS concatenated and minified via ant build script--> |
| 17 | + <link rel="stylesheet" href="css/bootstrap.min.css"> |
| 18 | + <link rel="stylesheet" href="css/style.css"> |
| 19 | + <!-- end CSS--> |
| 20 | +</head> |
| 21 | +
|
| 22 | +<body> |
| 23 | + <div id="container"> |
| 24 | + <header class="row-fluid"> |
| 25 | + <h1 class="span12">Client Side Logs</h1> |
| 26 | + </header> |
| 27 | + <div id="main-container" class="row-fluid"> |
| 28 | + <aside class="span2"> |
| 29 | + <ul class="nav nav-list"> |
| 30 | + <li class="nav-header">Type:</li> |
| 31 | + <li class="active"><a href="#">Error</a></li> |
| 32 | + <li><a href="#">Info</a></li> |
| 33 | + <li><a href="#">Log</a></li> |
| 34 | + </ul> |
| 35 | + </aside> |
| 36 | + <div class="span10"> |
| 37 | + <h3>Overview</h3> |
| 38 | + <table class="table table-bordered table-striped"> |
| 39 | + <thead> |
| 40 | + <tr> |
| 41 | + <th># of Incidents</th> |
| 42 | + <th>Details</th> |
| 43 | + </tr> |
| 44 | + </thead> |
| 45 | + <tbody> |
| 46 | + <tr> |
| 47 | + <td>29</td> |
| 48 | + <td> |
| 49 | + <pre>var_dump of the json object to go in here?</pre> |
| 50 | + </td> |
| 51 | + </tr> |
| 52 | + </tbody> |
| 53 | + </table> |
| 54 | +
|
| 55 | + <h3>All entries</h3> |
| 56 | + <table class="table table-bordered table-striped"> |
| 57 | + <thead> |
| 58 | + <th class="span2">Time</th> |
| 59 | + <th>Message</th> |
| 60 | + </thead> |
| 61 | + <tbody> |
| 62 | + <tr> |
| 63 | + <td>0000-00-00 00:00:00</td> |
| 64 | + <td>String value of item</td> |
| 65 | + </tr> |
| 66 | + <tr> |
| 67 | + <td>0000-00-00 00:00:00</td> |
| 68 | + <td>String value of item</td> |
| 69 | + </tr> |
| 70 | + <tr> |
| 71 | + <td>0000-00-00 00:00:00</td> |
| 72 | + <td>String value of item</td> |
| 73 | + </tr> |
| 74 | + <tr> |
| 75 | + <td>0000-00-00 00:00:00</td> |
| 76 | + <td>String value of item</td> |
| 77 | + </tr> |
| 78 | + <tr> |
| 79 | + <td>0000-00-00 00:00:00</td> |
| 80 | + <td>String value of item</td> |
| 81 | + </tr> |
| 82 | + <tr> |
| 83 | + <td>0000-00-00 00:00:00</td> |
| 84 | + <td>String value of item</td> |
| 85 | + </tr> |
| 86 | + <tr> |
| 87 | + <td>0000-00-00 00:00:00</td> |
| 88 | + <td>String value of item</td> |
| 89 | + </tr> |
| 90 | + </tbody> |
| 91 | + </table> |
| 92 | + <div class="pagination"> |
| 93 | + <ul> |
| 94 | + <li><a href="#">Prev</a></li> |
| 95 | + <li class="active"><a href="#">1</a></li> |
| 96 | + <li><a href="#">2</a></li> |
| 97 | + <li><a href="#">3</a></li> |
| 98 | + <li><a href="#">4</a></li> |
| 99 | + <li><a href="#">Next</a></li> |
| 100 | + </ul> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </div> <!--! end of #container --> |
| 105 | +
|
| 106 | +
|
| 107 | + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> |
| 108 | + <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script> |
| 109 | +
|
| 110 | +
|
| 111 | + <!-- scripts concatenated and minified via ant build script--> |
| 112 | + <script defer src="../jQuery.clientSideLogging.js"></script> |
| 113 | + <script defer src="js/scripts.js"></script> |
| 114 | + <!-- end scripts--> |
| 115 | +
|
| 116 | +
|
| 117 | + <script> // Change UA-XXXXX-X to be your site's ID |
| 118 | + // window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']]; |
| 119 | + // Modernizr.load({ |
| 120 | + // load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js' |
| 121 | + // }); |
| 122 | + </script> |
| 123 | +
|
| 124 | + <!--[if lt IE 7 ]> |
| 125 | + <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script> |
| 126 | + <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script> |
| 127 | + <![endif]--> |
| 128 | +</body> |
| 129 | +</html> |
0 commit comments