This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push: new e6e0275 The next demo replaces the old demo e6e0275 is described below commit e6e02753e15140db5be381e3c80ef0e2ef3ae9f7 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 29 15:30:20 2022 +0200 The next demo replaces the old demo --- ofbiz-demos.html | 10 +++++----- template/page/ofbiz-demos.tpl.php | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ofbiz-demos.html b/ofbiz-demos.html index 7254510..7cd49da 100644 --- a/ofbiz-demos.html +++ b/ofbiz-demos.html @@ -133,7 +133,7 @@ <h2>About our Demos</h2> <li> <a href="#OFDemoCurrent"> Release 18.12 </a> </li> <li> <a href="#OFDemoTrunk"> Trunk</a> </li> - <li> <a href="#OFDemoPrevious"> Release 17.11 </a> </li> + <li> <a href="#OFDemoNext"> Release 22.01 </a> </li> </ul> </aside> <div class="span10"> @@ -179,14 +179,14 @@ </div> </section> - <section id="OFDemoPrevious" class="slice row clearfix"> + <section id="OFDemoNext" class="slice row clearfix"> <div class="span10"> - <h2>Previous Stable Release 17.11 - Demo</h2> + <h2>Next Release 22.01 - Demo</h2> <div class="divider"><span></span></div> <p>This demo is for the previous OFBiz release. </p> - <p><i class="icon-pin"></i><a href="//demo-old.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-old.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </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> diff --git a/template/page/ofbiz-demos.tpl.php b/template/page/ofbiz-demos.tpl.php index 1bccedf..c933abd 100644 --- a/template/page/ofbiz-demos.tpl.php +++ b/template/page/ofbiz-demos.tpl.php @@ -22,7 +22,7 @@ <h2>About our Demos</h2> <li> <a href="#OFDemoCurrent"> Release 18.12 </a> </li> <li> <a href="#OFDemoTrunk"> Trunk</a> </li> - <li> <a href="#OFDemoPrevious"> Release 17.11 </a> </li> + <li> <a href="#OFDemoNext"> Release 22.01 </a> </li> </ul> </aside> <div class="span10"> @@ -68,14 +68,14 @@ </div> </section> - <section id="OFDemoPrevious" class="slice row clearfix"> + <section id="OFDemoNext" class="slice row clearfix"> <div class="span10"> - <h2>Previous Stable Release 17.11 - Demo</h2> + <h2>Next Release 22.01 - Demo</h2> <div class="divider"><span></span></div> <p>This demo is for the previous OFBiz release. </p> - <p><i class="icon-pin"></i><a href="//demo-old.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-old.ofbiz.apache.org/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </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>