svn commit: r736967 - in /ofbiz/trunk/specialpurpose/cmssite: ./ data/ template/ofbiz/ webapp/ofbizsite/ webapp/ofbizsite/WEB-INF/ webapp/ofbizsite/error/ webapp/ofbizsite/images/ widget/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r736967 - in /ofbiz/trunk/specialpurpose/cmssite: ./ data/ template/ofbiz/ webapp/ofbizsite/ webapp/ofbizsite/WEB-INF/ webapp/ofbizsite/error/ webapp/ofbizsite/images/ widget/

hansbak-2
Author: hansbak
Date: Thu Jan 22 23:17:44 2009
New Revision: 736967

URL: http://svn.apache.org/viewvc?rev=736967&view=rev
Log:
just a quick import of the ofbiz site into svn. if we can redirect the ofbiz.apache.org site to this site at localhost:8080/ofbiz we have the ofbiz site running under ofbiz..and update the site in the normal ofbiz svn......next step is to make use of the ofbiz content facilities

Added:
    ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/
    ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl   (with props)
    ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizHead.ftl   (with props)
    ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMain.ftl   (with props)
    ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMenu.ftl   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/controller.xml   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/error.jsp   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/2008-usa-125x125.png   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/apache-feather.png   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbiz_logo.jpg   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbiz_powered.gif   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css   (with props)
    ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp   (with props)
    ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml   (with props)
Removed:
    ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteSeedData.xml
Modified:
    ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml
    ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml?rev=736967&r1=736966&r2=736967&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml Thu Jan 22 23:17:44 2009
@@ -19,6 +19,7 @@
 -->
 
 <entity-engine-xml>
+    <WebSite webSiteId="CmsSite" siteName="CMS Web Site"/>
     <Content contentId="CMSS_PPOINT" contentTypeId="WEB_SITE_PUB_PT" contentName="CMS Site Publish Point" description=""/>
     <WebSiteContent webSiteId="CmsSite" contentId="CMSS_PPOINT" webSiteContentTypeId="PUBLISH_POINT" fromDate="2001-01-01 00:00:00"/>
 
@@ -132,4 +133,14 @@
                                                                                                              |________(ContentAssoc of type SUB_CONTENT with mapKey "sub2")______> CMSS_DEMO_PAGE1_2 (Content of type DOCUMENT)
     -->
 
+<!-- =========================official OFBiz website ============================================ -->    
+    <WebSite webSiteId="OfbizSite" siteName="OFBiz Web Site"/>
+    <Content contentId="OFBIZ_PPOINT" contentTypeId="OFBIZ_SITE_PUB_PT" contentName="OFBiz Site Publish Point" description=""/>
+    <WebSiteContent webSiteId="OfbizSite" contentId="OFBIZ_PPOINT" webSiteContentTypeId="PUBLISH_POINT" fromDate="2001-01-01 00:00:00"/>
+    <DataResource dataResourceId="OFBIZ_DEC" dataResourceTypeId="URL_RESOURCE" dataTemplateTypeId="FTL"
+        objectInfo="component://cmssite/widget/template/cms/MainDecorator.ftl"/>
+    <Content contentId="OFBIZ_DEC" contentTypeId="DECORATOR" contentName="CMS Site Main Decorator" dataResourceId="OFBIZ_DEC"/>
+    <ContentPurpose contentId="OFBIZ_DEC" contentPurposeTypeId="SECTION"/>
+    
+    
 </entity-engine-xml>

Modified: ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml?rev=736967&r1=736966&r2=736967&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/cmssite/ofbiz-component.xml Thu Jan 22 23:17:44 2009
@@ -22,7 +22,6 @@
         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"/>
-    <entity-resource type="data" reader-name="seed" loader="main" location="data/CmsSiteSeedData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/CmsSiteDemoData.xml"/>
 
     <webapp name="cmssite"
@@ -32,5 +31,12 @@
         location="webapp/cmssite"
         mount-point="/cmssite"
         app-bar-display="true"/>
+    <webapp name="ofbizsite"
+        title="OFBiz Site"
+        menu-name="secondary"
+        server="default-server"
+        location="webapp/ofbizsite"
+        mount-point="/ofbiz"
+        app-bar-display="true"/>
 </ofbiz-component>
 

