template/page/ofbiz-demos.tpl.php (71 lines of code) (raw):

<?php //Variable declarations for region templates $head_title = '<title>The Apache OFBiz&reg; Project - Demos</title>'; ?> <!-- page content --> <section id="content" class="fullWidth"> <header class="headerPage"> <div class="container clearfix"> <div class="row"> <h1 class="span8">OFBiz Demos</h1> <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="#">Community</a><span>/</span><span class="current">Demos</span> </div> </div> </div> </header> <section id="content" class="features" > <div class="slice clearfix"> <div class="container"> <div class="row "> <aside class="span2 PortfolioStickyMenu" id="sidebar"> About our Demos <a href="https://qpkb254zxeu.montastic.io" target="_blank"><img src="https://qpkb254zxeu.montastic.io/badge" alt="Montastic status badge"></a> <ul id="subnav" class="nav nav-stacked sidenav scrollspyNav"> <!--del>About our Demos</del> Our demos are currently disabled for security reason--> <li> <a href="#OFDemoCurrent"> Release branch 24.09 </a> </li> <li> <a href="#OFDemoTrunk"> Trunk </a> </li> <li> <a href="#OFDemoNext"> Next is Trunk until a new release branch is created </a> </li> </ul> </aside> <div class="span10"> <section id="OFDemoAbout" class="slice row clearfix"> <div class="span10"> <!--h2><strike>About our Demos</strike> Our demos are currently disabled for security reason</h2--> <h2>About our Demos</h2> <div class="divider"><span></span></div> <p>We have several online OFBiz demos that you can try out. Each demo is split into two areas: <ul class="iconsList"> <li><i class="icon-pin"></i> E-Commerce webstore and</li> <li><i class="icon-pin"></i> the backend ERP applications</li> </ul> <p> The <strong>E-Commerce webstore </strong>is what your customers will see and allows them to order products, request returns or register as a new customer. Our demo also gives you some examples other things (Surveys, Blogs, Factoids, etc) also provided within OFBiz that you can include on your website. </p> <p>The <strong>backend ERP applications </strong> allow you to setup and use accounting, customer orders (with or without the e-commerce store), inventory, manufacturing, human resources, CRM, and all the process that a standard business would need. You can also do the admin setup for the webstore</p> <blockquote><strong>NOTE:</strong> The default user login is <strong>"admin"</strong> and password <strong> "ofbiz"</strong>. All demo user logins such as DemoCustomer, DemoSupplier, DemoEmployee etc have the default password <strong> "ofbiz"</strong></blockquote> </div> </section> <section id="OFDemoCurrent" class="slice row clearfix"> <div class="span10"> <h2>Current Stable Release branch 24.09 - Demo</h2> <div class="divider"><span></span></div> <p><i class="icon-pin"></i><a href="//demo-stable.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="external"><strong>Backend Management (ERP) Applications</strong></a> </p> <p><i class="icon-pin"></i><a href="//demo-stable.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p> </div> </section> <section id="OFDemoTrunk" class="slice row clearfix"> <div class="span10"> <h2>Developer Trunk - Demo </h2> <div class="divider"><span></span></div> <p>Please note that the trunk version is not recommended for a production environment. It is experimental code and contains developments in progress that once stablised will become part of future stable releases.</p> <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="external"><strong>Backend Management (ERP) Applications</strong></a> </p> <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ecomseo" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p> </div> </section> <section id="OFDemoNext" class="slice row clearfix"> <div class="span10"> <h2>Next is Trunk until a new release branch is created - Demo</h2> <div class="divider"><span></span></div> <p>This demo is for the next to come OFBiz release.</p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="external"><strong>Backend Management (ERP) Applications</strong></a> </p> <p><i class="icon-pin"></i><a href="//demo-next.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p> </div> </section> </div> </div> </div> </div> </section> </section> <!-- page content -->