Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <!-- |
Jian Li | 1f54473 | 2015-12-30 23:36:37 -0800 | [diff] [blame] | 3 | ~ Copyright 2014-2016 Open Networking Laboratory |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <html> |
| 18 | <head> |
| 19 | <meta charset="utf-8"> |
| 20 | <link rel="shortcut icon" href="data/img/onos-logo.png"> |
Thomas Vachuska | 83785e2 | 2015-04-01 02:55:02 -0700 | [diff] [blame] | 21 | |
| 22 | <link rel="apple-touch-icon" href="data/img/apple-touch-icon.png"> |
| 23 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 24 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 25 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 26 | |
Simon Hunt | 7442d21 | 2015-02-26 10:55:00 -0800 | [diff] [blame] | 27 | <title>ONOS</title> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 28 | |
| 29 | <!-- Third party library code included here --> |
| 30 | <!--TODO: use minified versions, once debugging is complete --> |
| 31 | <script src="tp/angular.js"></script> |
| 32 | <script src="tp/angular-route.js"></script> |
Simon Hunt | 36a58c6 | 2015-04-08 11:00:07 -0700 | [diff] [blame] | 33 | <script src="tp/angular-cookies.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 34 | |
| 35 | <script src="tp/d3.js"></script> |
| 36 | <script src="tp/topojson.v1.min.js"></script> |
| 37 | |
| 38 | <!-- ONOS UI Framework included here --> |
| 39 | <!-- TODO: use a single catenated-minified file here --> |
| 40 | <script src="onos.js"></script> |
| 41 | <script src="app/directives.js"></script> |
| 42 | |
| 43 | <script src="app/fw/util/util.js"></script> |
Simon Hunt | f0eb217 | 2016-01-26 18:54:21 -0800 | [diff] [blame] | 44 | <script src="app/fw/util/ee.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 45 | <script src="app/fw/util/fn.js"></script> |
| 46 | <script src="app/fw/util/random.js"></script> |
| 47 | <script src="app/fw/util/theme.js"></script> |
| 48 | <script src="app/fw/util/keys.js"></script> |
Simon Hunt | c7ae795 | 2015-04-08 18:59:27 -0700 | [diff] [blame] | 49 | <script src="app/fw/util/prefs.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 50 | |
| 51 | <script src="app/fw/mast/mast.js"></script> |
| 52 | <script src="app/fw/nav/nav.js"></script> |
| 53 | |
| 54 | <script src="app/fw/svg/svg.js"></script> |
| 55 | <script src="app/fw/svg/glyph.js"></script> |
| 56 | <script src="app/fw/svg/icon.js"></script> |
| 57 | <script src="app/fw/svg/geodata.js"></script> |
| 58 | <script src="app/fw/svg/map.js"></script> |
| 59 | <script src="app/fw/svg/zoom.js"></script> |
| 60 | <script src="app/fw/svg/svgUtil.js"></script> |
| 61 | |
| 62 | <script src="app/fw/remote/remote.js"></script> |
| 63 | <script src="app/fw/remote/urlfn.js"></script> |
| 64 | <script src="app/fw/remote/rest.js"></script> |
Simon Hunt | 20207df | 2015-03-10 18:30:14 -0700 | [diff] [blame] | 65 | <script src="app/fw/remote/wsock.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 66 | <script src="app/fw/remote/websocket.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 67 | |
| 68 | <script src="app/fw/widget/widget.js"></script> |
| 69 | <script src="app/fw/widget/table.js"></script> |
| 70 | <script src="app/fw/widget/toolbar.js"></script> |
Bri Prebilic Cole | 54d0938 | 2015-03-19 18:40:27 -0700 | [diff] [blame] | 71 | <script src="app/fw/widget/tooltip.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 72 | <script src="app/fw/widget/button.js"></script> |
Bri Prebilic Cole | 864cdd6 | 2015-04-02 15:46:47 -0700 | [diff] [blame] | 73 | <script src="app/fw/widget/tableBuilder.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 74 | |
| 75 | <script src="app/fw/layer/layer.js"></script> |
| 76 | <script src="app/fw/layer/panel.js"></script> |
Simon Hunt | 8d28a55 | 2016-01-11 14:01:02 -0800 | [diff] [blame] | 77 | <script src="app/fw/layer/dialog.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 78 | <script src="app/fw/layer/flash.js"></script> |
| 79 | <script src="app/fw/layer/quickhelp.js"></script> |
| 80 | <script src="app/fw/layer/veil.js"></script> |
Simon Hunt | ab34ecb | 2015-12-11 13:14:48 -0800 | [diff] [blame] | 81 | <script src="app/fw/layer/loading.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 82 | |
| 83 | <!-- Framework and library stylesheets included here --> |
| 84 | <!-- TODO: use a single catenated-minified file here --> |
| 85 | <link rel="stylesheet" href="app/onos.css"> |
| 86 | <link rel="stylesheet" href="app/common.css"> |
| 87 | <link rel="stylesheet" href="app/fw/mast/mast.css"> |
| 88 | <link rel="stylesheet" href="app/fw/svg/glyph.css"> |
| 89 | <link rel="stylesheet" href="app/fw/svg/icon.css"> |
| 90 | <link rel="stylesheet" href="app/fw/layer/panel.css"> |
Simon Hunt | 8d28a55 | 2016-01-11 14:01:02 -0800 | [diff] [blame] | 91 | <link rel="stylesheet" href="app/fw/layer/dialog.css"> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 92 | <link rel="stylesheet" href="app/fw/layer/flash.css"> |
| 93 | <link rel="stylesheet" href="app/fw/layer/quickhelp.css"> |
| 94 | <link rel="stylesheet" href="app/fw/layer/veil.css"> |
Simon Hunt | ab34ecb | 2015-12-11 13:14:48 -0800 | [diff] [blame] | 95 | <link rel="stylesheet" href="app/fw/layer/loading.css"> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 96 | <link rel="stylesheet" href="app/fw/nav/nav.css"> |
Bri Prebilic Cole | 5000a75 | 2015-02-23 17:20:53 -0800 | [diff] [blame] | 97 | <link rel="stylesheet" href="app/fw/widget/button.css"> |
| 98 | <link rel="stylesheet" href="app/fw/widget/toolbar.css"> |
Bri Prebilic Cole | 54d0938 | 2015-03-19 18:40:27 -0700 | [diff] [blame] | 99 | <link rel="stylesheet" href="app/fw/widget/tooltip.css"> |
Bri Prebilic Cole | 264c5ec | 2015-04-07 10:22:26 -0700 | [diff] [blame] | 100 | <link rel="stylesheet" href="app/fw/widget/table.css"> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 101 | |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 102 | <!-- Builtin views javascript. --> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 103 | <script src="app/view/topo/topo.js"></script> |
Simon Hunt | a4242de | 2015-02-24 17:11:55 -0800 | [diff] [blame] | 104 | <script src="app/view/topo/topoD3.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 105 | <script src="app/view/topo/topoEvent.js"></script> |
Simon Hunt | 8d55808 | 2015-10-29 21:32:50 -0700 | [diff] [blame] | 106 | <script src="app/view/topo/topoDialog.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 107 | <script src="app/view/topo/topoFilter.js"></script> |
| 108 | <script src="app/view/topo/topoForce.js"></script> |
| 109 | <script src="app/view/topo/topoInst.js"></script> |
Simon Hunt | fb8ea1f | 2015-02-24 21:38:09 -0800 | [diff] [blame] | 110 | <script src="app/view/topo/topoLink.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 111 | <script src="app/view/topo/topoModel.js"></script> |
| 112 | <script src="app/view/topo/topoOblique.js"></script> |
Simon Hunt | 72e44bf | 2015-07-21 21:34:20 -0700 | [diff] [blame] | 113 | <script src="app/view/topo/topoOverlay.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 114 | <script src="app/view/topo/topoPanel.js"></script> |
| 115 | <script src="app/view/topo/topoSelect.js"></script> |
Simon Hunt | 2052e5d | 2015-04-13 17:40:44 -0700 | [diff] [blame] | 116 | <script src="app/view/topo/topoSprite.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 117 | <script src="app/view/topo/topoTraffic.js"></script> |
Simon Hunt | 72e44bf | 2015-07-21 21:34:20 -0700 | [diff] [blame] | 118 | <script src="app/view/topo/topoTrafficNew.js"></script> |
Bri Prebilic Cole | 4db8dce | 2015-03-18 13:57:24 -0700 | [diff] [blame] | 119 | <script src="app/view/topo/topoToolbar.js"></script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 120 | <script src="app/view/device/device.js"></script> |
Simon Hunt | 1002cd8 | 2015-04-23 14:44:03 -0700 | [diff] [blame] | 121 | <script src="app/view/flow/flow.js"></script> |
Bri Prebilic Cole | ac829e4 | 2015-05-05 13:42:06 -0700 | [diff] [blame] | 122 | <script src="app/view/port/port.js"></script> |
Bri Prebilic Cole | ff3dc67 | 2015-05-06 12:59:38 -0700 | [diff] [blame] | 123 | <script src="app/view/group/group.js"></script> |
Jian Li | 1f54473 | 2015-12-30 23:36:37 -0800 | [diff] [blame] | 124 | <script src="app/view/meter/meter.js"></script> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 125 | <script src="app/view/link/link.js"></script> |
Thomas Vachuska | e586b79 | 2015-03-26 13:59:38 -0700 | [diff] [blame] | 126 | <script src="app/view/host/host.js"></script> |
Bri Prebilic Cole | 96f2647 | 2015-03-31 13:07:05 -0700 | [diff] [blame] | 127 | <script src="app/view/intent/intent.js"></script> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 128 | <script src="app/view/app/app.js"></script> |
Thomas Vachuska | aa8b0eb | 2015-05-22 09:54:15 -0700 | [diff] [blame] | 129 | <script src="app/view/settings/settings.js"></script> |
| 130 | <script src="app/view/cluster/cluster.js"></script> |
Thomas Vachuska | 3ece373 | 2015-09-22 23:58:50 -0700 | [diff] [blame] | 131 | <script src="app/view/processor/processor.js"></script> |
chengfan | b466a7e | 2015-08-21 09:59:29 -0500 | [diff] [blame] | 132 | <script src="app/view/tunnel/tunnel.js"></script> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 133 | |
Simon Hunt | 4092733 | 2016-01-22 15:29:47 -0800 | [diff] [blame] | 134 | <!-- Contributed javascript injected here --> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 135 | <!-- {INJECTED-JAVASCRIPT-START} --> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 136 | <!-- {INJECTED-JAVASCRIPT-END} --> |
| 137 | |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 138 | <!-- Builtin views stylesheets. --> |
| 139 | <link rel="stylesheet" href="app/view/topo/topo.css"> |
| 140 | <link rel="stylesheet" href="app/view/device/device.css"> |
Simon Hunt | 1002cd8 | 2015-04-23 14:44:03 -0700 | [diff] [blame] | 141 | <link rel="stylesheet" href="app/view/flow/flow.css"> |
Bri Prebilic Cole | ac829e4 | 2015-05-05 13:42:06 -0700 | [diff] [blame] | 142 | <link rel="stylesheet" href="app/view/port/port.css"> |
Bri Prebilic Cole | ff3dc67 | 2015-05-06 12:59:38 -0700 | [diff] [blame] | 143 | <link rel="stylesheet" href="app/view/group/group.css"> |
Jian Li | 1f54473 | 2015-12-30 23:36:37 -0800 | [diff] [blame] | 144 | <link rel="stylesheet" href="app/view/meter/meter.css"> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 145 | <link rel="stylesheet" href="app/view/link/link.css"> |
| 146 | <link rel="stylesheet" href="app/view/host/host.css"> |
| 147 | <link rel="stylesheet" href="app/view/intent/intent.css"> |
| 148 | <link rel="stylesheet" href="app/view/app/app.css"> |
Thomas Vachuska | aa8b0eb | 2015-05-22 09:54:15 -0700 | [diff] [blame] | 149 | <link rel="stylesheet" href="app/view/settings/settings.css"> |
Thomas Vachuska | 583bc63 | 2015-04-14 10:10:57 -0700 | [diff] [blame] | 150 | <link rel="stylesheet" href="app/view/cluster/cluster.css"> |
Thomas Vachuska | 3ece373 | 2015-09-22 23:58:50 -0700 | [diff] [blame] | 151 | <link rel="stylesheet" href="app/view/processor/processor.css"> |
chengfan | b466a7e | 2015-08-21 09:59:29 -0500 | [diff] [blame] | 152 | <link rel="stylesheet" href="app/view/tunnel/tunnel.css"> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 153 | |
Simon Hunt | 4092733 | 2016-01-22 15:29:47 -0800 | [diff] [blame] | 154 | <!-- Contributed stylesheets injected here --> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 155 | <!-- {INJECTED-STYLESHEETS-START} --> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 156 | <!-- {INJECTED-STYLESHEETS-END} --> |
| 157 | |
| 158 | </head> |
| 159 | <body class="light" ng-app="onosApp"> |
Bri Prebilic Cole | 55ee09b | 2015-08-04 14:34:07 -0700 | [diff] [blame] | 160 | <div id="frame" ng-controller="OnosCtrl as onosCtrl" detect-browser> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 161 | <div id="mast" |
| 162 | ng-controller="MastCtrl as mastCtrl" |
| 163 | ng-include="'app/fw/mast/mast.html'"></div> |
| 164 | |
| 165 | <div id="view" ng-view></div> |
| 166 | |
| 167 | <div id="nav" |
| 168 | ng-controller="NavCtrl as navCtrl" |
| 169 | ng-include="'nav.html'"></div> |
| 170 | |
| 171 | <div id="floatpanels"></div> |
| 172 | <div id="alerts"></div> |
Bri Prebilic Cole | 54d0938 | 2015-03-19 18:40:27 -0700 | [diff] [blame] | 173 | <div id="tooltip"></div> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 174 | <div id="flash"></div> |
| 175 | <div id="quickhelp"></div> |
Bri Prebilic Cole | 068814d | 2015-05-14 16:06:38 -0700 | [diff] [blame] | 176 | <div id="veil"> |
| 177 | <div class="msg"></div> |
| 178 | <svg resize></svg> |
| 179 | </div> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 180 | </div> |
Thomas Vachuska | 83785e2 | 2015-04-01 02:55:02 -0700 | [diff] [blame] | 181 | |
| 182 | <script> |
| 183 | <!-- Inject user agent info into html element to allow CSS sensitivity. --> |
Simon Hunt | 20cfb87 | 2015-04-01 10:23:36 -0700 | [diff] [blame] | 184 | (function () { |
| 185 | var t = !!('ontouchstart' in window) || !!('onmsgesturechange' in window); |
| 186 | d3.select(document.documentElement) |
| 187 | .attr('data-useragent', navigator.userAgent) |
| 188 | .attr('data-platform', navigator.platform) |
| 189 | .classed('touch', t); |
| 190 | }()); |
Thomas Vachuska | 83785e2 | 2015-04-01 02:55:02 -0700 | [diff] [blame] | 191 | </script> |
Thomas Vachuska | e95da77 | 2015-02-23 15:50:11 -0800 | [diff] [blame] | 192 | </body> |
| 193 | </html> |