template/page/about-ofbiz.tpl.php (44 lines of code) (raw):

<?php //Variable declarations for region templates $head_title = '<title>The Apache OFBiz&reg; Project</title>'; ?> <!-- page content --> <section id="content" class="fullWidth"> <header class="headerPage"> <div class="container clearfix"> <div class="row"> <h1 class="span8">Getting Started - Business Users</h1> <div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="template-columns.html">templates</a><span>/</span><span class="current">Business Users</span> </div> </div> </div> </header> <section class="slice clearfix"> <div class="container"> <div class="row"> <section class="mb15 clearfix"> <div class="span6"> <img src="images/no-slider-pic.png" alt="premium website template for you"/> </div> <div class="span6"> <h2>Getting Started - Business Users</h2> <div class="divider"><span></span></div> <p> We have a three different community mailing lists. See below for details. </p> <h3>Community Help and Support</h3> <p>Our Community is keen to share information and support other OFBiz users in their implementations. Please dont hesitate to view or participate in our mailing list discussions.</p> <p>To subscribe to a mailing list please use the links below. In your first email you will recieve instructions about how to use the mailing list manager program (EZMLM)</p> <p>To unsubscribe from any of the following lists, send an empty, subjectless email to unsubscribe address listed below. In other words, click the appropriate unsubscribe link below and press send. </p> </div> </section> <section class="span12 mb15"> <div class="row-fluid"> <div class="span4"> <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-resize-full-alt" ></i></span> User Mailing List</h3> <p>The user list is intended for help or issues with OFBiz installation, deployment, custom development and usage related topics.</p> <p> Please remember if you are reporting an issue to include the following:</p> <ol class="iconsList"> <li><span class="iconWrapper iconMini">1</span> What you were looking for?</li> <li><span class="iconWrapper iconMini">2</span> How did you try to achieve it?</li> <li><span class="iconWrapper iconMini">3</span> What did you expect as results?</li> <li><span class="iconWrapper iconMini">4</span> What you actually got as results?</li> </ol> <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html">User List</a> </div> <div class="span4"> <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-twitter"></i></span> Developer Mailing List</h3> <p>The developer list is strictly for topics related to the design and development of the OFBiz Project itself.</p> <p>Please don't ask questions relevant to User Mailing List in this Mailing List.</p> <p>If you are not sure to which list to post to then use the User Mailing List.</p> <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html">Developer List</a> </div> <div class="span4"> <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-star"></i></span> Commit Mailing List</h3> <p>The commits list is used to notify subscribers of commits to the OFBiz repositories.</p> <p> It is not used for discussions only for reference.</p> <a class="btn btnSmall" href="#">Commits List</a> </div> </div> </section> </div> </div> </section> </section> <!-- page content -->