add comment to all html
Project: http://git-wip-us.apache.org/repos/asf/incubator-cmda/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cmda/commit/07a31d14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cmda/tree/07a31d14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cmda/diff/07a31d14 Branch: refs/heads/master Commit: 07a31d141a87ba0ea65d7696cf0257472813b5fa Parents: 73a41cb Author: cat1021 <longma1...@gmail.com> Authored: Fri Sep 4 16:27:14 2015 -0700 Committer: cat1021 <longma1...@gmail.com> Committed: Fri Sep 4 16:27:14 2015 -0700 ---------------------------------------------------------------------- app/views/climate/aboutus.scala.html | 17 +++++++++++++++++ app/views/climate/addClimateServices.scala.html | 17 +++++++++++++++++ app/views/climate/bugReporting.scala.html | 16 ++++++++++++++++ app/views/climate/bugs.scala.html | 16 ++++++++++++++++ app/views/climate/climateServices.scala.html | 16 ++++++++++++++++ app/views/climate/conditionalSampling.scala.html | 17 +++++++++++++++++ .../climate/conditionalSampling2Var.scala.html | 17 +++++++++++++++++ app/views/climate/correlationMap.scala.html | 17 +++++++++++++++++ app/views/climate/dataRecommend.scala.html | 17 +++++++++++++++++ app/views/climate/dataSetList.scala.html | 17 +++++++++++++++++ app/views/climate/datasetTime.scala.html | 17 +++++++++++++++++ ...fferencePlotTwoTimeAveragedVariables.scala.html | 17 +++++++++++++++++ app/views/climate/header.scala.html | 16 ++++++++++++++++ app/views/climate/home.scala.html | 17 +++++++++++++++++ app/views/climate/main.scala.html | 17 +++++++++++++++++ app/views/climate/mostPopularServices.scala.html | 17 +++++++++++++++++ .../climate/mostRecentlyAddedServices.scala.html | 17 +++++++++++++++++ .../climate/mostRecentlyUsedServices.scala.html | 17 +++++++++++++++++ app/views/climate/oneService.scala.html | 17 +++++++++++++++++ app/views/climate/recommend.scala.html | 17 +++++++++++++++++ app/views/climate/regridAndDownload.scala.html | 17 +++++++++++++++++ .../scatterAndHistogramTwoVariable.scala.html | 17 +++++++++++++++++ app/views/climate/searchDataSet.scala.html | 17 +++++++++++++++++ .../climate/searchGenerateWorkflow.scala.html | 17 +++++++++++++++++ app/views/climate/searchLogResult.scala.html | 17 +++++++++++++++++ .../climate/searchLogResultWorkflow.scala.html | 17 +++++++++++++++++ app/views/climate/searchServiceLog.scala.html | 17 +++++++++++++++++ app/views/climate/serviceLog.scala.html | 17 +++++++++++++++++ .../threeDVariableAerageVerticalProfile.scala.html | 17 +++++++++++++++++ .../climate/threeDVariableTwoDSlice.scala.html | 17 +++++++++++++++++ .../climate/threeDVariableZonalMean.scala.html | 17 +++++++++++++++++ app/views/climate/tutorial.scala.html | 17 +++++++++++++++++ app/views/climate/twoDVariableMap.scala.html | 17 +++++++++++++++++ .../climate/twoDVariableTimeSeries.scala.html | 17 +++++++++++++++++ app/views/climate/twoDVariableZonelMean.scala.html | 17 +++++++++++++++++ 35 files changed, 591 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/aboutus.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/aboutus.scala.html b/app/views/climate/aboutus.scala.html index b45679a..e5221ab 100644 --- a/app/views/climate/aboutus.scala.html +++ b/app/views/climate/aboutus.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(message: String) @main("About Us") { http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/addClimateServices.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/addClimateServices.scala.html b/app/views/climate/addClimateServices.scala.html index 0bf0c45..9c7be00 100644 --- a/app/views/climate/addClimateServices.scala.html +++ b/app/views/climate/addClimateServices.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(climateServiceForm: play.data.Form[metadata.ClimateService]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/bugReporting.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/bugReporting.scala.html b/app/views/climate/bugReporting.scala.html index 312c172..363460c 100644 --- a/app/views/climate/bugReporting.scala.html +++ b/app/views/climate/bugReporting.scala.html @@ -1,3 +1,19 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ @(bugReportForm: play.data.Form[BugReport]) http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/bugs.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/bugs.scala.html b/app/views/climate/bugs.scala.html index 3c6d574..fd04769 100644 --- a/app/views/climate/bugs.scala.html +++ b/app/views/climate/bugs.scala.html @@ -1,3 +1,19 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ @(bugReports: LinkedList[BugReport]) http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/climateServices.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/climateServices.scala.html b/app/views/climate/climateServices.scala.html index 9c47938..8af110c 100644 --- a/app/views/climate/climateServices.scala.html +++ b/app/views/climate/climateServices.scala.html @@ -1,3 +1,19 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ @(climateServices: List[metadata.ClimateService], climateServiceForm: play.data.Form[metadata.ClimateService]) http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/conditionalSampling.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/conditionalSampling.scala.html b/app/views/climate/conditionalSampling.scala.html index 816316e..fe2ab7d 100644 --- a/app/views/climate/conditionalSampling.scala.html +++ b/app/views/climate/conditionalSampling.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ConditionalSampling) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/conditionalSampling2Var.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/conditionalSampling2Var.scala.html b/app/views/climate/conditionalSampling2Var.scala.html index eec101f..1a7607b 100644 --- a/app/views/climate/conditionalSampling2Var.scala.html +++ b/app/views/climate/conditionalSampling2Var.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ConditionalSampling2Var) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/correlationMap.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/correlationMap.scala.html b/app/views/climate/correlationMap.scala.html index 9e491b0..5b862da 100644 --- a/app/views/climate/correlationMap.scala.html +++ b/app/views/climate/correlationMap.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.CorrelationMap) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/dataRecommend.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/dataRecommend.scala.html b/app/views/climate/dataRecommend.scala.html index 4f4db50..83ddcd0 100644 --- a/app/views/climate/dataRecommend.scala.html +++ b/app/views/climate/dataRecommend.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(jsonData: String) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/dataSetList.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/dataSetList.scala.html b/app/views/climate/dataSetList.scala.html index a3a1f2e..821183c 100644 --- a/app/views/climate/dataSetList.scala.html +++ b/app/views/climate/dataSetList.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(dataSets: List[DataSet], dataSetForm: play.data.Form[DataSet]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/datasetTime.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/datasetTime.scala.html b/app/views/climate/datasetTime.scala.html index f714e75..cfa8375 100644 --- a/app/views/climate/datasetTime.scala.html +++ b/app/views/climate/datasetTime.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(message: String) @scripts = { http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/differencePlotTwoTimeAveragedVariables.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/differencePlotTwoTimeAveragedVariables.scala.html b/app/views/climate/differencePlotTwoTimeAveragedVariables.scala.html index fcfcdaf..5b26eb7 100644 --- a/app/views/climate/differencePlotTwoTimeAveragedVariables.scala.html +++ b/app/views/climate/differencePlotTwoTimeAveragedVariables.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.DiffPlotTwoTimeAveragedVar) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/header.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/header.scala.html b/app/views/climate/header.scala.html index 5b48ca5..d51a38d 100644 --- a/app/views/climate/header.scala.html +++ b/app/views/climate/header.scala.html @@ -1,3 +1,19 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ @() <div class="navbar navbar-default navbar-fixed-top" role="navigation"> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/home.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/home.scala.html b/app/views/climate/home.scala.html index b7059af..1803838 100644 --- a/app/views/climate/home.scala.html +++ b/app/views/climate/home.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(email: String, vfile: String, dataset: String) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/main.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/main.scala.html b/app/views/climate/main.scala.html index 0c5f5f5..121fc31 100644 --- a/app/views/climate/main.scala.html +++ b/app/views/climate/main.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(title: String, moreScripts: Html = Html(""))(content: Html) <!DOCTYPE html> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/mostPopularServices.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/mostPopularServices.scala.html b/app/views/climate/mostPopularServices.scala.html index 92441dd..675c307 100644 --- a/app/views/climate/mostPopularServices.scala.html +++ b/app/views/climate/mostPopularServices.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(climateServices: List[metadata.ClimateService], climateServiceForm: play.data.Form[metadata.ClimateService]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/mostRecentlyAddedServices.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/mostRecentlyAddedServices.scala.html b/app/views/climate/mostRecentlyAddedServices.scala.html index 6e2bd75..98d738a 100644 --- a/app/views/climate/mostRecentlyAddedServices.scala.html +++ b/app/views/climate/mostRecentlyAddedServices.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(climateServices: List[metadata.ClimateService], climateServiceForm: play.data.Form[metadata.ClimateService]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/mostRecentlyUsedServices.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/mostRecentlyUsedServices.scala.html b/app/views/climate/mostRecentlyUsedServices.scala.html index ed4df90..0b65381 100644 --- a/app/views/climate/mostRecentlyUsedServices.scala.html +++ b/app/views/climate/mostRecentlyUsedServices.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(climateServices: List[metadata.ClimateService], climateServiceForm: play.data.Form[metadata.ClimateService]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/oneService.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/oneService.scala.html b/app/views/climate/oneService.scala.html index 077c691..ecb9373 100644 --- a/app/views/climate/oneService.scala.html +++ b/app/views/climate/oneService.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(url: String) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/recommend.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/recommend.scala.html b/app/views/climate/recommend.scala.html index 55df4fa..d9ec392 100644 --- a/app/views/climate/recommend.scala.html +++ b/app/views/climate/recommend.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(jsonData: String) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/regridAndDownload.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/regridAndDownload.scala.html b/app/views/climate/regridAndDownload.scala.html index eedbf15..0da46d4 100644 --- a/app/views/climate/regridAndDownload.scala.html +++ b/app/views/climate/regridAndDownload.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.RegridAndDownload) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/scatterAndHistogramTwoVariable.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/scatterAndHistogramTwoVariable.scala.html b/app/views/climate/scatterAndHistogramTwoVariable.scala.html index c10dcf0..edb1fc1 100644 --- a/app/views/climate/scatterAndHistogramTwoVariable.scala.html +++ b/app/views/climate/scatterAndHistogramTwoVariable.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ScatterHistogramTwoVar) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/searchDataSet.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/searchDataSet.scala.html b/app/views/climate/searchDataSet.scala.html index 31b9265..8fb042d 100644 --- a/app/views/climate/searchDataSet.scala.html +++ b/app/views/climate/searchDataSet.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(dataSetForm: play.data.Form[DataSet]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/searchGenerateWorkflow.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/searchGenerateWorkflow.scala.html b/app/views/climate/searchGenerateWorkflow.scala.html index 75f9862..a11b1ff 100644 --- a/app/views/climate/searchGenerateWorkflow.scala.html +++ b/app/views/climate/searchGenerateWorkflow.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(serviceLogForm: play.data.Form[metadata.ServiceLog]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/searchLogResult.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/searchLogResult.scala.html b/app/views/climate/searchLogResult.scala.html index 3bdfed1..3e2a1a6 100644 --- a/app/views/climate/searchLogResult.scala.html +++ b/app/views/climate/searchLogResult.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(serviceLogs: List[metadata.ServiceLog]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/searchLogResultWorkflow.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/searchLogResultWorkflow.scala.html b/app/views/climate/searchLogResultWorkflow.scala.html index fb443ce..18ace8e 100644 --- a/app/views/climate/searchLogResultWorkflow.scala.html +++ b/app/views/climate/searchLogResultWorkflow.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(serviceLogs: List[metadata.ServiceLog], userId: String, start: String, end: String, jsonData: String) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/searchServiceLog.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/searchServiceLog.scala.html b/app/views/climate/searchServiceLog.scala.html index 62e02af..0e30c47 100644 --- a/app/views/climate/searchServiceLog.scala.html +++ b/app/views/climate/searchServiceLog.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(serviceLogForm: play.data.Form[metadata.ServiceLog]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/serviceLog.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/serviceLog.scala.html b/app/views/climate/serviceLog.scala.html index b9845c8..0b02416 100644 --- a/app/views/climate/serviceLog.scala.html +++ b/app/views/climate/serviceLog.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(serviceLogs: List[metadata.ServiceLog], serviceLogForm: play.data.Form[metadata.ServiceLog]) @import helper._ http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/threeDVariableAerageVerticalProfile.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/threeDVariableAerageVerticalProfile.scala.html b/app/views/climate/threeDVariableAerageVerticalProfile.scala.html index 2787829..74d3e5a 100644 --- a/app/views/climate/threeDVariableAerageVerticalProfile.scala.html +++ b/app/views/climate/threeDVariableAerageVerticalProfile.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ThreeDVarAvgVertical4Profile) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/threeDVariableTwoDSlice.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/threeDVariableTwoDSlice.scala.html b/app/views/climate/threeDVariableTwoDSlice.scala.html index 9fbcbc1..d950b73 100644 --- a/app/views/climate/threeDVariableTwoDSlice.scala.html +++ b/app/views/climate/threeDVariableTwoDSlice.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ThreeDVar2DSlice) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/threeDVariableZonalMean.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/threeDVariableZonalMean.scala.html b/app/views/climate/threeDVariableZonalMean.scala.html index c336e97..4ed6e83 100644 --- a/app/views/climate/threeDVariableZonalMean.scala.html +++ b/app/views/climate/threeDVariableZonalMean.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.ThreeDVarZonalMean) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/tutorial.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/tutorial.scala.html b/app/views/climate/tutorial.scala.html index ea692be..f515cac 100644 --- a/app/views/climate/tutorial.scala.html +++ b/app/views/climate/tutorial.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @main("Tutorial") { <ol class="breadcrumb"> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/twoDVariableMap.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/twoDVariableMap.scala.html b/app/views/climate/twoDVariableMap.scala.html index 9c6a5df..4721488 100644 --- a/app/views/climate/twoDVariableMap.scala.html +++ b/app/views/climate/twoDVariableMap.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.TwoDVarMap) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/twoDVariableTimeSeries.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/twoDVariableTimeSeries.scala.html b/app/views/climate/twoDVariableTimeSeries.scala.html index 2e2ee6d..bf44feb 100644 --- a/app/views/climate/twoDVariableTimeSeries.scala.html +++ b/app/views/climate/twoDVariableTimeSeries.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.TwoDVarTimeSeries) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'> http://git-wip-us.apache.org/repos/asf/incubator-cmda/blob/07a31d14/app/views/climate/twoDVariableZonelMean.scala.html ---------------------------------------------------------------------- diff --git a/app/views/climate/twoDVariableZonelMean.scala.html b/app/views/climate/twoDVariableZonelMean.scala.html index b689ea9..9c346d6 100644 --- a/app/views/climate/twoDVariableZonelMean.scala.html +++ b/app/views/climate/twoDVariableZonelMean.scala.html @@ -1,3 +1,20 @@ +@******************************************************************************* + * 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. * + *******************************************************************************@ + @(parameters: metadata.TwoDVarZonalMean) @import helper._ <link rel="stylesheet" href='@routes.Assets.at("stylesheets/livefitler.css")'>