| <html> |
| <head> |
| <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> |
| <meta content="utf-8" http-equiv="encoding"> |
| <script src="static/jquery-2.1.4.min.js"></script> |
| <link rel="stylesheet" type="text/css" href="static/craft.css"> |
| <link rel=icon href=static/favicon.ico> |
| <link rel=stylesheet href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en"> |
| <link rel=stylesheet href=static/default.css> |
| </head> |
| <body> |
| <header> |
| <section> |
| <h1><img src=static/logo.png alt="Google Fiber"></h1> |
| <nav> |
| <ul> |
| <li class=active><a href=/{{peer_arg_on_peer}}>Welcome</a></li> |
| <li ><a href=/status{{peer_arg_on_peer}}>Status</a></li> |
| <li ><a href=/config{{peer_arg_on_peer}}>Configuration</a></li> |
| <li ><a {{hidden_on_peer}} href="/{{peer_arg}}" target=_blank>Peer</a></li> |
| </ul> |
| </nav> |
| </section> |
| </header> |
| <br> |
| <div hidden> |
| <input id=hidden_on_https value="{{hidden_on_https}}"> |
| <input id=hidden_on_peer value="{{hidden_on_peer}}"> |
| <input id=shown_on_peer value="{{shown_on_peer}}"> |
| <input id=peer_arg value="{{peer_arg}}"> |
| <input id=peer_arg_on_peer value="{{peer_arg_on_peer}}"> |
| </div> |
| <div {{shown_on_peer}}><font color="red"><b>This is the Peer</b></font></div> |
| <div class="tabs"> |
| <div class="tab"> |
| <input type="radio" id="tab-1" name="tab-group-1" checked> |
| <label for="tab-1">Authorized Use Only</label> |
| <div class="content"> |
| <div {{hidden_on_https}}> |
| <b> |
| Warning: You are not connected securely. Consider https://... |
| <br> |
| <br> |
| </b> |
| </div> |
| <p> |
| WARNING: |
| <p> |
| Unauthorized access to this system is forbidden and will be |
| prosecuted by law. |
| </div> |
| </div> |
| </div> |
| </body> |
| </html> |
| <!-- end of welcome.thtml (used by unit test) --> |