Author: jacopoc
Date: Mon Jul 17 14:21:28 2006 New Revision: 422878 URL: http://svn.apache.org/viewvc?rev=422878&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/data/AddDataResource.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceText.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUpload.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUrl.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/BrowseDataResource.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResource.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceAttribute.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceProductFeatures.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceRole.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceText.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUpload.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUrl.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditElectronicText.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/EditHtmlText.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/FindDataResource.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/LookupDataResource.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/UploadImage.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/data_menu.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_browse.ftl incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_list.ftl Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResource.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResource.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResource.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResource.ftl Mon Jul 17 14:21:28 2006 @@ -1 +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()} + Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceText.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceText.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceText.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceText.ftl Mon Jul 17 14:21:28 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">Add Text DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUpload.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUpload.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUpload.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUpload.ftl Mon Jul 17 14:21:28 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">Add Image Upload DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUrl.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUrl.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUrl.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/AddDataResourceUrl.ftl Mon Jul 17 14:21:28 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">Add Url DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/BrowseDataResource.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/BrowseDataResource.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/BrowseDataResource.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/BrowseDataResource.ftl Mon Jul 17 14:21:28 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 style='border: 0; margin: 0; padding: 0; width: 100%;' cellpadding='0' cellspacing='0'> <tr> <td width="40%" style="background-color:#B4B0AA;" valign="top"> @@ -7,5 +22,4 @@ ${pages.get("/data/dataresource_list.ftl")} </td> </tr> -</table> - +</table> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/DataResourceForms.xml Mon Jul 17 14:21:28 2006 @@ -1,20 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: DataResourceForms.xml 7911 2006-06-30 22:09:23Z jacopo $ - - 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/data/EditDataResource.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResource.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResource.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResource.ftl Mon Jul 17 14:21:28 2006 @@ -1 +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()} + Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceAttribute.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceAttribute.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceAttribute.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceAttribute.ftl Mon Jul 17 14:21:28 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/data/EditDataResourceProductFeatures.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceProductFeatures.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceProductFeatures.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceProductFeatures.ftl Mon Jul 17 14:21:28 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/data/EditDataResourceRole.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceRole.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceRole.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceRole.ftl Mon Jul 17 14:21:28 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/data/EditDataResourceText.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceText.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceText.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceText.ftl Mon Jul 17 14:21:28 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">Add Text DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUpload.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUpload.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUpload.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUpload.ftl Mon Jul 17 14:21:28 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">Add Image Upload DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUrl.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUrl.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUrl.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditDataResourceUrl.ftl Mon Jul 17 14:21:28 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">Add Url DataResource</div> <br/> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/EditElectronicText.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditElectronicText.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditElectronicText.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditElectronicText.ftl Mon Jul 17 14:21:28 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._ERROR_MESSAGE_?exists> <br/><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br/> <#else> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/EditHtmlText.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/EditHtmlText.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/EditHtmlText.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/EditHtmlText.ftl Mon Jul 17 14:21:28 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._ERROR_MESSAGE_?exists> <br/><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br/> <#else> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/FindDataResource.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/FindDataResource.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/FindDataResource.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/FindDataResource.ftl Mon Jul 17 14:21:28 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/data/LookupDataResource.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/LookupDataResource.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/LookupDataResource.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/LookupDataResource.ftl Mon Jul 17 14:21:28 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/data/UploadImage.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/UploadImage.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/UploadImage.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/UploadImage.ftl Mon Jul 17 14:21:28 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._ERROR_MESSAGE_?exists> <br/><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br/> <#else> @@ -9,4 +24,3 @@ ${singleWrapper.renderFormString()} <br/> </#if> - Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/data_menu.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/data_menu.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/data_menu.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/data_menu.ftl Mon Jul 17 14:21:28 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/data/dataresource_browse.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_browse.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_browse.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_browse.ftl Mon Jul 17 14:21:28 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 INDENT_PIXS=18 /> <script type="text/javascript"> function submitBrowse(id) { Modified: incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_list.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_list.ftl?rev=422878&r1=422877&r2=422878&view=diff ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_list.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/data/dataresource_list.ftl Mon Jul 17 14:21:28 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="apptitle"> DataResources </div> <table border="0" > <#if entityList?exists> @@ -38,4 +53,3 @@ <div class="inputBox"> <a href="<@ofbizUrl>AddDataResource</@ofbizUrl>">New DataResource</a> </div> - |
Free forum by Nabble | Edit this page |