Added: ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl (added)
+++ ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizFooter.ftl Thu Jan 22 23:17:44 2009
@@ -0,0 +1,33 @@
+<#--
+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>
+</div>
+<br/>
+<div align="center">
+    <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://ofbiz.apache.org/"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"/></a>
+    <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!"/></a>
+</div>
+<br/>
+<div id="footer" align="center">
+  <div>Copyright (c) 2001-2008 The Apache Software Foundation - <a href="http://www.apache.org/" class="tabletext" target="_blank">www.apache.org</a></div>
+</div>
+<br/>
+
+</body>
+</html>

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizHead.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizHead.ftl?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizHead.ftl (added)
+++ ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizHead.ftl Thu Jan 22 23:17:44 2009
@@ -0,0 +1,63 @@
+<#--
+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">
+<!--
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+    <title>OFBiz, The Apache Open For Business Project - Open Source E-Business / E-Commerce, ERP, CRM, POS</title>
+    <link rel="stylesheet" href="images/ofbws.css" type="text/css"/>
+    <meta name="keywords" content="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"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <link rel="shortcut icon" href="images/ofbiz.ico"/>    
+</head>
+
+<body>
+
+<!-- start header -->
+<div class="headerboxoutside">
+    <div class="headerboxtop">
+        <div class="left">
+            <a href="http://ofbiz.apache.org/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a>
+        </div>
+        <div class="right">
+            <a href="http://ofbiz.apache.org/"><img class="main-logo" src="images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a>
+
+            <a href="http://www.apache.org/"><img class="main-logo" src="images/apache-feather.png" alt="Apache Software Foundation"/></a>
+        </div>
+        <div class="endcolumns"><span>&nbsp;</span></div>
+    </div>
+</div>
+<!-- end header -->
+
+<div class="centerarea">
+  <div class="contentarea">

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMain.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMain.ftl?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMain.ftl (added)
+++ ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMain.ftl Thu Jan 22 23:17:44 2009
@@ -0,0 +1,251 @@
+<#--
+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="detail-column">
+      <div id="special">
+        <h2>What's new?</h2>
+        <p><a href="http://us.apachecon.com/c/acus2008/"><img src="http://www.apache.org/ads/ApacheCon/2008-usa-125x125.png" alt="ApacheCon US 2008" align="left"/></a>
+        <b>CHECK IT OUT!</b> There is a special <a href="http://us.apachecon.com/c/acus2008/schedule/ofbiz-symposium">OFBiz Symposium</a> at <a href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a> in New Orleans on Novemver 3-7. This event includes 2 days of training sessions, 2 days of conference presentations, and BOF sessions in the evening after the conference. Because it is a part of ApacheCon attendees can also enjoy other ApacheCon training and conference sessions and participate in other events including the Hackathon, Barcamp Apache (wiki driven unconference), and the Expo (show floor) which will include companies using OFBiz as well as others. See <a href="http://us.apachecon.com/c/acus2008/schedule/ofbiz-symposium">schedule details here</a>, and <a href="http://guest.cvent.com/i.aspx?4W,M3,e057feb1-c5f1-4430-a0ce-c4d78049759e">register here</a>.</p>
+
+        <p>There are new features every day in OFBiz. For a summary <a href="http://docs.ofbiz.org/x/-Qs">see new feature summary here</a>.</p>
+        <p>&nbsp;-&nbsp;Accounting: auto-posting services in testing and reports in build-out</p>
+        <p>&nbsp;-&nbsp;Project Management: extension of the WorkEffort and other base components, initially complete and being refined</p>
+        <p>Free Training Videos are now available that offer an introduction to the Apache OFBiz Framework, based on the example component.
+          They can be <a href="http://docs.ofbiz.org/x/PQM">downloaded here</a>.</p>
+
+      </div>
+
+      <div id="intro">
+        <h2>Introduction: What is Apache OFBiz?</h2>
+        <p>The Apache Open For Business Project is an open source enterprise
+        automation software project licensed under the Apache License Version 2.0. By open source enterprise automation we mean:
+        Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP,
+        Open Source CMMS/EAM, and so on.</p>
+        
+        <p>Apache OFBiz is a foundation and starting point for enterprise solutions, be they for one organization or one million.
+        OFBiz can certainly be used OOTB (out of the box), but if you're looking for something that works really well for that there are many open source projects that do a great job there.
+        OFBiz is great for creating specialized applications for use OOTB by other organizations.
+        OFBiz is also great for organizations that need more than what an OOTB application can offer in order to grow their operations, but find the deployment and maintenance costs of traditional enterprise systems that can handle such things to be unreasonable or unjustifiable.
+        </p>
+        <p>Being open source under the Apache 2.0 license and driven by a community Apache OFBiz offers both flexibility by design and by access to code, and a solution where you're not alone but rather can work with many others to get things done.
+        </p>
+
+        
+        <p>For answers to your questions you might find the following documents useful:
+          <a href="http://docs.ofbiz.org/x/lQM">Project Overview</a>,
+          <a href="http://docs.ofbiz.org/x/hgM">Is Apache OFBiz for Me?</a>,
+          <a href="feature-list.html">Feature List</a>, and
+          <a href="comingsoon.html">Features Coming Soon</a>
+        </p>
+
+        <p>For more technical information, see the <a href="http://docs.ofbiz.org/x/Swg">Documentation</a> page.</p>
+
+        
+        <p>Apache OFBiz offers a great deal of functionality, including:</p>
+        <ul>
+         <li>advanced e-commerce</li>
+         <li>catalog management</li>
+         <li>promotion &amp; pricing management</li>
+         <li>order management (sales &amp; purchase)</li>
+
+         <li>customer management (part of general party management)</li>
+         <li>warehouse management</li>
+         <li>fulfillment (auto stock moves, batched pick, pack &amp; ship)</li>
+         <li>accounting (invoice, payment &amp; billing accounts, fixed assets)</li>
+         <li>manufacturing management</li>
+
+         <li>general work effort management (events, tasks, projects, requests, etc)</li>
+         <li>content management (for product content, web sites, general content, blogging, forums, etc)</li>
+         <li>a maturing Point Of Sales (POS) module using <b><a href="http://www.xoetrope.com/xui" target="_blank">XUI</a></b> as rich client interface</li>
+         <li>and much more all in an open source package!</li>
+        </ul>
+
+      </div>
+
+        <div id="users">
+            <!-- NOTE DEJ20061231 Please leave this section here; it is duplicated information from the User List page on docs.ofbiz.org, but represents a selection of the best sites and is important to leave here as it is something always asked about -->
+            <h2>Who is Using Apache OFBiz?</h2>
+            
+            <p>It's hard to say who and how many organizations are using Apache OFBiz because you don't have to tell us when you use it, but there are lots of public sites and we've listed some of them for you here.</p>
+            
+            <p>Products based on Apache OFBiz:
+                <a href="http://www.codesquare.com/products.html" target="_blank">Codesquare Helix</a>
+
+                <a href="http://www.myaffiliateprogram.com/u/mvelopes/t.asp?id=1138" target="_blank">Mvelopes (FREE TRIAL!) (Commercial-Service)</a>
+                <a href="http://www.atlassian.com/software/jira/default.jsp" target="_blank">Atlassian JIRA (Commercial)</a>
+                <a href="http://www.opentaps.org/index.php" target="_blank">opentaps Open Source ERP + CRM (GPL/Commercial)</a>
+                <a href="http://neogia.labs.libre-entreprise.org/index.html" target="_blank">Neogia (GPL)</a>
+                <a href="http://sourcetapcrm.sourceforge.net" target="_blank">SourceTap CRM (GPL/Commercial)</a>
+                <a href="http://www.neulion.com" target="_blank">NeuLion SAVANNA</a>
+
+                <a href="http://www.mietta.info" target="_blank">XtraMind Mietta 2</a>
+                <!-- <a href="http://www.linux-at-business.com/article.php3?id_article=64" target="_blank">Linux@Business INF (French)</a> -->
+            </p>
+            
+            <p>A selection of public sites (mostly, but not all, ecommerce) using Apache OFBiz:
+                <a href="http://www.1800flowers.com/" target="_blank">***1-800-Flowers.com</a>
+                <a href="http://www.actionenvelope.com/" target="_blank">***Action Envelope</a>
+                <a href="http://checkmark.heart.org/" target="_blank">***American Heart Association: Grocery List Builder</a>
+
+                <a href="http://www.ameniti.com/" target="_blank">***Ameniti Luxury Travel Club</a>
+                <!--a href="http://hello2.cellularone.com/" target="_blank">**CellularOne (flash front-end)</a>
+                <a href="http://www.chocolatesecrets.net/index.htm" target="_blank">**Chocolate Secrets</a-->
+                <a href="http://www.citydeals.com/deals/control/main" target="_blank">***City Deals</a>
+                <a href="http://www.complianceonline.com/ecommerce/control/main" target="_blank">**Compliance Online Store</a>
+                <a href="http://www.dkny.com/control/main" target="_blank">**DKNY</a>
+                <a href="http://www.graciousstyle.com/" target="_blank">***Gracious Style</a>
+
+                <a href="http://www.imaginwood.com" target="_blank">***ImagINwood</a>
+                <a href="http://www.junipermusic.com" target="_blank">***Juniper Music + Soundesign</a>
+                <a href="http://webshop.messergroup.com/control/main" target="_blank">**Messer Group (German, French)</a>
+                <a href="http://www.oldglory.com/lp/main" target="_blank">***Old Glory</a>
+                <a href="http://www.parago.com" target="_blank">***Parago</a>
+                <a href="http://www.partnerhomes.com" target="_blank">**Partner Homes</a>
+
+                <a href="http://www.peacockalley.com/control/main" target="_blank">***Peacock Alley</a>
+                <!--a href="http://www.esalton.com/control/main" target="_blank">***Salton</a-->
+                <a href="http://www.shirtpainter.com/ecommerce/control/main" target="_blank">***Shirt Painter (German)</a>
+                <a href="https://www.silverwingsplus.com/swhome/control/swpHome" target="_blank">***Silver Wings Plus Club</a>
+                <a href="http://www.steinersports.com/ssm/control/home" target="_blank">***Steiner Sports</a>
+                <a href="http://www.totes-isotoner-sales.com/ecommerce/control/main" target="_blank">**totes >> ISOTONER</a>
+
+                <a href="http://www.ulta.com/control/main" target="_blank">***Ulta</a>
+                <a href="http://www.undersunconsulting.com/control/home.html" target="_blank">**Undersun Consulting</a>
+                <a href="http://store.xinit.com/ecommerce/control/main" target="_blank">***Xinit Systems</a>
+                <!--a href="http://www.worldfranchisecouncil.org/control/cpview?contentId=WFC_HOME" target="_blank">**World Franchise Council</a-->
+            </p>
+            <p>For a more complete list of sites see the <a href="http://docs.ofbiz.org/x/ZQM">Apache OFBiz User List</a> page.</p>
+
+      </div>
+        <div id="inthenews">        
+            <h2>Apache OFBiz in the News</h2>
+            <p>2008-11-09 &quot;<a href="http://www.packtpub.com/apache-ofbiz-development-beginners-tutorial/book" target="_blank">Apache OFBiz Development: The Beginner's Tutorial (a new book from Packt Publishing, cover only release 4.0).</a>&quot; on <a href="http://www.packtpub.com/" target="_blank">Packt Publishing</a></p>
+            <p>2008-02-19 &quot;<a href="http://www.ebizq.net/hot_topics/open_source/features/8926.html" target="_blank">Can OSS ERP Projects Meet User Demand? (registration required)</a>&quot; on <a href="http://www.ebizq.net" target="_blank">ebizQ</a></p>
+
+            <p>2007-10-15 &quot;<a href="http://www.techworld.com/storage/features/index.cfm?featureid=3729&amp;pagtype=all" target="_blank">Using open source to give you what you want</a>&quot; on <a href="http://www.techworld.com" target="_blank">Techworld</a></p>
+            <p>2007-09-24 &quot;<a href="http://www.computerweekly.com/Articles/2007/09/24/226987/e-tailer-cuts-licensing-costs-with-linux-server.htm" target="_blank">E-tailer cuts licensing costs with Linux server</a>&quot; on <a href="http://www.computerweekly.com/" target="_blank">ComputerWeekly</a></p>
+            <p>2007-09-10 &quot;<a href="http://www.infoworld.com/article/07/09/10/37FE-boss-applications_1.html" target="_blank">Best of open source applications</a>&quot; on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p>
+
+            <p>2007-02-26 &quot;<a href="http://www.crn.com/software/197008228" target="_blank">6 Key Players In ERP</a>&quot; on <a href="http://www.crn.com/" target="_blank">CRN</a></p>
+            <p>2007-02-22 &quot;<a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9011649" target="_blank">More midmarket firms choose open-source ERP</a>&quot; on <a href="http://www.computerworld.com/" target="_blank">ComputerWorld</a></p>
+            <p>2006-12-06 &quot;<a href="http://feathercast.org/?p=37" target="_blank">Feathercast Episode 22: OFBiz</a>&quot; on <a href="http://feathercast.org/" target="_blank">FeatherCast</a></p>
+
+            <p>2006-11-30 &quot;<a href="http://www.linuxworld.com/podcasts/linux/ean_schuessler_on_apache_open.html" target="_blank">LinuxWorld LinuxCast: Ean Schuessler on Apache Open For Business</a>&quot; on <a href="http://www.linuxworld.com/" target="_blank">LinuxWorld</a></p>
+            <p>2006-10-25 &quot;<a href="http://www.sema.org/main/semaorghome.aspx?id=56095" target="_blank">SEMA Technology: Open Source Explained</a>&quot; on <a href="http://www.sema.org/main/semaorghome.aspx?ID=/content/SEMAorg/HomePage" target="_blank">SEMA.org</a></p>
+            <p>2006-10-02 &quot;<a href="http://joss4biz.interition.net/roller/page/joss4biz/20061002" target="_blank">JOSS4BIZ Episode 5 - David E Jones and Apache OfBiz</a>&quot; on <a href="http://joss4biz.interition.net/" target="_blank">JOSS4BIZ Podcast</a></p>
+
+            <p>2006-09-30 &quot;<a href="http://dev.mysql.com/tech-resources/interviews/si-chen-opentaps.html" target="_blank">Interview with Si Chen by Colin Charles</a>&quot; on <a href="http://dev.mysql.com" target="_blank">Mysql Developer Zone</a></p>
+            <p>2006-08-28 &quot;<a href="http://blogs.zdnet.com/service-oriented/?p=698" target="_blank">AMR: SOA will kill ERP</a>&quot; on <a href="http://www.zdnet.com/" target="_blank">ZDNet</a></p>
+            <p>2006-06-23 &quot;<a href="http://www.crn.com/sections/special/reports/sellingsmb.jhtml?articleId=189600063" target="_blank">ERP Enters Open-Source Renaissance</a>&quot; on <a href="http://www.crn.com/" target="_blank">CRN</a></p>
+
+            <!--p>2006-06-10 &quot;<a href="http://software.newsforge.com/article.pl?sid=06/06/10/0325247&amp;tid=132&amp;tid=15" target="_blank">Why Enterprises are Adopting Open Source Apps</a>&quot; on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p-->
+            <p>2006-03-13 &quot;<a href="http://www.eweek.com/c/a/Enterprise-Apps/ERP-Share-and-Share-Alike/" target="_blank">ERP: Share and Share Alike</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
+        </div>
+        
+      <div id="announcements">        
+        <h2>Old Announcements and News</h2>
+        <h3>Announcements</h3>
+
+          
+        <p>Check out the presentation on <b>Apache OFBiz at JavaOne</b> by Ean Scheussler of <a href="http://www.brainfood.com" target="_blank">Brainfood</a> and David Jones of <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">HotWax Media</a>:
+        <a href="http://www28.cplan.com/cc158/sessions_catalog.jsp?ilc=158-1&amp;ilg=english&amp;isort=&amp;isort_type=&amp;is=yes&amp;icriteria1=+&amp;icriteria2=+&amp;icriteria7=+&amp;icriteria9=TS-7900&amp;icriteria8=&amp;icriteria3=" target="_blank">Session TS-7900, Apache OFBiz: Real-World Open Source Java Platform ERP</a>. It was on Wednesday May 9th, 2007 at 4:10 PM.</p>
+      
+        <p>Apache OFBiz is now officially a TLP (top level project) at the Apache Software Foundation!
+           See the details <a href="http://incubator.apache.org/projects/ofbiz.html">here</a>.
+        </p>
+
+          
+        <p>The 2006 OFBiz Users Conference turned out Great! The video recordings are available <a href="VideosConf.html">here</a>.</p>
+        <p>The <b>2006 Open For Business Users Conference</b> was held in Ephraim, UT, USA on the 3rd and 4th of November, 2006.
+              Special thanks to <a href="http://www.automationgroups.com" target="_blank">Automation Groups</a> for hosting the conference this year.
+        </p>
+          
+        <p>Apache OFBiz had an exhibit booth and BoF session at the upcoming OSCON show in Portland, OR on 26-28 July 2006. For details see the mailing list announcement
+            <a href="http://lists.ofbiz.org/pipermail/users/2006-June/012727.html">here</a>.</p>
+
+        <p>OFBiz is in the Apache Incubator. See the status here: <a href="http://incubator.apache.org/projects/ofbiz.html">here</a>.</p>
+
+        <p>Free Training Videos are now available that offer an introduction to the Apache OFBiz Framework, based on the example component.
+            They can be downloaded <a href="http://docs.ofbiz.org/x/PQM">here</a>.</p>
+          
+        <p>The 2005 OFBiz Users Conference turned out Great! The video recordings are available <a href="VideosConf.html">here</a>.</p>
+
+          
+        <p>The <b>2005 Open For Business Users Conference</b> was held in St. Louis, MO, USA on the 21st and 22nd of July, 2005.
+        Special thanks to <a href="http://www.contegix.com" target="_blank">Contegix</a> for hosting the conference this year.
+         <a href="http://www.hotwaxmedia.com/?atc=OFB">Hotwax Media</a> teamed up with Contegix to offer 2 days of training prior to the conference (on July 19-20).
+        For details and registration information please see the <a href="http://lists.ofbiz.org/pipermail/users/2005-May/007887.html" target="_blank">official announcement</a> on the OFBiz Users mailing list,
+        and the <a href="http://lists.ofbiz.org/pipermail/users/2005-May/007926.html" target="_blank">preview/update</a> with more information about what you'll see there.
+        </p>
+
+        <p>Also see the <a href="http://lists.ofbiz.org/pipermail/users/2005-July/008161.html" target="_blank">latest update on the 2005 OFBiz Users Conference</a> with detailed session information and everything you need to know to attend.</p>
+          
+        <p>New Case Study from Integral Business Solutions about their projects
+          based on Apache OFBiz, especially recent work they have done for the US Air Force. <a href="IntegralAirForceCaseStudy.pdf">Download the complete document here.</a></p>
+        
+        <p>Apache OFBiz Basic Production Setup document Now Available: <a href="http://docs.ofbiz.org/x/j">Apache OFBiz Production Setup Guide</a>.
+        This is a free download meant to help you get going with Apache OFBiz. It is sponsored by
+         <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a> and
+        <a href="http://www.go-integral.com" target="_blank">Integral Business Solutions</a>.
+        </p>
+
+        
+        <p>New Success Story Article about OFBiz on java.net:
+        <a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">Read it here.</a>
+        </p>
+        
+        <p>The <b>2004 Open For Business Users Conference</b> was
+        held in Minneapolis, MN, USA on the 27th and 28th of May, 2004. It was
+        hosted by <a href="http://www.go-integral.com" target="_blank">Integral Business Solutions</a>
+        and held in a contributed room on the new Best Buy campus. Just like
+        the 2003 conference hosted by <a href="http://www.automationgroups.com" target="_blank">Automation Groups</a>
+
+        this conference turned out great, and was well attended. We did a recording
+        of the conference again this year, but this time it is DVD quality, and requires
+        2 DVDs even though it is compressed with DivX. Includes about 14 hours of high quality
+        discussion and presentation of new and stable features in OFBiz.
+        For more information, see the <a href="VideosConf.html">Conference Videos</a> page.
+        </p>
+          
+        <h3>News</h3>
+        <p>2005-11-18 &quot;<a href="http://www.thechannelinsider.com/article/The+Case+for+OpenSource+ERP/165733_1.aspx" target="_blank">The Case for Open-Source ERP</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
+        <p>2005-09-06 &quot;<a href="http://www.thechannelinsider.com/article/Open+Source+Offers+ERP+Alternative/159460_1.aspx" target="_blank">Open Source Offers ERP Alternative</a>&quot; on <a href="http://www.thechannelinsider.com/" target="_blank">eWeek Channel Insider</a></p>
+
+        <p>2005-09/10 &quot;Gaining Acceptance: Real-World Experiences with Open Source Business Applications (Vol 1, Num 2, Page 40)&quot; on <a href="http://www.eosj.com/" target="_blank">Enterprise Open Source Journal</a></p>
+        <p>2005-08-08 &quot;<a href="http://www.infoworld.com/article/05/08/08/32FEosscrm_1.html?s=feature" target="_blank">Open Source CRM</a>&quot; on <a href="http://www.infoworld.com/" target="_blank">InfoWorld</a></p>
+        <p>2005-06-16 &quot;<a href="http://searchenterpriselinux.techtarget.com/originalContent/0,289142,sid39_gci1098875,00.html" target="_blank">SMBs no longer shut out of ERP</a>&quot; on <a href="http://searchenterpriselinux.techtarget.com/" target="_blank">SearchEnterpriseLinux.com</a></p>
+
+        <!--p>2005-01-26 &quot;<a href="http://newsvac.newsforge.com/article.pl?sid=05/01/26/1648214" target="_blank">ObjectWeb announces Winners of Best Use Cases Award</a>&quot; on <a href="http://www.newsforge.com/" target="_blank">NewsForge</a></p-->
+        <p>2004-09-11 &quot;<a href="http://www.cio.com.au/index.php?id=318248421" target="_blank">Open For Business</a>&quot; on <a href="http://www.cio.com.au/index.php" target="_blank">CIO Australia</a></p>
+        <p>2004-09-07 &quot;<a href="http://www.technology-evaluation.com/Research/ResearchHighlights/FreeOpenSource/2004/09/research_notes/prn_VN_FS_JC_09_07_04_1.asp" target="_blank">TEC Talks to the Open For Business Project - Free and Open Source Software Business Models Part One: OFBiz</a>&quot; on <a href="http://www.technology-evaluation.com/" target="_blank">Technology Evaluation Centers</a></p>
+        <p>2004-06-01 &quot;<a href="http://today.java.net/pub/a/today/2004/06/01/ofbiz.html" target="_blank">java.net Success Story: Open For Business</a>&quot; on <a href="http://www.java.net/" target="_blank">java.net</a></p>
+
+        <p>2004-03-10 &quot;<a href="http://www.ecsforum.org/ecsforum.asp?page=AnnualConf2004" target="_blank">The Open Source Alternative for Direct Commerce (presentation)</a>&quot; on <a href="http://www.ecsforum.org/home.asp" target="_blank">eCSForum</a></p>
+        <p>2003-06-01 &quot;<a href="http://www.connect-utah.com/article.asp?r=39&amp;iid=4&amp;sid=1" target="_blank">A New Business Model for Web Services</a>&quot; on <a href="http://www.connect-utah.com/" target="_blank">Connect Magazine</a></p>
+        <p>2003-03-01 &quot;<a href="http://www.internetretailer.com/article.asp?id=8731" target="_blank">They Did It Their Way</a>&quot; on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p>
+
+        <p>2003-01-27 &quot;<a href="http://www.internetretailer.com/dailyNews.asp?id=8499" target="_blank">ReturnBuy.com’s open source platform saves big off the bat</a>&quot; on <a href="http://www.internetretailer.com/" target="_blank">Internet Retailer</a></p>
+      </div>
+
+    </div>
+
+    <div class="endcolumns"><span>&nbsp;</span></div>    
+
+<!-- content end -->

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMenu.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMenu.ftl?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMenu.ftl (added)
+++ ofbiz/trunk/specialpurpose/cmssite/template/ofbiz/ofbizMenu.ftl Thu Jan 22 23:17:44 2009
@@ -0,0 +1,124 @@
+<#--
+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="link-column">
+
+        <h2>What is Apache OFBiz?</h2>
+        <a href="http://docs.ofbiz.org/x/lQM">Project Overview</a>
+        <a href="http://docs.ofbiz.org/x/hgM">Is OFBiz for Me?</a>
+        <a href="http://docs.ofbiz.org/x/-Qs">Main New Features</a>
+        <a href="comingsoon.html">Features Coming Soon</a>
+        <a href="feature-list.html">Feature List</a>
+
+        <a href="http://docs.ofbiz.org/x/ZQM">User List</a>
+        <a href="http://docs.ofbiz.org/x/UwM">User Stories</a>
+        <a href="http://docs.ofbiz.org/x/jQM">Brochures, etc</a>
+        <a href="http://docs.ofbiz.org/x/Swg">Documentation</a>
+        <a href="VideosConf.html">Conference Videos</a>
+        <a href="http://docs.ofbiz.org/x/PQM">Framework Intro Videos</a>
+
+        
+        <h2>Demo Sites</h2>
+        <h3>Trunk Demo</h3>
+        <a href="http://demo.hotwaxmedia.com/ecommerce/control/main" target="_blank">eCommerce Demo</a>
+        <a href="https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz" target="_blank">Management Apps</a>
+        <h3>Release 4.0 Branch Demo</h3>
+        <a href="http://demo40.hotwaxmedia.com/ecommerce/control/main" target="_blank">eCommerce Demo</a>
+
+        <a href="https://demo40.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz" target="_blank">Management Apps</a>
+        <h3>Other Demos</h3>
+        <a href="http://docs.ofbiz.org/x/yg4" target="_blank">Alternative Demo Servers</a>
+      
+        <h2>Download OFBiz</h2>
+        <a href="http://docs.ofbiz.org/x/rwM">Getting Started (Read this first)</a>
+        <a href="http://docs.ofbiz.org/x/mAM">Copyright &amp; License</a>
+
+        <a href="http://docs.ofbiz.org/x/mgM">Source Access (Recommended)</a>
+        <a href="http://build.hotwaxmedia.com/">Nightly Builds (Ready to use)</a>
+        
+        <h2>Resources &amp; Tools</h2>
+        <a href="http://docs.ofbiz.org/x/Swg">Main Documentation Page</a>
+        <a href="http://docs.ofbiz.org/x/yAk">Mailing Lists</a>
+
+        <a href="https://issues.apache.org/jira/browse/OFBIZ">Issue Tracker (Jira)</a>
+        <a href="http://docs.ofbiz.org/x/mgM">Source Repository (SVN)</a>
+        <a href="http://fisheye6.cenqua.com/browse/ofbiz">Source Browse and Stats (Fisheye)</a>
+        <!-- no RSS feed any more... <a href="http://www.ofbiz.org/rss/svnlog.rss">SVN Commit RSS Feed</a> -->
+        <a href="http://api.ofbiz.org/">API Reference (Javadoc)</a>
+        <a href="http://docs.ofbiz.org/display/OFBIZ">Documentation Site: Wiki</a>
+
+        <a href="VideosConf.html">Conference Videos</a>
+        <a href="http://docs.ofbiz.org/x/QQg">Books</a>
+        <a href="http://docs.ofbiz.org/x/SgU">Open Source Projects, Standards</a>
+
+        <!-- DEJ20080122 commenting these out, may want to totally remove eventually as they are only of interest for historical purposes
+        <h2>Old Resources</h2>
+        <a href="http://lists.ofbiz.org">Old Mailing Lists</a>
+        <a href="http://jira.ofbiz.org">Old Issue Tracker (Jira)</a>
+        <a href="http://ofbizwiki.go-integral.com">Old Wiki</a>
+        <a href="https://ofbiz.dev.java.net/">The Old Java.net Site</a>
+        <a href="http://sourceforge.net/projects/ofbiz">The Old SourceForge.net Site</a>
+        <a href="http://incubator.apache.org/projects/ofbiz.html">Apache Incubator Status</a>
+        -->
+        
+        <h2>Apache OFBiz Related Blogs</h2>
+        <a href="http://osofbiz.blogspot.com">Open Source Business and Open For Business by David E. Jones</a>
+
+        <a href="http://ofbiz-new.blogspot.com">What's New in OFBiz by Si Chen</a>
+        
+        <h2>Apache OFBiz Communities</h2>
+        <h3>Locales</h3>
+  <!-- not really a community?
+        <a href="http://www.nereide.biz/rubrique.php3?id_rubrique=5">France</a> -->
+        <a href="http://www.ofbiz.de" target="_blank">Germany</a>
+        <a href="http://www.ofbiz.in.th" target="_blank">Thailand</a>
+
+        <a href="http://www.ofbiz.nl" target="_blank">Netherlands</a>
+  <!-- currently not available
+        <a href="http://www.ofbiz.co.uk" target="_blank">United Kingdom</a>
+        <a href="http://www.ofbizchina.com">China</a> -->
+        <a href="http://www.ofbiz.it" target="_blank">Italy</a>
+        <!-- <div>NOTE: These sites are not official parts of OFBiz.org but are maintained by users and enthusiasts of OFBiz in different parts of the world and provide valuable resources and localized information.</div> -->
+        <h3>Industries</h3>
+        <a href="http://opentravelsystem.org">Travel</a>
+        <a href="http://www.openegovernment.org">Government</a>
+
+        <h2>Service Providers</h2>
+        <a href="http://docs.ofbiz.org/x/JAM" target="_blank"><b>Complete Listing on Wiki</b></a>
+        <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank"><b>Hotwax Media</b></a>
+        <a href="http://www.antwebsystems.com" target="_blank"><b>Ant Websystems</b></a>
+        <a href="http://www.opensourcestrategies.com/ofbiz/" target="_blank"><b>Open Source Strategies, Inc.</b></a>
+        <a href="http://www.go-integral.com" target="_blank"><b>Integral Business Solutions</b></a>
+
+        <a href="http://www.brainfood.com" target="_blank"><b>Brainfood</b></a>
+        <a href="http://www.automationgroups.com" target="_blank"><b>Automation Groups International</b></a>
+        <a href="http://openplus.co.uk" target="_blank"><b>Open Plus Ltd</b></a>
+        <a href="http://www.opentrends.net/web/english/philosophy.html" target="_blank"><b>openTrends</b></a>
+        <a href="http://www.nereide.biz" target="_blank"><b>Nereide</b></a>
+        <a href="mailto:[hidden email]" target="_blank"><b>Agrenon GmbH</b></a>
+
+        
+        <h2>Apache Software Foundation</h2>
+        <a href="http://www.apache.org" target="_blank"><b>Apache Software Foundation</b></a>  
+        <a href="http://www.apache.org/foundation/sponsorship.html" target="_blank"><b>Sponsorship</b></a>  
+        <a href="http://www.apache.org/foundation/thanks.html" target="_blank"><b>Sponsors</b></a>
+        
+        <h2>OFBiz Infra Sponsorship</h2>
+        <h3>Demos, Nightly Builds, API Site, and Docs Site Provided by <a href="http://www.hotwaxmedia.com/?atc=OFB" target="_blank">Hotwax Media</a> and <a href="http://www.contegix.com/" target="_blank">Contegix</a></h3>
+
+    </div>

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/controller.xml?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/controller.xml (added)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/controller.xml Thu Jan 22 23:17:44 2009
@@ -0,0 +1,50 @@
+<?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: CMS Site Controller Configuration File</description>
+
+    <!-- Events run from here for the first hit in a visit -->
+    <firstvisit>
+        <event type="java" path="org.ofbiz.webapp.control.LoginWorker" invoke="autoLoginCheck"/>
+        <event type="java" path="org.ofbiz.marketing.tracking.TrackingCodeEvents" invoke="checkTrackingCodeCookies"/>
+    </firstvisit>
+
+    <!-- Events to run on every request before security (chains exempt) -->
+    <preprocessor>
+        <!-- This event allows affilate/distributor entry on any page -->
+        <event type="java" path="org.ofbiz.marketing.tracking.TrackingCodeEvents" invoke="checkTrackingCodeUrlParam"/>
+        <event type="java" path="org.ofbiz.marketing.tracking.TrackingCodeEvents" invoke="checkPartnerTrackingCodeUrlParam"/>
+    </preprocessor>
+
+    <!-- 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="main"/>
+    </request-map>
+
+    <view-map name="main" type="screen" page="component://cmssite/widget/OfbizsiteScreens.xml#main"/>
+</site-conf>

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml (added)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/WEB-INF/web.xml Thu Jan 22 23:17:44 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>CmsSite</param-value>
+        <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
+    </context-param>
+    <context-param>
+        <param-name>localDispatcherName</param-name>
+        <param-value>CmsSite</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://cmssite/widget/OfbizsiteScreens.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>/cms:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images</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>/cms</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>/cms/*</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/cmssite/webapp/ofbizsite/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/error.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/error.jsp?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/error.jsp (added)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/error/error.jsp Thu Jan 22 23:17:44 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/cmssite/webapp/ofbizsite/error/error.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/2008-usa-125x125.png
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/2008-usa-125x125.png?rev=736967&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/2008-usa-125x125.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

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

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

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

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

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css (added)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/images/ofbws.css Thu Jan 22 23:17:44 2009
@@ -0,0 +1,237 @@
+/* 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/cmssite/webapp/ofbizsite/images/ofbws.css
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp (added)
+++ ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp Thu Jan 22 23:17:44 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.
+--%>
+
+<%pageContext.forward("/cms");%>

Propchange: ofbiz/trunk/specialpurpose/cmssite/webapp/ofbizsite/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml?rev=736967&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml (added)
+++ ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml Thu Jan 22 23:17:44 2009
@@ -0,0 +1,65 @@
+<?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.
+-->
+<screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:noNamespaceSchemaLocation="http://www.ofbiz.org/dtds/widget-screen.xsd">
+
+    <screen name="main-decorator">
+        <section>
+            <actions>
+                <property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
+                <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
+            </actions>
+            <widgets>
+                <platform-specific><html>
+                    <html-template location="component://cmssite/template/ofbiz/ofbizHead.ftl"/>
+                </html></platform-specific>
+                <platform-specific><html>
+                    <html-template location="component://cmssite/template/ofbiz/ofbizMenu.ftl"/>
+                </html></platform-specific>
+                <decorator-section-include name="body"/>
+                <platform-specific><html>
+                    <html-template location="component://cmssite/template/ofbiz/ofbizFooter.ftl"/>
+                </html></platform-specific>
+            </widgets>
+        </section>
+    </screen>
+    
+    
+    <screen name="main">
+        <section>
+            <widgets>
+                <decorator-screen name="main-decorator">
+                    <decorator-section name="body">
+                        <platform-specific><html>
+                            <html-template location="component://cmssite/template/ofbiz/ofbizMain.ftl"/>
+                        </html></platform-specific>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
+    
+    
+</screens>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Propchange: ofbiz/trunk/specialpurpose/cmssite/widget/OfbizsiteScreens.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml