ramangrover29 | a04696c | 2013-07-31 21:50:38 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 2 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 3 | ! or more contributor license agreements. See the NOTICE file |
| 4 | ! distributed with this work for additional information |
| 5 | ! regarding copyright ownership. The ASF licenses this file |
| 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
| 8 | ! with the License. You may obtain a copy of the License at |
| 9 | ! |
| 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ! |
| 12 | ! Unless required by applicable law or agreed to in writing, |
| 13 | ! software distributed under the License is distributed on an |
| 14 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | ! KIND, either express or implied. See the License for the |
| 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
ramangrover29 | a04696c | 2013-07-31 21:50:38 -0700 | [diff] [blame] | 18 | !--> |
| 19 | <!DOCTYPE html> |
| 20 | <html lang="en"> |
| 21 | <head> |
| 22 | <meta name="description" content="ASTERIX WEB PAGE" /> |
| 23 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 24 | <link href='http://fonts.googleapis.com/css?family=Bitter|PT+Sans+Caption|Open+Sans' rel='stylesheet' type='text/css'> |
| 25 | <script src="/webui/static/js/jquery.min.js"></script> |
| 26 | |
| 27 | <link href="/webui/static/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> |
| 28 | <link href="/webui/static/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" /> |
| 29 | |
| 30 | <script src="/webui/static/js/bootstrap.min.js"></script> |
| 31 | |
| 32 | <link href="/webui/static/css/style.css" rel="stylesheet" type="text/css" /> |
| 33 | |
| 34 | |
| 35 | <meta charset=utf-8 /> |
| 36 | <title>AsterixDB Web Interface</title> |
| 37 | </head> |
| 38 | |
| 39 | <body> |
| 40 | <div class="navbar navbar-fixed-top"> |
| 41 | <div class="navbar-inner"> |
| 42 | <div class="container"> |
| 43 | <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
| 44 | <span class="icon-bar"></span> |
| 45 | <span class="icon-bar"></span> |
| 46 | <span class="icon-bar"></span> |
| 47 | </a> |
| 48 | |
| 49 | <!-- Temporary logo placeholder --> |
| 50 | <a class="brand" href="#"><img src="/webui/static/img/finalasterixlogo.png"></a> |
| 51 | |
| 52 | <div class="nav-collapse collapse"> |
| 53 | <ul class="nav"> |
| 54 | <li><a href="http://code.google.com/p/asterixdb/" target="_blank"> |
| 55 | Open source<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li> |
| 56 | <li><a href="http://code.google.com/p/asterixdb/issues/list" target="_blank"> |
| 57 | File issues<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li> |
| 58 | <li><a href="https://groups.google.com/forum/?fromgroups#!forum/asterixdb-users" target="_blank"> |
| 59 | Contact<img class="extarget" src="/webui/static/img/targetlink.png"/></a></li> |
| 60 | </ul> |
| 61 | </div><!--/.nav-collapse --> |
| 62 | </div> |
| 63 | </div> |
| 64 | </div> |
| 65 | |
| 66 | <div class="content"> |
| 67 | <div class="container"> |
| 68 | <div class="row-fluid"> |
| 69 | <div class="span12"> |
| 70 | %s |
| 71 | </div> |
ramangrover29 | a04696c | 2013-07-31 21:50:38 -0700 | [diff] [blame] | 72 | </div> |
| 73 | </div> |
ramangrover29 | 20afdc3 | 2013-08-07 17:18:53 -0700 | [diff] [blame] | 74 | </div> |
ramangrover29 | a04696c | 2013-07-31 21:50:38 -0700 | [diff] [blame] | 75 | <div class="footer"> |
| 76 | <section class="line"><hr></section> |
| 77 | <section class="content"> |
| 78 | <section class="left"> |
| 79 | </section> |
| 80 | <section class="right"> |
ramangrover29 | a04696c | 2013-07-31 21:50:38 -0700 | [diff] [blame] | 81 | </section> |
| 82 | </section> |
| 83 | </div> |
| 84 | </body> |
| 85 | </html> |