| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 | 2 |
| 3 <html id="t"> | 3 <html id="t"> |
| 4 <head> | 4 <head> |
| 5 <title>About Stats</title> | 5 <title>About Stats</title> |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 border-top: 10px solid #3B85E3; | 8 border-top: 10px solid #3B85E3; |
| 9 color: #333; | 9 color: #333; |
| 10 font-family: Verdana, Helvetica, Arial, sans-serif; | 10 font-family: Verdana, Helvetica, Arial, sans-serif; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 color: #333; | 62 color: #333; |
| 63 font-weight: bold; | 63 font-weight: bold; |
| 64 } | 64 } |
| 65 .details .zebra { | 65 .details .zebra { |
| 66 background: #EEE; | 66 background: #EEE; |
| 67 } | 67 } |
| 68 .lower { | 68 .lower { |
| 69 text-transform: lowercase; | 69 text-transform: lowercase; |
| 70 } | 70 } |
| 71 </style> | 71 </style> |
| 72 <script src="chrome://resources/js/util.js"></script> |
| 72 <script src="chrome://stats/stats.js"></script> | 73 <script src="chrome://stats/stats.js"></script> |
| 73 <script src="chrome://stats/strings.js"></script> | 74 <script src="chrome://stats/strings.js"></script> |
| 74 </head> | 75 </head> |
| 75 <body> | 76 <body> |
| 76 <div style="float: right"> | 77 <div style="float: right"> |
| 77 <br>Filter: <input id="filter" type="text" value="" onkeyup="doFilter()"> | 78 <br>Filter: <input id="filter" type="text" value=""> |
| 78 </div> | 79 </div> |
| 79 <h1 class="lower">About Stats</h1> | 80 <h1 class="lower">About Stats</h1> |
| 80 <h2>Shhh! This page is secret!</h2><br/> | 81 <h2>Shhh! This page is secret!</h2><br/> |
| 81 <table class="details" cellspacing="0" cellpadding="0" border="0"> | 82 <table class="details" cellspacing="0" cellpadding="0" border="0"> |
| 82 <tbody> | 83 <tbody> |
| 83 <tr> | 84 <tr> |
| 84 <td class="outer"> | 85 <td class="outer"> |
| 85 <table cellspacing="0" cellpadding="0" border="0"> | 86 <table cellspacing="0" cellpadding="0" border="0"> |
| 86 <tbody> | 87 <tbody> |
| 87 <tr> | 88 <tr> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 </tr> | 125 </tr> |
| 125 </tbody> | 126 </tbody> |
| 126 </table> | 127 </table> |
| 127 </td> | 128 </td> |
| 128 </tr> | 129 </tr> |
| 129 </tbody> | 130 </tbody> |
| 130 </table><br/> | 131 </table><br/> |
| 131 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 132 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 132 </body> | 133 </body> |
| 133 </html> | 134 </html> |
| OLD | NEW |