blob: 69a7c66c774874fdbcc563063e08e52af69084dd [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<!doctype html>
<html lang="en" ng-app="ocw" ng-controller="ResultCtrl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OCW UI - Results</title>
<link rel="stylesheet" href="css/lib/bootstrap.min.css"/>
<link rel="stylesheet" href="css/lib/bootstrap-responsive.min.css"/>
<link rel="stylesheet" href="css/lib/font-awesome.min.css"/>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/ui-lightness/jquery-ui.min.css" type="text/css"/>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/app.css"/>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="row span12 text-center">
<h2>Apache Open Climate Workbench UI - Results</h2>
<hr />
</div>
<div class="row-fluid text-center">
<ul>
<li ng-repeat="figure in figures">
<img src="{{baseURL}}/static/evalResults{{figure}}" alt="" />
</li>
</ul>
</div>
</div>
</div>
<!--Libraries-->
<script src="js/lib/jquery/jquery-1.10.1.js"></script>
<script src="js/lib/jquery/jquery-ui/jquery-ui-1.10.3.min.js"></script>
<script src="js/lib/angular/angular.min.js"></script>
<script src="js/lib/angular-ui/angular-ui-0.4-tpls.js"></script>
<script src="js/lib/jquery/jquery-ui/datepicker-wrapper/date.js"></script>
<script src="js/lib/bootstrap/bootstrap.js"></script>
<!--General-->
<script src="js/app.js"></script>
<!--Controllers-->
<script src="js/controllers/ResultCtrl.js"></script>
</body>
</html>