You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/06/20 16:44:44 UTC

svn commit: r956366 - in /click/trunk/click/examples/webapp: form-head.htm form-head.js

Author: sabob
Date: Sun Jun 20 14:44:43 2010
New Revision: 956366

URL: http://svn.apache.org/viewvc?rev=956366&view=rev
Log:
use js as extension for script templates

Added:
    click/trunk/click/examples/webapp/form-head.js
      - copied, changed from r956365, click/trunk/click/examples/webapp/form-head.htm
Removed:
    click/trunk/click/examples/webapp/form-head.htm

Copied: click/trunk/click/examples/webapp/form-head.js (from r956365, click/trunk/click/examples/webapp/form-head.htm)
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/form-head.js?p2=click/trunk/click/examples/webapp/form-head.js&p1=click/trunk/click/examples/webapp/form-head.htm&r1=956365&r2=956366&rev=956366&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/form-head.htm (original)
+++ click/trunk/click/examples/webapp/form-head.js Sun Jun 20 14:44:43 2010
@@ -1,19 +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.*#
+#*
+// 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. *#
 
 function toggleBorders(checkboxId) {
   var checkbox = document.getElementById(checkboxId);