You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/12/06 10:56:55 UTC

svn commit: r887652 [3/4] - in /ofbiz/trunk/specialpurpose: ./ cmssite/ cmssite/webapp/ofbizsite/ ofbiz/ ofbiz/config/ ofbiz/data/ ofbiz/template/ ofbiz/webapp/ ofbiz/webapp/ofbiz/ ofbiz/webapp/ofbiz/WEB-INF/ ofbiz/webapp/ofbiz/error/ ofbiz/webapp/ofbi...

Propchange: ofbiz/trunk/specialpurpose/ofbiz/data/OfbizData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/data/OfbizData.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/data/OfbizData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml Sun Dec  6 09:56:41 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
+
+<ofbiz-component name="ofbiz"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd">
+    <resource-loader name="main" type="component"/>
+    <classpath type="dir" location="config"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/OfbizData.xml"/>
+    
+    <webapp name="ofbiz"
+        title="OFBiz"
+        menu-name="secondary"
+        server="default-server"
+        location="webapp/ofbiz"
+        mount-point="/"
+        app-bar-display="false"/>
+    
+</ofbiz-component>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/ofbiz-component.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl Sun Dec  6 09:56:41 2009
@@ -0,0 +1,26 @@
+<#--
+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.
+-->
+
+
+<div id="footer">
+      <div id="foot">
+              &copy; Copyright 2001-2008 The Apache Software Foundation - www.apache.org
+      </div>
+</div>
+

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Footer.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl Sun Dec  6 09:56:41 2009
@@ -0,0 +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.
+-->
+
+

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/Header.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl Sun Dec  6 09:56:41 2009
@@ -0,0 +1,39 @@
+<#--
+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.
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+	<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
+    <title>OFBiz, The Apache Open For Business Project - Open Source E-Business / E-Commerce, ERP, CRM, POS</title>
+    <link rel="shortcut icon" href="/ofbiz/images/favicon.ico">
+    <script language="javascript" src="/images/prototypejs/prototype.js" type="text/javascript"></script>
+    <script language="javascript" src="/images/fieldlookup.js" type="text/javascript"></script>
+    <script language="javascript" src="/images/selectall.js" type="text/javascript"></script>
+    <script language="javascript" src="/images/calendar_date_select.js" type="text/javascript"></script>
+    <script language="javascript" src="/ofbiz/script/effects.js" type="text/javascript"></script>
+    <script language="javascript" src="/ofbiz/script/search.js" type="text/javascript"></script>
+    <script language="javascript" src="/ofbiz/script/slides.js" type="text/javascript"></script>
+
+    <link rel="stylesheet" href="/ofbiz/images/global.css" type="text/css"/>
+    
+    <meta content="OFBiz_Thai for Thai user" name="Description"/>
+    <meta content="OFBiz, ofbiz support, ofbiz training, Ant websystems, outsource, outsourcing,framework, cheap, competitive, quality, OFBiz, Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content management,customer,inventory" name="keywords"/>
+</head>
+

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/HtmlHead.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl Sun Dec  6 09:56:41 2009
@@ -0,0 +1,26 @@
+<#--
+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.
+-->
+
+${(decoratedContent.subcontent.htmlHead)?default((thisContent.subcontent.htmlHead)?if_exists)}
+
+${(decoratedContent.subcontent.header)?default((thisContent.subcontent.header)?if_exists)}
+
+${decoratedContent}
+              
+${(decoratedContent.subcontent.footer)?default((thisContent.subcontent.footer)?if_exists)}

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/template/MainDecorator.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml Sun Dec  6 09:56:41 2009
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+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.
+-->
+
+<site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd">
+    <include location="component://common/webcommon/WEB-INF/common-controller.xml"/>
+
+    <description>OFBiz: OFBiz Thai for Thai people.</description>
+
+    <!-- default request; call into CMS -->
+    <default-request request-uri="main"/>
+
+    <!-- Request Mappings -->
+    <request-map uri="main">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="home"/>
+        <response name="error" type="view" value="error"/>
+    </request-map>
+    <!-- End of Request Mappings -->
+
+    <request-map uri="product">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="product"/>
+        <response name="error" type="view" value="error"/>
+    </request-map>
+    
+    <request-map uri="service">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="service"/>
+        <response name="error" type="view" value="error"/>
+    </request-map>
+    
+    <request-map uri="course">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="course"/>
+        <response name="error" type="view" value="error"/>
+    </request-map>
+    
+    <request-map uri="contact">
+        <security https="false" auth="false"/>
+        <response name="success" type="view" value="contact"/>
+        <response name="error" type="view" value="error"/>
+    </request-map>
+    
+    <request-map uri="setSessionLocale">
+        <security https="false" auth="false"/>
+        <event type="java" path="org.ofbiz.common.CommonEvents" invoke="setSessionLocale"/>
+        <response name="success" type="view-last" value="home"/>
+        <response name="error" type="request" value="home"/>
+    </request-map>
+    
+    <view-map name="home" type="screen" page="component://ofbiz/widget/OfbizScreens.xml#home"/>
+    <view-map name="product" type="screen" page="component://ofbiz/widget/OfbizScreens.xml#product"/>
+    <view-map name="service" type="screen" page="component://ofbiz/widget/OfbizScreens.xml#service"/>
+    <view-map name="course" type="screen" page="component://ofbiz/widget/OfbizScreens.xml#course"/>
+    <view-map name="contact" type="screen" page="component://ofbiz/widget/OfbizScreens.xml#contact"/>
+</site-conf>

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/controller.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml Sun Dec  6 09:56:41 2009
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
+
+<!--
+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.
+-->
+
+<web-app>
+    <display-name>Open For Business - CMS Site</display-name>
+    <description>CMS Site for the Open For Business Project</description>
+
+    <context-param>
+        <param-name>webSiteId</param-name>
+        <param-value>OFBIZ</param-value>
+        <description>A unique ID used to look up the WebSite entity</description>
+    </context-param>
+    <context-param>
+        <param-name>localDispatcherName</param-name>
+        <param-value>OFBIZ</param-value>
+        <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description>
+    </context-param>
+    <context-param>
+        <param-name>serviceReaderUrls</param-name>
+        <param-value>/WEB-INF/services.xml</param-value>
+        <description>Configuration File(s) For The Service Dispatcher</description>
+    </context-param>
+    <context-param>
+        <param-name>entityDelegatorName</param-name>
+        <param-value>default</param-value>
+        <description>The Name of the Entity Delegator to use, defined in entityengine.xml</description>
+    </context-param>
+    <context-param>
+        <param-name>mainDecoratorLocation</param-name>
+        <param-value>component://ofbiz/widget/OfbizScreens.xml</param-value>
+        <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description>
+    </context-param>
+
+    <filter>
+        <filter-name>ContextFilter</filter-name>
+        <display-name>ContextFilter</display-name>
+        <filter-class>org.ofbiz.webapp.control.ContextFilter</filter-class>
+        <init-param>
+            <param-name>disableContextSecurity</param-name>
+            <param-value>N</param-value>
+        </init-param>
+        <init-param>
+            <param-name>allowedPaths</param-name>
+            <param-value>/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/script</param-value>
+        </init-param>
+        <init-param>
+            <param-name>errorCode</param-name>
+            <param-value>403</param-value>
+        </init-param>
+        <init-param>
+            <param-name>redirectPath</param-name>
+            <param-value>/control/main</param-value>
+        </init-param>
+    </filter>
+    <filter-mapping>
+        <filter-name>ContextFilter</filter-name>
+            <url-pattern>/*</url-pattern>
+    </filter-mapping>
+
+    <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
+    <!-- NOTE: not all app servers support mounting implementations of the HttpSessionActivationListener interface -->
+    <!-- <listener><listener-class>org.ofbiz.webapp.control.ControlActivationEventListener</listener-class></listener> -->
+
+    <!-- this listener will clean up info -->
+    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
+
+    <servlet>
+        <servlet-name>ControlServlet</servlet-name>
+        <display-name>ControlServlet</display-name>
+        <description>Main Control Servlet</description>
+        <servlet-class>org.ofbiz.webapp.control.ControlServlet</servlet-class>
+        <load-on-startup>1</load-on-startup>
+    </servlet>
+
+    <servlet-mapping>
+        <servlet-name>ControlServlet</servlet-name>
+        <url-pattern>/control/*</url-pattern>
+    </servlet-mapping>
+
+    <session-config>
+        <session-timeout>60</session-timeout>
+    </session-config>
+
+    <welcome-file-list>
+        <welcome-file>index.jsp</welcome-file>
+        <welcome-file>index.html</welcome-file>
+        <welcome-file>index.htm</welcome-file>
+    </welcome-file-list>
+</web-app>

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp Sun Dec  6 09:56:41 2009
@@ -0,0 +1,53 @@
+<%--
+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.
+--%>
+
+<%@ page import="org.ofbiz.base.util.*" %>
+<html>
+<head>
+<title>Open For Business Message</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+
+<% String errorMsg = (String) request.getAttribute("_ERROR_MESSAGE_"); %>
+
+<body bgcolor="#FFFFFF">
+<div align="center">
+  <br/>
+  <table width="100%" border="1" height="200">
+    <tr>
+      <td>
+        <table width="100%" border="0" height="200">
+          <tr bgcolor="#CC6666">
+            <td height="45">
+              <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="4" color="#FFFFFF"><b>:ERROR MESSAGE:</b></font></div>
+            </td>
+          </tr>
+          <tr>
+            <td>
+              <div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><%=UtilFormatOut.replaceString(errorMsg, "\n", "<br/>")%></font></div>
+            </td>
+          </tr>
+        </table>
+      </td>
+    </tr>
+  </table>
+</div>
+<div align="center"></div>
+</body>
+</html>

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/error/error.jsp
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ant_logo.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ant_logo.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ant_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/apache-feather.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/apache-feather.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/apache-feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/backward.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/backward.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/backward.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bullet.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bullet.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bullet.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/callout1.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/callout1.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/callout1.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/callout1.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/clients.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/clients.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/clients.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/clients.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/content-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/divider.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/dots.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/dots.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/dots.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/dots.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.psd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.psd?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download.psd
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download_th.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download_th.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/download_th.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.ico
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.ico?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_btm.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_btm.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_btm.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_btm.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_mid.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_mid.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_mid.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_mid.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/feature_top.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/footer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/forward.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/forward.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/forward.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/full-wrapper.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/full-wrapper.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/full-wrapper.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css Sun Dec  6 09:56:41 2009
@@ -0,0 +1,954 @@
+/********************************** 
+ The Apache Software Foundation
+ Open for Business Project
+ 
+ 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.
+*********************************/ 
+
+/******************************** 
+ Global Reset
+********************************/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+    border:0; 
+    margin:0; 
+    outline:0; 
+    padding:0; 
+    background:transparent; 
+    vertical-align: baseline;
+}
+
+blockquote, q {
+    quotes: none;
+}
+
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+    content:''; 
+    content: none;
+}
+
+a, address, body, caption, cite, code, dfn, em, strong, th, var {
+    font-style: normal;
+    font-weight: normal;
+    text-decoration: none;
+}
+
+a img {
+    border: none;
+}
+
+ol, ul {
+    list-style: none;
+}
+
+table {
+    border-collapse: collapse;
+    border-spacing: 0;
+}
+
+/******************************** 
+ General Layout
+********************************/ 
+* {margin:0;padding:0;}
+
+html, body, #wrap {height: 100%;}
+
+body > #wrap {height: auto; min-height: 100%;}
+
+body {
+    font: 11px/ 165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+	color: #666666;
+	margin: 0;
+	padding: 0;
+	background: url(/ofbiz/images/bg.png) top left repeat-x #b5b5b5;
+	text-align: center;
+}
+
+.clearfix:after {
+    content: ".";
+    display: block;
+    height: 0;
+    clear: both;
+    visibility: hidden;
+}
+
+.clearfix {
+    display: inline-block;
+}
+
+html[xmlns] .clearfix {
+    display: block;
+}
+
+* html .clearfix {
+    height: 1%;
+}
+
+.clearfix {
+    display: block;
+}
+
+.clearLeft {
+    clear:left;
+}
+
+/******************************** 
+ Typography
+********************************/
+a,a:active,a:link {
+	text-decoration: none;
+	color: #0066CC;
+}
+
+a:visited {
+	text-decoration: none;
+}
+
+a:hover {
+	color: #030d1c;
+}
+
+h1,h2,h3 {
+	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
+	color: #555;
+}
+
+h1 {
+	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+	font-size: 350%;
+	font-weight: normal;
+	letter-spacing: -2px;
+	padding: 15px 10px 5px 10px;
+	margin: 0;
+}
+
+h2 {
+	font-size: 200%;
+	color: #895F30;
+	padding: 20px 10px 5px 10px;
+	margin: 0;
+}
+
+h3 {
+	font-size: 170%;
+	font-weight: normal;
+	padding: 20px 10px 5px 10px;
+	margin: 0;
+}
+
+h4 {
+	font-size: 100%;
+	font-weight: bolder;
+	color: #000000;
+	padding: 20px 10px 5px 10px;
+	margin: 0;
+}
+
+strong {
+    font-size: 100%;
+	font-weight: bolder;
+	color: #000000;
+	padding: 20px 10px 5px 10px;
+	margin: 0;
+}
+
+p{
+    text-indent:20px;
+}
+
+p,dl {
+	padding: 10px;
+	margin: 0;
+}
+
+ul{
+	margin: 10px 10px;
+	padding: 0 0 0 10px;
+}
+
+ul {
+	list-style: none;
+}
+
+ol {
+	margin: 10px 30px;
+	padding: 0;
+}
+
+dt {
+	font-weight: bold;
+	color: #b13f1a;
+}
+
+dd {
+	padding-left: 25px;
+}
+
+/******************************** 
+ Images
+********************************/
+img {
+    border: none;
+}
+
+p img {
+    background: #fafafa;
+       border: 1px solid #dcdcdc;
+    padding: 5px;
+    margin:0 10px 0 0;
+}
+
+img.float-right {
+    margin: 5px 0px 10px 10px;
+}
+
+img.float-left {
+    margin: 5px 10px 10px 0px;
+}
+
+/******************************** 
+ Code Snippets and Quotes
+********************************/
+code {
+    margin: 5px 0;
+    padding: 15px;
+    text-align: left;
+    display: block;
+    overflow: auto;
+    font: 500 1em/ 1.5em 'Lucida Console', 'courier new', monospace;
+    /* white-space: pre; */
+    border: 1px solid #ECF8FE;
+    background: #ECF8FE;
+}
+
+acronym {
+    cursor: help;
+    border-bottom: 1px dotted #895F30;
+}
+
+blockquote {
+    margin: 15px 10px;
+    padding: 10px 10px 10px 35px;
+    border: 1px solid #ECF8FE;
+    background: #ECF8FE url(/ofbiz/images/quote.jpg) no-repeat 10px 10px;
+    font-weight: normal;
+    font-size: 1.5em;
+    line-height: 1.5em;
+    font-style: italic;
+    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+    color: #976957;
+}
+
+/******************************** 
+ Tables
+********************************/
+table {
+	border-collapse: collapse;
+	margin: 15px 10px;
+}
+
+th {
+	background: #d14b1f url(/ofbiz/images/header-bg.jpg) repeat-x 0 -100px;
+	height: 38px;
+	padding-left: 12px;
+	padding-right: 12px;
+	color: #fff;
+	text-align: left;
+	border-left: 1px solid #d14b1f;
+	border-bottom: solid 2px #fff;
+}
+
+tr {
+	height: 34px;
+}
+
+td {
+	padding-left: 11px;
+	padding-right: 11px;
+}
+
+/******************************** 
+ Forms
+********************************/
+input,select {
+    padding: 4px;
+    font: normal 1em Verdana, sans-serif;
+    color: #666666;
+    background: #fff;
+}
+
+textarea {
+    width: 400px;
+    padding: 4px;
+    font: normal 1em Verdana, sans-serif;
+    height: 100px;
+    display: block;
+    color: #666666;
+}
+
+input,textarea,select {
+    background: #fff;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
+}
+
+input.button {
+    font: bold 12px Arial, Sans-serif;
+    height: 30px;
+    margin: 0;
+    padding: 2px 3px;
+    color: #555;
+    background: #E6E6E6;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
+}
+
+/******************************** 
+ Generic Classes
+********************************/
+.float-left {
+    float: left;
+}
+
+.float-right {
+    float: right;
+}
+
+.align-left {
+    text-align: left;
+}
+
+.align-right {
+    text-align: right;
+}
+
+.clearer {
+    clear: both;
+}
+
+/******************************** 
+ Page Layout
+********************************/
+#wrap{
+    background: #fff url(/ofbiz/images/wrapper.jpg) top center no-repeat;
+    width: 945px;
+	margin: 0 auto;
+    text-align:left;
+}
+
+#content-wrap  {
+    width:945px;
+	margin:0 auto;
+    padding-bottom: 42px;
+}
+
+#content {
+    width:500px;
+	float:left;
+	padding:30px 0 25px 0;
+}
+
+/******************************** 
+ Footer
+********************************/
+#footer {
+    background: url(/ofbiz/images/footer.jpg) bottom center no-repeat;
+    position: relative;
+	margin: -42px auto 0px auto;
+	height: 42px;
+	clear:both;
+	font-size:11px;
+	font-family:Verdana, Arial, sans-serif;
+    width:945px;
+}
+
+#foot {
+    text-align:left;
+    position:relative;
+    top:15px;
+    left:30px;
+}
+
+/******************************** 
+ Header
+********************************/
+#header {
+    position: relative;
+    width: 945px;
+    height: 130px;
+    padding: 0;
+    margin: 0 auto;
+    background: transparent;
+}
+
+#header #site-header{
+    padding-top:35px;
+    height: 42px;
+    width: 405px;
+    float: right;
+    color: #000;
+    text-align:right;
+}
+#header #site-header h2{
+    height: 42px;
+    width: 405px;
+    float: right;
+    color: #024164;
+}
+
+#header #logo {
+    position: absolute;
+    top: 15px;
+    left: 30px;
+    height: 42px;
+    width: 405px;
+}
+
+#header #logo a,img {
+    background: none;
+    border: none;
+}
+
+#header #controls {
+    position: absolute;
+    top: 60px;
+    right: 32px;
+    height: 42px;
+    color: #1b78d7;
+    font-size: 12px;
+    background: url(/ofbiz/images/house.gif) top right no-repeat;
+    padding-right: 20px;
+    text-align: right;
+}
+
+#header #controls a {
+    position: relative;
+    top: -2px;
+}
+
+#header #language {
+    position: absolute;
+    top: 10px;
+    right: 32px;
+    height: 42px;
+    color: #797c7e;
+    text-align: right;
+}
+
+/******************************** 
+ Search
+********************************/
+#search {
+    position:absolute;
+    top:88px;
+    right:30px;
+    background:url(/ofbiz/images/search.gif) center left no-repeat;
+    padding-left:20px;
+}
+
+.hintText {
+      display: none;
+}
+
+.fieldWithHint {
+      color: #001f2f;
+}
+
+/******************************** 
+ Top Navigation
+********************************/
+#nav {
+    position: absolute;
+    clear: both;
+    margin: 0;
+    padding: 0;
+    height: 34px;
+    left: 30px;
+    top: 82px;
+    z-index: 99999;
+}
+
+#nav ul {
+    float: left;
+    list-style: none;
+    width: 600px;
+    height: 34px;
+    text-transform: uppercase;
+    margin: 0;
+    padding: 0;
+    display: inline;
+}
+
+#nav ul li {
+    display: inline;
+    margin: 0;
+    padding: 0;
+}
+
+#nav ul li a {
+    float: left;
+    margin: 0 5px 0 0;
+    padding: 0px 20px 0px 20px;
+    font: bold 12px/ 34px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
+    text-transform: lowercase;
+    text-decoration: none;
+    letter-spacing: -0.3px;
+    color: #fff;
+}
+
+#nav ul li a:hover,#nav ul li a:active {
+    color: #111;
+    background-image: url(/ofbiz/images/header_hot.jpg);
+    border: none;
+}
+
+#nav ul li#current a {
+    color: #333333;
+    background-image: url(/ofbiz/images/header_hot.jpg);
+}
+
+/******************************** 
+ Content Sections
+********************************/
+#main {
+    float: left;
+    width: 560px;
+    padding: 0;
+    margin: 0 0 0 20px;
+    display: inline;
+}
+
+#main h2 {
+	padding-bottom: 3px;
+	margin-top: 15px;
+	font: normal 2.5em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+	color: #333;
+	letter-spacing: -2px;
+	text-transform: none;
+	border-bottom: 1px solid #ebebeb;
+}
+
+#main h2 a {
+	color: #333;
+	text-decoration: none;
+	background: none;
+	border: none;
+}
+
+#main ul li {
+    list-style-image: url(/ofbiz/images/bullet.gif);
+}
+
+#col1 {
+    float: left;
+    width: 260px;
+    padding: 0;
+    margin: 20px 0 0 20px;
+    display: inline;
+}
+
+#col2 {
+    float: left;
+    width: 260px;
+    padding: 0;
+    margin: 20px 0 0 20px;
+    display: inline;
+}
+
+#col1 h2, #col2 h2 {
+    padding-bottom: 3px;
+    margin-top: 15px;
+    font: normal 3.5em "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
+    color: #666;
+    letter-spacing: -2px;
+    text-transform: none;
+    border-bottom: 1px solid #ebebeb;
+}
+
+#main #col1 h2, #main #col2 h2 {
+	border-bottom: 1px solid #ebebeb;
+	color:#304C70;
+	padding-bottom: 3px;
+	letter-spacing: -3px;
+	text-transform: none;
+	font-size:30px;
+}
+
+.feature {
+	margin:0px;
+	padding:0px;
+	height:435px;
+}
+
+.screen {
+	margin:10px 0 5px 0;
+	padding:0px;
+	background:#fff;
+	border:1px solid #eee;
+	width:255px;
+	height:200px;
+	overflow:hidden;
+}
+
+#main .hero {
+	margin:10px 0 5px 0;
+	padding:0px;
+	background:#fff;
+	border:1px solid #eee;
+	width:555px;
+}
+
+#main .highlights {
+	float:right;
+	width:240px;
+	background:#dfe9ef;
+	border:1px solid #eee;
+	margin:0px 10px 0px 5px;
+	display:inline;
+}
+
+#main .form {
+	width:240px;
+	margin:0px 10px 0px 5px;
+	display:inline;
+}
+
+#main .highlights ul li {
+    list-style-image: url(/ofbiz/images/highlight-bullet.gif);
+}
+
+#main .highlights h4 {
+	padding:5px 5px 0 5px;
+}
+
+#sidebar {
+    float: right;
+    width: 300px;
+    padding: 0;
+    margin: 15px 20px 0 0;
+    display: inline;
+}
+
+#sidebar h3 {
+    margin-top: 10px;
+    padding: 15px 5px 3px 5px;
+    font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
+    color: #666666;
+    letter-spacing: -.5px;
+}
+
+#sidebar h4 {
+    margin-top: 10px;
+    padding: 15px 5px 3px 5px;
+    font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
+    color: #000000;
+    letter-spacing: -.5px;
+}
+
+#sidebar ul.sidemenu {
+    text-align: left;
+    margin: 0px 5px 8px 0px;
+    padding: 5px 0 0 0;
+    text-decoration: none;
+    background: url(/ofbiz/images/dots.gif) repeat-x left top;
+}
+
+#sidebar ul.sidemenu li {
+    list-style: none;
+    background: url(dots.gif) repeat-x left bottom;
+    padding: 4px 10px;
+    margin: 0;
+}
+
+* html body #sidebar ul.sidemenu li {
+    height: 1%;
+}
+
+#sidebar ul.sidemenu li a {
+    text-decoration: none;
+    background-image: none;
+    background-color: transparent;
+    border: none;
+    color: #304c70;
+    font-weight: bold;
+    font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
+    font-size: 14px;
+    /* letter-spacing: .5px;  */
+}
+
+#sidebar ul.sidemenu li a span {
+    color: #989898;
+    font-family: Georgia, "Times New Roman", Times, serif;
+    font-style: italic;
+    font-weight: normal;
+    font-size: .8em;
+}
+
+#sidebar ul.sidemenu li a:hover {
+    color: #555;
+}
+
+#sidebar ul.sidemenu ul {
+    margin: 0 0 0 5px;
+    padding: 0;
+}
+
+#sidebar ul.sidemenu ul li {
+    background: none;
+}
+
+#sidebar .indentfirst {
+    margin-left:0px;
+}
+
+#sidebar .indentsecond {
+    margin-left:20px;
+}
+
+/******************************** 
+ Content Styles
+********************************/
+.postmeta {
+    padding: 5px;
+    margin: 20px 10px 15px 10px;
+    font-size: 1em;
+    color: #777;
+    border: 1px solid #ECF8FE;
+    background: #ECF8FE;
+}
+
+.postmeta .date {
+    margin: 0 10px 0 5px;
+}
+
+.postmeta a.comments {
+    margin: 0 10px 0 5px;
+}
+
+.postmeta a.readmore {
+    margin: 0 10px 0 5px;
+}
+
+.post-info {
+    font-size: .95em;
+    padding-top: 3px;
+    margin-left: 5px;
+    color: #bababa;
+}
+
+.post-info a {
+    color: #C5935C;
+}
+
+p.thumbs {
+    padding: 12px 0 0 10px;
+}
+
+.thumbs img {
+    position: relative;
+    border: 1px solid #ebebeb;
+    background: none;
+    padding: 4px;
+    margin: 5px;
+    /* margin: 4px 7px 4px 4px; */
+}
+
+.thumbs img:hover {
+    border: 1px solid #c5c5c5;
+    background: none;
+}
+
+.thumbs a:hover {
+    background-color: transparent;
+    border: none
+}
+
+/******************************** 
+ Page Specific Styles
+********************************/
+/*HOME*/
+body#home #wrap {
+	position: relative;
+	background: #fff url(/ofbiz/images/home-wrapper.jpg) top center no-repeat;
+	width: 945px;
+	margin: 0 auto;
+	text-align: left;
+}
+
+body#home #header {
+	position: relative;
+	width: 945px;
+	height: 403px;
+	padding: 0;
+	margin: 0 auto;
+	background: transparent;
+}
+
+body#home #header #slides {
+	position: absolute;
+	top: 128px;
+	left: 10px;
+	background: url(/ofbiz/images/slideshow-bg.jpg) top center no-repeat;
+	width: 923px;
+	height: 260px;
+}
+
+body#home #header #slides .slideshow {
+	width:923px;
+	height:260px;
+	margin:0px;
+	padding:0px;
+}
+
+body#home #header #slides .callout {
+	position: absolute;
+	top: 35px;
+	left: 30px;
+	font-size: 30px;
+	line-height: 30px;
+	color: #2b1f48;
+}
+
+body#home #header #slides .description {
+	position: absolute;
+	top: 175px;
+	left: 30px;
+	font-size: 14px;
+	line-height: 15px;
+	color: #e0e0e0;
+	width: 350px;
+}
+
+body#home #header #slides .controls {
+	width: 100px;
+	position: absolute;
+	top: 15px;
+	left: 750px;
+	height:30px;
+}
+
+body#home #header #slides .controls a {
+	border: none;
+	position:absolute;
+	height:30px;
+	line-height:24px;
+	padding:5px;
+	text-indent:-9999px;
+	outline:none;
+}
+
+body#home #header #slides .controls a.previous {
+	background: url(/ofbiz/images/backward.gif) top center no-repeat;
+	left:0px;
+	height:30px;
+	width:16px;
+}
+
+body#home #header #slides .controls a.next {
+	background: url(/ofbiz/images/forward.gif) top center no-repeat;
+	left:60px;
+	height:30px;
+	width:16px;
+}
+
+body#home #header #slides .controls a.stop {
+	background: url(/ofbiz/images/pause.gif) top center no-repeat;
+	left:30px;
+	height:30px;
+	width:16px;
+}
+
+body#home #header #slides .controls a.start {
+	background: url(/ofbiz/images/start.gif) top center no-repeat;
+	left:30px;
+	height:30px;
+	width:16px;
+}
+
+body#home #header #slides .controls a img {
+	background: none;
+	border: none;
+	cursor: pointer;
+}
+
+body#home #header #slides .mantle{
+	position:absolute;
+	top:58px;
+	left:385px;
+}
+
+body#home #col1 {
+	float: left;
+	width: 260px;
+	padding: 0;
+	margin: 5px 0 0 0px;
+	display: inline;
+}
+
+body#home #col2 {
+	float: left;
+	width: 260px;
+	padding: 0;
+	margin: 5px 0 0 20px;
+	display: inline;
+}
+
+.downloadNow {
+	margin:30px 0 10px 0;
+}
+
+.downloadLinks span.docs {
+	float:left;
+	margin:0px 0px 0 0;
+	display:inline;
+}
+
+.downloadLinks span.previousVersions {
+	float:right;
+	margin:0px 20px 0 0;
+	display:inline;
+}
+
+/*SUBPAGE - NO SIDEBAR*/
+body#full #wrap {
+	position: relative;
+	background: #ffffff url(/ofbiz/images/full-wrapper.jpg) top center no-repeat;
+	width: 945px;
+	margin: 0 auto;
+	text-align: left;
+}
+
+body#semi #wrap {
+	position: relative;
+	background: #ffffff url(/ofbiz/images/wrapper.jpg) top center no-repeat;
+	width: 945px;
+	margin: 0 auto;
+	text-align: left;
+}

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/global.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-02.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-02.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-02.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-02.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-03.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-03.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-03.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-03.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-bg.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-bg.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-bg.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header-bg.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header_hot.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header_hot.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/header_hot.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/highlight-bullet.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/highlight-bullet.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/highlight-bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper-over.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper-over.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper-over.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/home-wrapper.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/house.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/house.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/house.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon1.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon1.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon1.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon1.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon2.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon2.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon2.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon2.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon3.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon3.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon3.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/icon3.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-05.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-05.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-05.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-05.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-06.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-06.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-06.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd-06.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_bkgd.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_nl.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_nl.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_nl.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.jpg
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/logo_small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main-bg.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main-bg.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_btm.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_btm.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_btm.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_btm.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_middle.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_middle.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_middle.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_middle.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top-02.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top-02.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top-02.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top-02.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top.png
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/main_top.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle2.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle2.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle2.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle3.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle3.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle3.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle4.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle4.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle4.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle5.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle5.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/mantle5.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/more.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/more.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/more.gif
------------------------------------------------------------------------------
    svn:executable = *

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/more.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next-disabled.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next-disabled.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next-disabled.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/next.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/nl.jpeg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/nl.jpeg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/nl.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz.ico
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz.ico?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_arch.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_arch.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_arch.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo_small.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo_small.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_logo_small.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_powered.gif
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_powered.gif?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbiz_powered.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css?rev=887652&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css (added)
+++ ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css Sun Dec  6 09:56:41 2009
@@ -0,0 +1,238 @@
+
+/* Apache general header color R:G:B 82:93:118, #525D76 */
+
+BODY {
+font-family: Arial, Verdana, Helvetica, sans-serif;
+background-color: #F9F7ED;
+margin-top: 0px;
+margin-right: 0px;
+margin-bottom: 0px;
+margin-left: 0px;
+}
+
+A {
+color: #4B107E;
+}
+
+A:hover { 
+color: #000000;
+text-decoration: underline;
+}
+
+UL {
+margin-top: 0; 
+margin-bottom: 0;
+}
+
+DIV.endcolumns {
+  clear: both;
+  font-size: 1px;
+}  
+
+.main-logo { 
+  height: 30px;
+  border: 0;
+}
+
+DIV.centerarea {
+margin-left: 2px;
+margin-right: 2px;
+margin-top: 2px;
+}
+
+DIV.contentarea {
+margin-top: 10px;
+padding: 10px;
+}
+
+#footer {
+font-size: 10px;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+color: #2D4362;
+}
+
+.headerboxoutside {
+padding: 0;
+width: 100%;
+}
+
+.headerboxtop {
+padding-top: 10px;
+}
+
+.headerboxtop .left {
+float: left;
+width: 300px;
+padding-left: 10px;
+}
+
+.headerboxtop .left a img {
+margin: 0;
+padding: 4px;
+background-color: #FFFFFF;
+border: #999999 solid 1px;
+}
+
+.headerboxtop .right {
+float: right;
+width: 500px;
+text-align: right;
+padding-top: 10px;
+padding-right: 12px;
+}
+
+.headerboxbottom {
+padding: 0;
+}
+
+/* ===== link-column Styles ===== */
+#link-column {
+float: right;
+width: 210px;
+/*background: white;*/
+/*background: #E2E7EC;*/
+/*border: #999999 dotted 1px; padding-bottom: 8px;*/
+}
+
+#link-column h2 {
+margin: 0px 0px 0px 0px;
+padding: 6px 4px 6px 4px; 
+/*background: #CDDADC;*/
+color: black;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-size: 14px;
+font-weight: bold;
+}
+#link-column h3 {
+margin: 0px 0px 0px 0px;
+padding: 1px 4px 1px 6px;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-size: 11px;
+font-weight: bold;
+color: #4B107E;
+}
+#link-column h3 a {
+color: #4B107E;
+margin: 0px;
+padding: 0px;
+display: inline;
+text-decoration: underline;
+}
+#link-column h3 a:hover {
+color: #2D4362;
+text-decoration: underline;
+background: transparent;
+border: #000000 none 0px;
+}
+#link-column a {
+margin: 0px 0px 0px 0px;
+padding: 1px 4px 1px 10px;
+display: block;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-size: 11px;
+font-weight: bold;
+color: #C9123F;
+text-decoration: none;
+}
+#link-column a:hover {
+background: #CDDADC;
+color: #000000;
+}
+#link-column a.sub-link {
+padding: 0px 2px 0px 2px;
+display: inline;
+text-decoration: underline;
+}
+
+#link-column p {
+margin: 0px 0px 0px 0px;
+padding: 1px 4px 1px 10px;
+display: block;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-size: 11px;
+font-weight: bold;
+background: #CDDADC;
+color: #934000;
+text-decoration: none;
+}
+
+/* ===== detail-column Styles ===== */
+#detail-column {
+margin-right: 222px;
+}
+#detail-column h2 {
+margin: 0px 0px 0px 0px;
+font-size: 12pt;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-weight: bold;
+/*background: #525D76;*/
+color: #000000;
+padding: 2px 0px 2px 4px;
+}
+#detail-column h2 a {
+display: inline;
+color: #2D4362;
+text-decoration: none;
+}
+#detail-column h2 a:hover {
+display: inline;
+color: #934000;
+text-decoration: underline;
+}
+
+#detail-column h3 {
+margin: 0px 0px 2px 0px;
+font-size: 9pt;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+font-weight: bold;
+color: #934000;
+}
+#detail-column h3 a {
+display: inline;
+color: #2D4362;
+text-decoration: none;
+}
+#detail-column h3 a:hover {
+display: inline;
+color: #934000;
+text-decoration: underline;
+}
+
+#detail-column p {
+margin: 6px 0px 6px 0px;
+font-size: 9pt;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+}
+#detail-column p a {
+padding-left: 2px;
+padding-right: 2px;
+display: inline;
+color: #4B107E;
+text-decoration: none;
+font-weight: bold;
+}
+#detail-column p a:hover {
+color: #000000;
+text-decoration: underline;
+background: transparent;
+}
+#detail-column p a.sub-link {
+font-weight: normal;
+}
+
+#detail-column ul {
+margin: 2px 0;
+padding-left: 20px;
+}
+#detail-column ul li {
+font-size: 9pt;
+font-family: Arial, Verdana, Helvetica, sans-serif;
+}
+
+
+#special, #intro, #users, #announcements, #inthenews, #testimonials, #projects-standards {
+margin: 0px 0px 10px 0px;
+padding: 5px;
+border: #999999 dotted 1px;
+/*background: #E2E7EC;*/
+}

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/ofbws.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/openegovernment_logo.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/openegovernment_logo.jpg?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/openegovernment_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/opentaps_logo.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/opentaps_logo.png?rev=887652&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/ofbiz/webapp/ofbiz/images/opentaps_logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png