You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/11/20 23:24:50 UTC

svn commit: r882778 - in /incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google: map/ mappopup/ search/

Author: shanti
Date: Fri Nov 20 23:24:49 2009
New Revision: 882778

URL: http://svn.apache.org/viewvc?rev=882778&view=rev
Log:
Added AL headers

Modified:
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.css
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.htm
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.js
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/widget.json
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.css
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.htm
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.js
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/widget.json
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.css
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.htm
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.js
    incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/widget.json

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.css?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.css (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.css Fri Nov 20 23:24:49 2009
@@ -1,4 +1,21 @@
+/*
+ * 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.
+ */ 
 .gmap {
     height:100%;
     width:100%
-}
\ No newline at end of file
+}

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.htm
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.htm?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.htm (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.htm Fri Nov 20 23:24:49 2009
@@ -1 +1,18 @@
-<div id="${uuid}" class="gmap"></div>
\ No newline at end of file
+<!--
+ * 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 id="${uuid}" class="gmap"></div>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.js
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.js?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.js (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/component.js Fri Nov 20 23:24:49 2009
@@ -1,7 +1,20 @@
-/* Copyright 2007 You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at:
- http://developer.sun.com/berkeley_license.html
- $Id: component.js,v 1.0 2007/04/15 19:39:59 gmurray71 Exp $
- */
+/*
+ * 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.
+ */ 
 jmaki.namespace("jmaki.widgets.google.map");
 
 /**

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/widget.json
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/widget.json?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/widget.json (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/map/widget.json Fri Nov 20 23:24:49 2009
@@ -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.
+// 
 {"name": "Map",
          "type": "Google",
          "version": "1.8",

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.css?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.css (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.css Fri Nov 20 23:24:49 2009
@@ -1 +1,18 @@
-.mappopup {
  background: #FFFFFF;
  position: absolute;
  border : 1px solid #000000;
  z-index: 10;
  visibility: hidden;

 }

.mapContainer {
  overflow:hidden;
  position: absolute;
  border : 1px solid orange;
  z-index: 14;
  visibility: hidden;

 }

.mappopupresize{
    position: absolute;
    z-index: 16;
    width: 25px;
    height: 25px;
    cursor: se-resize;
    background: url(images/resize.gif) no-repeat;
}


.mapimage{
  width: 25px;
  height: 25px;
  cursor:pointer;
  background: url(images/map-popup.jpg) no-repeat;

}


.mapclose{
  position: absolute;
  z-index: 16;
  width: 8px;
  height: 8px;
  cursor:pointer;
  background: url(images/close.gif) no-repeat;
}


.arrowimage{
  position: absolute;
  visibility: hidden;
  z-index: 15;
  width: 25px;
  height: 25px;
  background: url(images/arrow-left.gif) no-repeat;
}
\ No newline at end of file
+/*
+ * 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.
+ */ 
+.mappopup {
  background: #FFFFFF;
  position: absolute;
  border : 1px solid #000000;
  z-index: 10;
  visibility: hidden;

 }

.mapContainer {
  overflow:hidden;
  position: absolute;
  border : 1px solid orange;
  z-index: 14;
  visibility: hidden;

 }

.mappopupresize{
    position: absolute;
    z-index: 16;
    width: 25px;
    height: 25px;
    cursor: se-resize;
    background: url(images/resize.gif) no-repeat;
}


.mapimage{
  width: 25px;
  height: 25px;
  cursor:pointer;
  background: url(images/map-popup.jpg) no-repeat;

}


.mapclose{
  position: absolute;
  z-index: 16;
  width: 8px;
  height: 8px;
  cursor:pointer;
  background: url(images/close.gif) no-repeat;
}


.arrowimage{
  position: absolute;
  visibility: hidden;
  z-index: 15;
  width: 25px;
  height: 25px;
  background: url(images/arrow-left.gif) no-repeat;
}

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.htm
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.htm?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.htm (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.htm Fri Nov 20 23:24:49 2009
@@ -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.
+-->
 <div id="${uuid}_arrow" class="arrowimage"></div>
 
 <div id="${uuid}" class="mappopup">
@@ -7,4 +24,4 @@
 </div>
 
 <div id="${uuid}_button" class="mapimage" title="Show Map" onclick="jmaki.attributes.get('${uuid}').showMap()"></div>
-<div id="${uuid}_message"></div>
\ No newline at end of file
+<div id="${uuid}_message"></div>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.js
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.js?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.js (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/component.js Fri Nov 20 23:24:49 2009
@@ -1,7 +1,20 @@
-/* Copyright 2007 You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at:
- http://developer.sun.com/berkeley_license.html
- $Id: component.js,v 1.0 2007/04/15 19:39:59 gmurray71 Exp $
-*/
+/*
+ * 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.
+ */ 
 jmaki.namespace("jmaki.widgets.google.mappopup");
 
 /*
@@ -327,4 +340,4 @@
             return false;
         }  
     }
-};
\ No newline at end of file
+};

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/widget.json
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/widget.json?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/widget.json (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/mappopup/widget.json Fri Nov 20 23:24:49 2009
@@ -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.
+// 
 {
          "name": "Map Popup",
          "type": "Google",
@@ -55,4 +72,4 @@
          }     
      ]  
    }         
- }
\ No newline at end of file
+ }

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.css
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.css?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.css (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.css Fri Nov 20 23:24:49 2009
@@ -1,4 +1,21 @@
+/*
+ * 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.
+ */ 
 .google-search {
   overflow-x : hidden;                
   overflow-y : auto;
-}
\ No newline at end of file
+}

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.htm
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.htm?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.htm (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.htm Fri Nov 20 23:24:49 2009
@@ -1 +1,18 @@
-<div id="${uuid}" class="google-search "></div>
\ No newline at end of file
+/*
+ * 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 id="${uuid}" class="google-search "></div>

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.js
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.js?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.js (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/component.js Fri Nov 20 23:24:49 2009
@@ -1,8 +1,20 @@
-/* Copyright 2007 You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at:
- http://developer.sun.com/berkeley_license.html
- $Id: component.js,v 1.0 2007/04/15 19:39:59 gmurray71 Exp $
- */
-
+/*
+ * 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.
+ */ 
 jmaki.namespace("jmaki.widgets.google.search");
 
 /**
@@ -205,4 +217,4 @@
             return false;
         }  
     }
-};
\ No newline at end of file
+};

Modified: incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/widget.json
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/widget.json?rev=882778&r1=882777&r2=882778&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/widget.json (original)
+++ incubator/olio/webapp/java/trunk/ws/apps/webapp/web/resources/google/search/widget.json Fri Nov 20 23:24:49 2009
@@ -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.
+// 
 {"name": "Search",
          "type": "Google",
          "version": "1.8.1",
@@ -53,4 +70,4 @@
          }     
      ]  
    }         
- }
\ No newline at end of file
+ }