Author: jacopoc
Date: Mon Jul 17 13:46:58 2006 New Revision: 422858 URL: http://svn.apache.org/viewvc?rev=422858&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/layout/AddLayout.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayout.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl.multi incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutHtml.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutImage.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutSubContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutText.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutUrl.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/FindLayout.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml incubator/ofbiz/trunk/applications/content/webapp/content/layout/ListLayout.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupListLayout.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupSubContent.ftl incubator/ofbiz/trunk/applications/content/webapp/content/layout/layout_menu.ftl Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/AddLayout.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/AddLayout.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/AddLayout.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/AddLayout.ftl Mon Jul 17 13:46:58 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/layout/EditLayout.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayout.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayout.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayout.ftl Mon Jul 17 13:46:58 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/> <#assign id=requestParameters.contentId?if_exists/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl Mon Jul 17 13:46:58 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/layout/EditLayoutContent.ftl.multi URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl.multi?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl.multi (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutContent.ftl.multi Mon Jul 17 13:46:58 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. +--> <table border="0" width="100%"> <tr> <td> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutHtml.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutHtml.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutHtml.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutHtml.ftl Mon Jul 17 13:46:58 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()} <p/><div class="head1">${uiLabelMap.ContentOtherLayout}</div> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutImage.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutImage.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutImage.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutImage.ftl Mon Jul 17 13:46:58 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()} <#if drDataResourceId?exists> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutSubContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutSubContent.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutSubContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutSubContent.ftl Mon Jul 17 13:46:58 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/layout/EditLayoutText.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutText.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutText.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutText.ftl Mon Jul 17 13:46:58 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()} <p/><div class="head1">${uiLabelMap.ContentOtherLayout}</div> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutUrl.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutUrl.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutUrl.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/EditLayoutUrl.ftl Mon Jul 17 13:46:58 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()} <p/><div class="head1">${uiLabelMap.ContentOtherLayout}</div> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/FindLayout.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/FindLayout.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/FindLayout.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/FindLayout.ftl Mon Jul 17 13:46:58 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/layout/LayoutForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/LayoutForms.xml Mon Jul 17 13:46:58 2006 @@ -1,24 +1,18 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - * 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. +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/layout/ListLayout.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/ListLayout.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/ListLayout.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/ListLayout.ftl Mon Jul 17 13:46:58 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. +--> <div class="head1">Templates</div> <a class="buttontext" href="<@ofbizUrl>EditLayoutSubContent?contentIdTo=TEMPLATE_MASTER&mapKey=&mode=add</@ofbizUrl>">Create New</a> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupListLayout.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupListLayout.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupListLayout.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupListLayout.ftl Mon Jul 17 13:46:58 2006 @@ -1,2 +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. +--> <div class="head1">${uiLabelMap.ContentTemplates}</div> ${listWrapper.renderFormString()} Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupSubContent.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupSubContent.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupSubContent.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/LookupSubContent.ftl Mon Jul 17 13:46:58 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">${uiLabelMap.CommonFind} ${page.getProperty("entityName")}</div> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/layout/layout_menu.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/layout/layout_menu.ftl?rev=422858&r1=422857&r2=422858&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/layout/layout_menu.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/layout/layout_menu.ftl Mon Jul 17 13:46:58 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. +--> <#if (requestAttributes.uiLabelMap)?exists><#assign uiLabelMap = requestAttributes.uiLabelMap></#if> <#assign currentPage = page.getPageName() > <#assign unselectedClassName = "tabButton"> |
Free forum by Nabble | Edit this page |