[OFBiz] SVN: r4719 -
trunk/applications/order/webapp/ordermgr/includes
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Thu Mar 31 12:56:15 EST 2005
Author: jacopo
Date: 2005-03-31 11:55:59 -0600 (Thu, 31 Mar 2005)
New Revision: 4719
Removed:
trunk/applications/order/webapp/ordermgr/includes/countries.ftl
trunk/applications/order/webapp/ordermgr/includes/entry_left.ftl
trunk/applications/order/webapp/ordermgr/includes/entry_right.ftl
trunk/applications/order/webapp/ordermgr/includes/states.ftl
Log:
Deleted some no more used files (I'm rather sure that there are many other, but I'm too tired to find them now).
Deleted: trunk/applications/order/webapp/ordermgr/includes/countries.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/includes/countries.ftl 2005-03-31 17:51:08 UTC (rev 4718)
+++ trunk/applications/order/webapp/ordermgr/includes/countries.ftl 2005-03-31 17:55:59 UTC (rev 4719)
@@ -1,6 +0,0 @@
-
-<#assign countries = Static["org.ofbiz.common.CommonWorkers"].getCountryList(delegator)>
-<#list countries as country>
- <option value='${country.geoId}'>${country.geoName?default(country.geoId)}</option>
-</#list>
-
Deleted: trunk/applications/order/webapp/ordermgr/includes/entry_left.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/includes/entry_left.ftl 2005-03-31 17:51:08 UTC (rev 4718)
+++ trunk/applications/order/webapp/ordermgr/includes/entry_left.ftl 2005-03-31 17:55:59 UTC (rev 4719)
@@ -1,38 +0,0 @@
-<#--
- * 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 Andy Zeneski (jaz at ofbiz.org)
- *@version $Rev:$
- *@since 2.2
--->
-
-<td width='950' valign=top align=left>
- <#--
- ${pages.get("/entry/orderparty.ftl")}
- <br>
- -->
- ${pages.get("/entry/catalog/choosecatalog.ftl")}
- <br>
- ${pages.get("/entry/catalog/keywordsearchbox.ftl")}
- <br>
- ${pages.get("/entry/catalog/sidedeepcategory.ftl")}
-</td>
-<td width='5'> </td>
\ No newline at end of file
Deleted: trunk/applications/order/webapp/ordermgr/includes/entry_right.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/includes/entry_right.ftl 2005-03-31 17:51:08 UTC (rev 4718)
+++ trunk/applications/order/webapp/ordermgr/includes/entry_right.ftl 2005-03-31 17:55:59 UTC (rev 4719)
@@ -1,30 +0,0 @@
-<#--
- * 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 Andy Zeneski (jaz at ofbiz.org)
- *@version $Rev:$
- *@since 2.2
--->
-
-<td width='5'> </td>
-<td width='950' valign='top' align='right'>
- ${pages.get("/entry/minicart.ftl")}
-</td>
Deleted: trunk/applications/order/webapp/ordermgr/includes/states.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/includes/states.ftl 2005-03-31 17:51:08 UTC (rev 4718)
+++ trunk/applications/order/webapp/ordermgr/includes/states.ftl 2005-03-31 17:55:59 UTC (rev 4719)
@@ -1,6 +0,0 @@
-
-<#assign states = Static["org.ofbiz.common.CommonWorkers"].getStateList(delegator)>
-<#list states as state>
- <option value='${state.geoId}'>${state.geoName?default(state.geoId)}</option>
-</#list>
-
More information about the Svn
mailing list