Author: jonesde
Date: Sat Sep 30 02:04:28 2006 New Revision: 451563 URL: http://svn.apache.org/viewvc?view=rev&rev=451563 Log: Applied patch from Tim Ruppert for light visual improvements; I also did some small reorganization and cleanup, like moving old resources to a different section, etc; this includes the new logo and so on Removed: incubator/ofbiz/site/images/AdvantageDbLogo.gif incubator/ofbiz/site/images/ofbiz_logo.psd Modified: incubator/ofbiz/site/VideosConf.html incubator/ofbiz/site/VideosFrameworkIntro.html incubator/ofbiz/site/best-practices.html incubator/ofbiz/site/blank.html incubator/ofbiz/site/comingsoon.html incubator/ofbiz/site/docs/config_deploy_maint.html incubator/ofbiz/site/docs/control.html incubator/ofbiz/site/docs/core.html incubator/ofbiz/site/docs/coreconfig.html incubator/ofbiz/site/docs/datafile.html incubator/ofbiz/site/docs/entity.html incubator/ofbiz/site/docs/entityconfig.html incubator/ofbiz/site/docs/minilang.html incubator/ofbiz/site/docs/regions.html incubator/ofbiz/site/docs/serviceconfig.html incubator/ofbiz/site/docs/services.html incubator/ofbiz/site/docs/setup.html incubator/ofbiz/site/docs/taglib.html incubator/ofbiz/site/docs/wf_cal_spec_chart.html incubator/ofbiz/site/docs/workflow.html incubator/ofbiz/site/documents.html incubator/ofbiz/site/entity-overview.html incubator/ofbiz/site/feature-list.html incubator/ofbiz/site/general-overview.html incubator/ofbiz/site/images/ofbiz.ico incubator/ofbiz/site/images/ofbiz_logo.jpg incubator/ofbiz/site/images/ofbiz_powered.gif incubator/ofbiz/site/images/ofbws.css incubator/ofbiz/site/index.html incubator/ofbiz/site/marketing.html incubator/ofbiz/site/news.html incubator/ofbiz/site/ofbiz-for-me.html incubator/ofbiz/site/ofbizlicense.html incubator/ofbiz/site/philosophy.html incubator/ofbiz/site/pressrel-2.0.0.html incubator/ofbiz/site/pressrel-20beta2.html incubator/ofbiz/site/refactorentsystems.html incubator/ofbiz/site/releasenotes.html incubator/ofbiz/site/scalabilityplan.html incubator/ofbiz/site/services.html incubator/ofbiz/site/strategic-plan.html incubator/ofbiz/site/svn.html incubator/ofbiz/site/training/AdvancedFramework.html incubator/ofbiz/site/training/BasicFrameworkToolsOverview.html incubator/ofbiz/site/training/BusinessTechnicalOverview.html incubator/ofbiz/site/training/CompleteTrainingThailandJul2004.html incubator/ofbiz/site/training/ConfigDeployMaintain.html incubator/ofbiz/site/training/CoursesOffered.html incubator/ofbiz/site/training/OpenSourceForBusinessSeminarOutline.html incubator/ofbiz/site/training/PlanningForOFBizProjects.html incubator/ofbiz/site/training/TrainingOutlineBase.html incubator/ofbiz/site/training/UserApplicationOverview.html incubator/ofbiz/site/whyopensource.html Modified: incubator/ofbiz/site/VideosConf.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/VideosConf.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/VideosConf.html (original) +++ incubator/ofbiz/site/VideosConf.html Sat Sep 30 02:04:28 2006 @@ -21,6 +21,7 @@ <title>The Open For Business Project - Is OFBiz for Me?</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"/> + <link rel="shortcut icon" href="images/ofbiz.ico"/> </head> <body> @@ -31,13 +32,13 @@ <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://incubator.apache.org/projects/ofbiz.html"><img src="http://incubator.apache.org/images/apache-incubator-logo.png" width="120" alt="Apache Incubator" border="0"/></a> + <a href="http://incubator.apache.org/projects/ofbiz.html"><img class="tag-button" src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="Apache Incubator"/></a> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_powered.gif" width="88" border="0" alt="Powered By OFBiz"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="images/ofbiz_powered.gif" alt="Powered By OFBiz"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/VideosFrameworkIntro.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/VideosFrameworkIntro.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/VideosFrameworkIntro.html (original) +++ incubator/ofbiz/site/VideosFrameworkIntro.html Sat Sep 30 02:04:28 2006 @@ -21,6 +21,7 @@ <title>The Open For Business Project - Is OFBiz for Me?</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"/> + <link rel="shortcut icon" href="images/ofbiz.ico"/> </head> <body> @@ -31,13 +32,13 @@ <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://incubator.apache.org/projects/ofbiz.html"><img src="http://incubator.apache.org/images/apache-incubator-logo.png" width="120" alt="Apache Incubator" border="0"/></a> + <a href="http://incubator.apache.org/projects/ofbiz.html"><img class="tag-button" src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="Apache Incubator"/></a> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_powered.gif" width="88" border="0" alt="Powered By OFBiz"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="images/ofbiz_powered.gif" alt="Powered By OFBiz"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/best-practices.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/best-practices.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/best-practices.html (original) +++ incubator/ofbiz/site/best-practices.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project - Best Practices Guide</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"/> - </head> + <link rel="shortcut icon" href="images/ofbiz.ico"/> +</head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/blank.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/blank.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/blank.html (original) +++ incubator/ofbiz/site/blank.html Sat Sep 30 02:04:28 2006 @@ -21,6 +21,7 @@ <title>The Open For Business Project - Set Title</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"/> + <link rel="shortcut icon" href="images/ofbiz.ico"/> </HEAD> <body> @@ -29,14 +30,14 @@ <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="images/ofbiz_powered.gif" /></a> </div> <div class="endcolumns"><span> </span></div> </div> @@ -52,18 +53,18 @@ <td height="15" class="mainblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabupleft"><a href="index.html" title="Home" class="tablinkselected"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabupleft"><a href="index.html" title="Home" class="tablinkselected"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> <td nowrap="nowrap" class="tabupcenter"><a href="index.html" title="Home" class="tablinkselected">Home</a></td> - <td class="tabupright"><a href="index.html" title="Home" class="tablinkselected"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabupright"><a href="index.html" title="Home" class="tablinkselected"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> </table> </td> <td height="15" class="tabdownblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabdownleft"><a href="philosophy.html" title="Philosophy" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownleft"><a href="philosophy.html" title="Philosophy" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> <td nowrap="nowrap" class="tabdowncenter"><a href="philosophy.html" title="Philosophy" class="tablink">Philosophy</a></td> - <td class="tabdownright"><a href="philosophy.html" title="Philosophy" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownright"><a href="philosophy.html" title="Philosophy" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> <tr><td colspan="3" class="blackarea"><img src="images/spacer.gif" alt="" height="1"></td></tr> <tr><td colspan="3" class="whitearea"><img src="images/spacer.gif" alt="" height="1"></td></tr> @@ -72,9 +73,9 @@ <td class="tabdownblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabdownleft"><a href="documents.html" title="Documents" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownleft"><a href="documents.html" title="Documents" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> <td nowrap="nowrap" class="tabdowncenter"><a href="documents.html" title="Documents" class="tablink">Docs & Books</a></td> - <td class="tabdownright"><a href="documents.html" title="Documents" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownright"><a href="documents.html" title="Documents" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> <tr><td colspan="3" class="blackarea"><img src="images/spacer.gif" alt="" height="1"></td></tr> <tr><td colspan="3" class="whitearea"><img src="images/spacer.gif" alt="" height="1"></td></tr> @@ -83,9 +84,9 @@ <td height="15" class="tabdownblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabdownleft"><a href="marketing.html" title="Marketing" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownleft"><a href="marketing.html" title="Marketing" class="tablink"><img class="tab-button" src="images/spacer.gif" alt="" ></a></td> <td nowrap="nowrap" class="tabdowncenter"><a href="marketing.html" title="Marketing" class="tablink">Marketing</a></td> - <td class="tabdownright"><a href="marketing.html" title="Marketing" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownright"><a href="marketing.html" title="Marketing" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> <tr><td colspan="3" class="blackarea"><img src="images/spacer.gif" alt="" height="1"></td></tr> <tr><td colspan="3" class="whitearea"><img src="images/spacer.gif" alt="" height="1"></td></tr> @@ -94,9 +95,9 @@ <td height="15" class="tabdownblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabdownleft"><a href="presentation/index.html" title="Presentation" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownleft"><a href="presentation/index.html" title="Presentation" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> <td nowrap="nowrap" class="tabdowncenter"><a href="presentation/index.html" title="Presentation" class="tablink">Presentation</a></td> - <td class="tabdownright"><a href="presentation/index.html" title="Presentation" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownright"><a href="presentation/index.html" title="Presentation" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> <tr><td colspan="3" class="blackarea"><img src="images/spacer.gif" alt="" height="1"></td></tr> <tr><td colspan="3" class="whitearea"><img src="images/spacer.gif" alt="" height="1"></td></tr> @@ -105,9 +106,9 @@ <td height="15" class="tabdownblock"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td class="tabdownleft"><a href="services.html" title="Services" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownleft"><a href="services.html" title="Services" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> <td nowrap="nowrap" class="tabdowncenter"><a href="services.html" title="Services" class="tablink">Services</a></td> - <td class="tabdownright"><a href="services.html" title="Services" class="tablink"><img src="images/spacer.gif" alt="" width="24" height="15" border="0"></a></td> + <td class="tabdownright"><a href="services.html" title="Services" class="tablink"><img class="tab-button" src="images/spacer.gif" alt=""></a></td> </tr> <tr><td colspan="3" class="blackarea"><img src="images/spacer.gif" alt="" height="1"></td></tr> <tr><td colspan="3" class="whitearea"><img src="images/spacer.gif" alt="" height="1"></td></tr> Modified: incubator/ofbiz/site/comingsoon.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/comingsoon.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/comingsoon.html (original) +++ incubator/ofbiz/site/comingsoon.html Sat Sep 30 02:04:28 2006 @@ -20,6 +20,7 @@ <title>The Open For Business Project - Features Coming Soon</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"/> + <link rel="shortcut icon" href="images/ofbiz.ico"/> </head> <body> @@ -30,9 +31,9 @@ <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://incubator.apache.org/projects/ofbiz.html"><img src="http://incubator.apache.org/images/apache-incubator-logo.png" width="120" alt="Apache Incubator" border="0"/></a> + <a href="http://incubator.apache.org/projects/ofbiz.html"><img class="tag-button" src="http://incubator.apache.org/images/apache-incubator-logo.png" alt="Apache Incubator"/></a> - <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_powered.gif" width="88" border="0" alt="Powered By Apache OFBiz"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/config_deploy_maint.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/config_deploy_maint.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/config_deploy_maint.html (original) +++ incubator/ofbiz/site/docs/config_deploy_maint.html Sat Sep 30 02:04:28 2006 @@ -22,20 +22,21 @@ <title>The Open For Business Project: General Setup</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> @@ -48,7 +49,7 @@ Written By: Kane Deng<br> Email: <a href="mailto:[hidden email]">[hidden email]</a><br> Edited by Les Austin<br> -Open For Business Site: <a href="http://www.ofbiz.org/">http://www.ofbiz.org</a> +Open For Business Site: <a href="http://incubator.apache.org/ofbiz/">http://incubator.apache.org/ofbiz/</a> <br> <br> @@ -472,7 +473,7 @@ </p> <p>Download OFBiz releases here:<br> </p> -<p><a href="http://www.ofbiz.org/">www.ofbiz.org</a> (and see the +<p><a href="http://incubator.apache.org/ofbiz/">incubator.apache.org/ofbiz/</a> (and see the download section on the left side of the page)<br> <br> </p> Modified: incubator/ofbiz/site/docs/control.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/control.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/control.html (original) +++ incubator/ofbiz/site/docs/control.html Sat Sep 30 02:04:28 2006 @@ -22,20 +22,21 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/core.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/core.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/core.html (original) +++ incubator/ofbiz/site/docs/core.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Core Overview</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/coreconfig.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/coreconfig.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/coreconfig.html (original) +++ incubator/ofbiz/site/docs/coreconfig.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>Open For Business Framework Configuration Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/datafile.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/datafile.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/datafile.html (original) +++ incubator/ofbiz/site/docs/datafile.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>Open For Business Data File Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/entity.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/entity.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/entity.html (original) +++ incubator/ofbiz/site/docs/entity.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>Open For Business Entity Engine Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/entityconfig.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/entityconfig.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/entityconfig.html (original) +++ incubator/ofbiz/site/docs/entityconfig.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Entity Engine Configuration Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/minilang.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/minilang.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/minilang.html (original) +++ incubator/ofbiz/site/docs/minilang.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Mini-Language Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/regions.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/regions.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/regions.html (original) +++ incubator/ofbiz/site/docs/regions.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Regions Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> @@ -73,7 +74,7 @@ pattern as described in various works on Enterprise Architecture Patterns and is based on the implementation presented in the book Advanced Java Server Pages by David Geary. You can get more information about this book on the Docs & Books -page on the <a href="http://www.ofbiz.org">www.ofbiz.org</a> website.</p> +page on the <a href="http://incubator.apache.org/ofbiz/">incubator.apache.org/ofbiz/</a> website.</p> <p class='contenttext'>Regions are large content areas made up of named Sections that are inserted into a template for the regions. Regions and sections are configured in the Modified: incubator/ofbiz/site/docs/serviceconfig.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/serviceconfig.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/serviceconfig.html (original) +++ incubator/ofbiz/site/docs/serviceconfig.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Service Engine Configuration Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/services.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/services.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/services.html (original) +++ incubator/ofbiz/site/docs/services.html Sat Sep 30 02:04:28 2006 @@ -22,20 +22,21 @@ <title>The Open For Business Project: Service Engine Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/setup.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/setup.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/setup.html (original) +++ incubator/ofbiz/site/docs/setup.html Sat Sep 30 02:04:28 2006 @@ -20,7 +20,9 @@ <title>The Open For Business Project: General Setup</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> + <body> <div class="headerboxoutside"> @@ -29,9 +31,9 @@ <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://incubator.apache.org/projects/ofbiz.html"><img src="http://incubator.apache.org/images/apache-incubator-logo.png" width="120" alt="Apache Incubator" border="0"/></a> + <a href="http://incubator.apache.org/projects/ofbiz.html"><img class="tag-button" src="../images/apache-incubator-logo.png" alt="Apache Incubator"/></a> - <a href="http://incubator.apache.org/ofbiz/"><img src="images/ofbiz_powered.gif" width="88" border="0" alt="Powered By Apache OFBiz"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif" alt="Powered By Apache OFBiz"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/taglib.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/taglib.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/taglib.html (original) +++ incubator/ofbiz/site/docs/taglib.html Sat Sep 30 02:04:28 2006 @@ -22,20 +22,21 @@ <title>The Open For Business Project: JSP Tag Library Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/docs/wf_cal_spec_chart.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/wf_cal_spec_chart.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/wf_cal_spec_chart.html (original) +++ incubator/ofbiz/site/docs/wf_cal_spec_chart.html Sat Sep 30 02:04:28 2006 @@ -21,20 +21,21 @@ <title>The Open For Business Project: Workflow & Calendar Entity-Spec Reference</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif"/></a> </div> <div class="endcolumns"><span> </span></div> </div> @@ -191,4 +192,4 @@ </div> </body> -</html> \ No newline at end of file +</html> Modified: incubator/ofbiz/site/docs/workflow.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/docs/workflow.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/docs/workflow.html (original) +++ incubator/ofbiz/site/docs/workflow.html Sat Sep 30 02:04:28 2006 @@ -22,20 +22,21 @@ <title>The Open For Business Project: Workflow Engine Guide</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"/> + <link rel="shortcut icon" href="../images/ofbiz.ico"/> </head> <body> <div class="headerboxoutside"> <div class="headerboxtop"> <div class="left"> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img src="../images/ofbiz_logo.jpg" border="0" alt="The Open For Business Project"/></a> </div> <div class="right"> - <a href="http://www.java.net"><img src="http://today.java.net/images/javanet_button_90.gif" width="90" height="25" border="0" alt="java.net Member Button"/></a> + <a href="http://www.java.net"><img class="tag-button" src="http://today.java.net/images/javanet_button_90.gif" alt="java.net Member Button"/></a> - <a href="http://sf.net/projects/ofbiz"><img src="http://sourceforge.net/sflogo.php?group_id=27173" width="88" height="31" border="0" alt="SourceForge Logo"/></a> + <a href="http://sf.net/projects/ofbiz"><img class="tag-button" src="http://sourceforge.net/sflogo.php?group_id=27173" alt="SourceForge Logo"/></a> - <a href="http://www.ofbiz.org"><img src="../images/ofbiz_powered.gif" width="88" border="0"/></a> + <a href="http://incubator.apache.org/ofbiz/"><img class="tag-button" src="../images/ofbiz_powered.gif" /></a> </div> <div class="endcolumns"><span> </span></div> </div> Modified: incubator/ofbiz/site/documents.html URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/documents.html?view=diff&rev=451563&r1=451562&r2=451563 ============================================================================== --- incubator/ofbiz/site/documents.html (original) +++ incubator/ofbiz/site/documents.html Sat Sep 30 02:04:28 2006 @@ -20, |
Free forum by Nabble | Edit this page |