Author: jaz
Date: Tue Apr 21 23:12:35 2009 New Revision: 767328 URL: http://svn.apache.org/viewvc?rev=767328&view=rev Log: OFBIZ-2334 redux Added: ofbiz/site/images/highlight-bullet.gif (with props) Removed: ofbiz/site/css/home.css ofbiz/site/js/fieldhints.js ofbiz/site/js/global.js ofbiz/site/js/pngFix.js ofbiz/site/js/slideshow.js Modified: ofbiz/site/css/global.css ofbiz/site/index.html Modified: ofbiz/site/css/global.css URL: http://svn.apache.org/viewvc/ofbiz/site/css/global.css?rev=767328&r1=767327&r2=767328&view=diff ============================================================================== --- ofbiz/site/css/global.css (original) +++ ofbiz/site/css/global.css Tue Apr 21 23:12:35 2009 @@ -592,13 +592,17 @@ #main .highlights { float:right; - width:200px; - background:#fafafa; + width:240px; + background:#dfe9ef; border:1px solid #eee; - margin:0px 0px 0px 5px; + margin:0px 10px 0px 5px; display:inline; } +#main .highlights ul li { + list-style-image: url(../images/highlight-bullet.gif); +} + #main .highlights h4 { padding:5px 5px 0 5px; } @@ -890,4 +894,4 @@ width: 945px; margin: 0 auto; text-align: left; -} \ No newline at end of file +} Added: ofbiz/site/images/highlight-bullet.gif URL: http://svn.apache.org/viewvc/ofbiz/site/images/highlight-bullet.gif?rev=767328&view=auto ============================================================================== Binary file - no diff available. Propchange: ofbiz/site/images/highlight-bullet.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: ofbiz/site/index.html URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=767328&r1=767327&r2=767328&view=diff ============================================================================== --- ofbiz/site/index.html (original) +++ ofbiz/site/index.html Tue Apr 21 23:12:35 2009 @@ -11,7 +11,6 @@ <meta name="Description" content="The Apache Open For Business Project is an open source enterprise automation software project licensed under the Apache License Version 2.0. 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." /> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" /> <link rel="stylesheet" href="css/global.css" type="text/css" /> - <link rel="stylesheet" href="css/home.css" type="text/css" /> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/effects.js"></script> <script type="text/javascript" src="js/search.js"></script> @@ -148,6 +147,24 @@ <h2>What is Apache OFBiz?</h2> <h3>Learn more about the project</h3> + <div class="highlights"> + <h4>Apache OFBiz offers a great deal of functionality, including:</h4> + <ul> + <li>advanced e-commerce</li> + <li>catalog management</li> + <li>promotion & pricing management</li> + <li>order management (sales & purchase)</li> + <li>customer management (part of general party management)</li> + <li>warehouse management</li> + <li>fulfillment (auto stock moves, batched pick, pack & ship)</li> + <li>accounting (invoice, payment & 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> <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: @@ -169,24 +186,6 @@ </p> <p>For more technical information, see the <a href="http://docs.ofbiz.org/x/Swg">Documentation</a> page.</p> - <div class="highlights"> - <h4>Apache OFBiz offers a great deal of functionality, including:</h4> - <ul> - <li>advanced e-commerce</li> - <li>catalog management</li> - <li>promotion & pricing management</li> - <li>order management (sales & purchase)</li> - <li>customer management (part of general party management)</li> - <li>warehouse management</li> - <li>fulfillment (auto stock moves, batched pick, pack & ship)</li> - <li>accounting (invoice, payment & 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> <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> |
Free forum by Nabble | Edit this page |