Author: jacopoc
Date: Mon Jul 17 13:51:00 2006 New Revision: 422861 URL: http://svn.apache.org/viewvc?rev=422861&view=rev Log: License change from MIT to ASL2.0 for the files of the content component. Thanks to Scott Gray for the patch (Apache OFBIZ-87). Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/AddContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAssoc.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAttribute.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentMetaData.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentPurpose.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentRole.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/FindContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPartyAndUserLoginAndPerson.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPerson.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/content_menu.ftl incubator/ofbiz/trunk/applications/content/webapp/content/content/contentassoc.ftl Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/AddContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/AddContent.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/AddContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/AddContent.ftl Mon Jul 17 13:51:00 2006 @@ -1 +1,17 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> + ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/ContentForms.xml Mon Jul 17 13:51:00 2006 @@ -1,20 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: ContentForms.xml 7698 2006-05-30 07:25:15Z hansbak $ - - Copyright 2001-2006 The Apache Software Foundation - - Licensed 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. +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContent.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContent.ftl Mon Jul 17 13:51:00 2006 @@ -1 +1,17 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> + ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAssoc.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAssoc.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAssoc.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAssoc.ftl Mon Jul 17 13:51:00 2006 @@ -1,27 +1,17 @@ <#-- - * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Al Byers - *@version $Rev$ - *@since 2.2 +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <br/> @@ -39,4 +29,3 @@ <br/> <div class="head1">Create New</div> ${addWrapper.renderFormString()} - Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAttribute.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAttribute.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAttribute.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentAttribute.ftl Mon Jul 17 13:51:00 2006 @@ -1,4 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation +Licensed 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. +--> ${listWrapper.renderFormString()} <hr/> ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentMetaData.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentMetaData.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentMetaData.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentMetaData.ftl Mon Jul 17 13:51:00 2006 @@ -1,4 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation +Licensed 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. +--> ${listWrapper.renderFormString()} <hr/> ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentPurpose.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentPurpose.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentPurpose.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentPurpose.ftl Mon Jul 17 13:51:00 2006 @@ -1,4 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation +Licensed 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. +--> ${listWrapper.renderFormString()} <hr/> ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentRole.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentRole.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentRole.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/EditContentRole.ftl Mon Jul 17 13:51:00 2006 @@ -1,4 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation +Licensed 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. +--> ${listWrapper.renderFormString()} <hr/> ${singleWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/FindContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/FindContent.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/FindContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/FindContent.ftl Mon Jul 17 13:51:00 2006 @@ -1,3 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> ${singleWrapper.renderFormString()} <hr/> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupContent.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupContent.ftl Mon Jul 17 13:51:00 2006 @@ -1,27 +1,17 @@ <#-- - * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Al Byers - *@version $Rev$ - *@since 3.0 +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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="head1">Find ${page.getProperty("entityName")}</div> @@ -32,4 +22,3 @@ <br/> ${listWrapper.renderFormString()} <br/> - Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPartyAndUserLoginAndPerson.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPartyAndUserLoginAndPerson.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPartyAndUserLoginAndPerson.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPartyAndUserLoginAndPerson.ftl Mon Jul 17 13:51:00 2006 @@ -1,27 +1,17 @@ <#-- - * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Al Byers - *@version $Rev$ - *@since 3.0 +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> <script language="javascript1.2"> @@ -39,4 +29,3 @@ <br/> ${listWrapper.renderFormString()} <br/> - Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPerson.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPerson.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPerson.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/LookupPerson.ftl Mon Jul 17 13:51:00 2006 @@ -1,27 +1,17 @@ <#-- - * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Al Byers - *@version $Rev$ - *@since 3.0 +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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="head1">Find ${page.getProperty("entityName")}</div> @@ -32,4 +22,3 @@ <br/> ${listWrapper.renderFormString()} <br/> - Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/content_menu.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/content_menu.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/content_menu.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/content_menu.ftl Mon Jul 17 13:51:00 2006 @@ -1,3 +1,18 @@ +<#-- +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. +--> <#assign currentPage = page.getPageName() > <#assign unselectedClassName = "tabButton"> <#assign selectedClassMap = {currentPage : "tabButtonSelected"}> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/content/contentassoc.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/content/contentassoc.ftl?rev=422861&r1=422860&r2=422861&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/content/contentassoc.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/content/contentassoc.ftl Mon Jul 17 13:51:00 2006 @@ -1,27 +1,17 @@ <#-- - * Copyright (c) 2003 The Open For Business Project - www.ofbiz.org - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT - * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR - * THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * - *@author Al Byers - *@version $Rev$ - *@since 2.2 +Copyright 2001-2006 The Apache Software Foundation + +Licensed 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. --> ${pages.get(page.getProperty("subMenu"))} @@ -42,4 +32,3 @@ <br/> <div class="head1">Create New</div> ${addWrapper.renderFormString()} - |
Free forum by Nabble | Edit this page |