Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame^] | 1 | |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>ChronoShare</title> |
| 6 | |
| 7 | <!-- Load styles --> |
| 8 | <link href="http://fonts.googleapis.com/css?family=Rambla:400,700|Istok+Web:400,700" rel="stylesheet" type="text/css"> |
| 9 | <link rel="stylesheet" type="text/css" href="style.css" /> |
| 10 | |
| 11 | <style type="text/css"> |
| 12 | #prefixcontent, #linkcontent, #status, #nosupport { display: none; } |
| 13 | |
| 14 | #nosupport h1 { |
| 15 | font-size: 300%; |
| 16 | } |
| 17 | |
| 18 | #nosupport { |
| 19 | text-align: center; |
| 20 | display: none; |
| 21 | } |
| 22 | |
| 23 | #continue { |
| 24 | cursor: pointer; |
| 25 | } |
| 26 | </style> |
| 27 | </head> |
| 28 | |
| 29 | <body> |
| 30 | <script type="text/javascript">document.write('<div id="all">');</script> |
| 31 | |
| 32 | <div id="contentwrapper"> |
| 33 | <div id="header"> |
| 34 | <div id="title"> |
| 35 | <h1>NDN ยท</span> <span id="grey">routing</span> <span id="green">status</span></h1> |
| 36 | </div> |
| 37 | <div id="navbar"> |
| 38 | <ul> |
| 39 | <li>Shared Folder</li> |
| 40 | <li>History</li> |
| 41 | </ul> |
| 42 | </div> |
| 43 | </div> |
| 44 | |
| 45 | <div id="wrap"> |
| 46 | <div class="titles2"><p>Advertised Prefixes:</p></div> |
| 47 | <table id="box-table-a" class="one"> |
| 48 | <thead> |
| 49 | <tr> |
| 50 | <th class="border_left" scope="col">Router</th> |
| 51 | <th scope="col">Timestamp</th> |
| 52 | <th scope="col">Prefix</th> |
| 53 | <th class="border_right" scope="col">Status</th> |
| 54 | </tr> |
| 55 | </thead> |
| 56 | |
| 57 | <tbody> |
| 58 | </tbody> |
| 59 | |
| 60 | <tfoot><tr><td colspan="4"></td></td></tfoot> |
| 61 | </table> |
| 62 | |
| 63 | </div> <!-- "wrap" --> |
| 64 | |
| 65 | </div> <!-- "contentwrapper" --> |
| 66 | |
| 67 | <div id="leftcolumn"></div> |
| 68 | <div id="rightcolumn"></div> |
| 69 | |
| 70 | <div id="prefixcontent"></div> |
| 71 | <div id="linkcontent"></div> |
| 72 | |
| 73 | <div id="base"> |
| 74 | <h3><span id="green">Generating</span><span id="grey"> & </span><span id="green">Retrieving</span><span id="grey"> Content</span></h3> |
| 75 | <img id="loader" src="load.gif" /> |
| 76 | <h3><span id="grey">Powered by</span><span id="green"> NDN.JS</span><span id="grey">.</span></h3> |
| 77 | </div> |
| 78 | |
| 79 | <div id="nosupport"> |
| 80 | <h1><span id="green">Oops!</span></h1> |
| 81 | <h3><span id="grey">It looks like you're using a browser that is not <span id="green">supported</span>.</span></h3> |
| 82 | </div> |
| 83 | |
| 84 | <script type="text/javascript">document.write('</div>');</script> |
| 85 | |
| 86 | <!-- Load scripts at the bottom for efficiency --> |
| 87 | <script type="text/javascript" src="jquery.min.js"></script> |
| 88 | <script type="text/javascript" src="ndn-js.js"></script> |
| 89 | <script src="content.js"></script> |
| 90 | <script src="detect.js"></script> |
| 91 | <script type="text/javascript" src="chronoshare.js"></script> |
| 92 | |
| 93 | </body> |
| 94 | |
Zhenkai Zhu | d942922 | 2013-02-25 22:34:09 -0800 | [diff] [blame] | 95 | </html> |
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame^] | 96 | |
| 97 | |