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