You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cmda.apache.org by xi...@apache.org on 2015/09/05 02:20:28 UTC

[24/50] [abbrv] incubator-cmda git commit: modify pages

modify pages


Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/d61616a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/d61616a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/d61616a8

Branch: refs/heads/master
Commit: d61616a8340c0087f4f493f411fac1cd328c5dbf
Parents: f22b3e3
Author: cat1021 <lo...@gmail.com>
Authored: Thu Sep 3 17:04:07 2015 -0700
Committer: cat1021 <lo...@gmail.com>
Committed: Thu Sep 3 17:04:07 2015 -0700

----------------------------------------------------------------------
 .../climate/DifferencePlotTwoTimeAveragedVariables.scala.html  | 6 +++---
 app/views/climate/conditionalSampling.scala.html               | 6 +++---
 app/views/climate/conditionalSampling2Var.scala.html           | 6 +++---
 app/views/climate/correlationMap.scala.html                    | 6 +++---
 app/views/climate/regridAndDownload.scala.html                 | 6 +++---
 app/views/climate/scatterAndHistogramTwoVariable.scala.html    | 6 +++---
 .../climate/threeDVariableAerageVerticalProfile.scala.html     | 6 +++---
 7 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/DifferencePlotTwoTimeAveragedVariables.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/DifferencePlotTwoTimeAveragedVariables.scala.html b/app/views/climate/DifferencePlotTwoTimeAveragedVariables.scala.html
index 0a64039..07a327d 100644
--- a/app/views/climate/DifferencePlotTwoTimeAveragedVariables.scala.html
+++ b/app/views/climate/DifferencePlotTwoTimeAveragedVariables.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 	<script type="
 	text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript"
@@ -934,7 +934,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/diffPlot2V?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -982,7 +982,7 @@
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/two_time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("2");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/conditionalSampling.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/conditionalSampling.scala.html b/app/views/climate/conditionalSampling.scala.html
index 5ed7ce7..816316e 100644
--- a/app/views/climate/conditionalSampling.scala.html
+++ b/app/views/climate/conditionalSampling.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src= "https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 	<script type="
 	text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript"
@@ -1113,7 +1113,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/conditionalSampling?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -1278,7 +1278,7 @@
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/two_time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("1");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/conditionalSampling2Var.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/conditionalSampling2Var.scala.html b/app/views/climate/conditionalSampling2Var.scala.html
index 9addb1d..eec101f 100644
--- a/app/views/climate/conditionalSampling2Var.scala.html
+++ b/app/views/climate/conditionalSampling2Var.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 	<script type="
 	text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript"
@@ -609,7 +609,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/conditionalSampling2Var?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -771,7 +771,7 @@
         arglist = arglist.concat("&displayOpt=");
         arglist = arglist.concat(dispOptString);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/two_time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("1");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/correlationMap.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/correlationMap.scala.html b/app/views/climate/correlationMap.scala.html
index ec00da9..9e491b0 100644
--- a/app/views/climate/correlationMap.scala.html
+++ b/app/views/climate/correlationMap.scala.html
@@ -7,7 +7,7 @@
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
 <script type="text/javascript"
-	src='https:
+	src='https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js'></script>
 	<script type="text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/xmisc.js")'></script>
@@ -330,7 +330,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/correlationMap?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -383,7 +383,7 @@
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/two_time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("2");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/regridAndDownload.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/regridAndDownload.scala.html b/app/views/climate/regridAndDownload.scala.html
index 32ab4d8..eedbf15 100644
--- a/app/views/climate/regridAndDownload.scala.html
+++ b/app/views/climate/regridAndDownload.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 <script type="
 	text/javascript"
 	src='@routes.Assets.at("javascripts/json2.js")'></script>
@@ -205,7 +205,7 @@ function disable_download_button()
         disable_download_button();
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/regridAndDownload?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -248,7 +248,7 @@ function disable_download_button()
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/time_bounds?"; 
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("1");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/scatterAndHistogramTwoVariable.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/scatterAndHistogramTwoVariable.scala.html b/app/views/climate/scatterAndHistogramTwoVariable.scala.html
index 5baf9b5..c10dcf0 100644
--- a/app/views/climate/scatterAndHistogramTwoVariable.scala.html
+++ b/app/views/climate/scatterAndHistogramTwoVariable.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 	<script type="
 	text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript" src="@routes.Assets.at("javascripts/xmisc.js")"></script>
@@ -944,7 +944,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/scatterPlot2V?";
         var d1 = $("#data1").val();
         var model1 = d1.replace("/", "_");
         model1 = model1.toLowerCase();
@@ -995,7 +995,7 @@
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/two_time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("2");

http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/d61616a8/app/views/climate/threeDVariableAerageVerticalProfile.scala.html
----------------------------------------------------------------------
diff --git a/app/views/climate/threeDVariableAerageVerticalProfile.scala.html b/app/views/climate/threeDVariableAerageVerticalProfile.scala.html
index 47780e1..2787829 100644
--- a/app/views/climate/threeDVariableAerageVerticalProfile.scala.html
+++ b/app/views/climate/threeDVariableAerageVerticalProfile.scala.html
@@ -6,7 +6,7 @@
 <script src='@routes.Assets.at("javascripts/livefilter.js")'></script>
 <script type="text/javascript"
 	src='@routes.Assets.at("javascripts/jquery-1.9.0.min.js")'></script>
-<script type="text/javascript" src="https:
+<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
 	<script type="
 	text/javascript" src='@routes.Assets.at("javascripts/json2.js")'></script>
 <script type="text/javascript" src="@routes.Assets.at("javascripts/xmisc.js")"></script>
@@ -368,7 +368,7 @@
         $("#Response").html("Calculating ...");
         $("#data_url").html("Calculating ...");
         $("#Image").html("");
-        var url = "http:
+        var url = "http://" + window.location.hostname + ":9002/svc/threeDimVerticalProfile?";
         var d1 = $("#data").val();
         var model1 = d1.replace("/", "_");
         var arglist = "";
@@ -458,7 +458,7 @@
         arglist = arglist.concat("&purpose=");
         arglist = arglist.concat(purpose);
         url = url + encodeURI(arglist);
-        var urlTimeBounds = "http:
+        var urlTimeBounds = "http://" + window.location.hostname + ":9002/svc/time_bounds?";
         var arglistTB = "";
         arglistTB = arglistTB.concat("serviceType=");
         arglistTB = arglistTB.concat("1");