You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/09/09 06:39:08 UTC

svn commit: r1807856 - in /ofbiz/site: ./ template/region/

Author: deepak
Date: Sat Sep  9 06:39:07 2017
New Revision: 1807856

URL: http://svn.apache.org/viewvc?rev=1807856&view=rev
Log:
Used # instead of empty href for menus, now page will not reloaded when we click on menu name

Modified:
    ofbiz/site/404.html
    ofbiz/site/about-ofbiz.html
    ofbiz/site/business-users.html
    ofbiz/site/developers.html
    ofbiz/site/download.html
    ofbiz/site/faqs.html
    ofbiz/site/getting-involved.html
    ofbiz/site/index.html
    ofbiz/site/mailing-lists.html
    ofbiz/site/ofbiz-demos.html
    ofbiz/site/our-users.html
    ofbiz/site/release-notes-13.07.03.html
    ofbiz/site/release-notes-16.11.03.html
    ofbiz/site/service-providers.html
    ofbiz/site/source-repositories.html
    ofbiz/site/template/region/header.tpl.php
    ofbiz/site/user-stories.html

Modified: ofbiz/site/404.html
URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/404.html (original)
+++ ofbiz/site/404.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/about-ofbiz.html
URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/about-ofbiz.html (original)
+++ ofbiz/site/about-ofbiz.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/business-users.html
URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/business-users.html (original)
+++ ofbiz/site/business-users.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/developers.html (original)
+++ ofbiz/site/developers.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/faqs.html
URL: http://svn.apache.org/viewvc/ofbiz/site/faqs.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/faqs.html (original)
+++ ofbiz/site/faqs.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/getting-involved.html
URL: http://svn.apache.org/viewvc/ofbiz/site/getting-involved.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/getting-involved.html (original)
+++ ofbiz/site/getting-involved.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel active">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/mailing-lists.html
URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/mailing-lists.html (original)
+++ ofbiz/site/mailing-lists.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/ofbiz-demos.html
URL: http://svn.apache.org/viewvc/ofbiz/site/ofbiz-demos.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/ofbiz-demos.html (original)
+++ ofbiz/site/ofbiz-demos.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/our-users.html
URL: http://svn.apache.org/viewvc/ofbiz/site/our-users.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/our-users.html (original)
+++ ofbiz/site/our-users.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/release-notes-13.07.03.html
URL: http://svn.apache.org/viewvc/ofbiz/site/release-notes-13.07.03.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/release-notes-13.07.03.html (original)
+++ ofbiz/site/release-notes-13.07.03.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/release-notes-16.11.03.html
URL: http://svn.apache.org/viewvc/ofbiz/site/release-notes-16.11.03.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/release-notes-16.11.03.html (original)
+++ ofbiz/site/release-notes-16.11.03.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/service-providers.html
URL: http://svn.apache.org/viewvc/ofbiz/site/service-providers.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/service-providers.html (original)
+++ ofbiz/site/service-providers.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Sat Sep  9 06:39:07 2017
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-
+<title>The Apache OFBiz&reg; Project</title>
 <meta name="description" content="Apache OFBiz (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
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
@@ -101,10 +101,89 @@
 <!-- header -->
 <!-- globalWrapper -->
 <div id="globalWrapper">
+   
+  <!-- page content -->
+ <section id="content" class="fullWidth">
+    <header class="headerPage">
+      <div class="container clearfix">
+        <div class="row">
+          <h1 class="span8">OFBiz Source Repository</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">Source Repository</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">
+            <ul  id="subnav" class="nav nav-stacked sidenav scrollspyNav">
+              <li> <a href="#SRepoPublic"> Public Access </a> </li>
+           <li> <a href="#SRepoComm"> Committer Access </a> </li>
+          </ul>
+          </aside>
+          <div class="span10">
+            <section  id="SRepoPublic" class="slice row clearfix">
+              <div class="span10">
+                <h2>Public Access</h2>
+                <div class="divider"><span></span></div>
+    <p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</P>
+    <h3>Browsing the Repository</h3>
+                <div class="divider"><span></span></div>
+                <p>You can browse the repository using any of the following links.</p>
+                <ul class="iconsList">
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="_blank"><strong>SVN - ViewVC</strong></a></li>
+    </ul>
+    <p></p>
+    <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
+    <ul class="iconsList">
+        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+    </ul>
+
+    <h3>Checking out the Repository Source Code</h3>
+    <p><strong>NOTE: </strong> Apache OFBiz uses <a href="//subversion.apache.org/" target="_blank"><strong>Apache Subversion</strong></a> for version control of our source repository. If you are not familiar with Apache Subversion and you don't have an SVN client tool, then following links could be useful:</p>
+    <p><i class="icon-pin"></i><a href="//subversion.apache.org/packages.html" target="_blank"><strong>SVN Client Tools</strong></a></p>
+    <p><i class="icon-pin"></i><a href="//subversion.apache.org/docs/" target="_blank"><strong>SVN Documenentation</strong></a></p>
+    <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
+    <ul class="iconsList">
+                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
+      <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></li>
+       <li><i class="icon-pin"></i> <strong>ofbiz tools</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></li>
+      <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
+       <li><i class="icon-pin"></i> <strong>ofbiz website</strong> : <code>$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></li>
+               </ul>
+
+    </div>
+            </section> 
+
+      <section  id="SRepoComm" class="slice row clearfix">
+              <div class="span10">
+                <h2>Committer Access</h2>
+                <div class="divider"><span></span></div>
+    <p>Committer access requires a special account which is provided by the OFBiz adminstrators. If you have a Committer account you can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p>
+    <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. After verification, select option 'P' to permanently add to your SVN configuration.</p>
+    <p>Subversion can handle keyword expansion, eol conversion as well as may other features. Most of these features are configured on the client level rather than on the server (some [AUTO-PROPS] properties are handled on the server). To make this easy on developers and to provide a standard configuration, the official OFBiz Subversion client configuration file can be found here.
+This file should replace, or be merged with, the config file found in your $HOME/.subversion directory </p>
+
+    <ul class="iconsList">
+                  <li><i class="icon-pin"></i> <strong>Windows</strong> : <code>%USERPROFILE%\Application Data\Subversion\config or %USERPROFILE%\AppData\Roaming\Subversion\config</code></li>
+      <li><i class="icon-pin"></i> <strong>Linux</strong> : <code>~/.subversion/config</code></li>
+               </ul>
 
-Warning: include_once(templape/page/source-repositories.tpl.php): failed to open stream: No such file or directory in /Users/deepakdixit/sandbox/apache-ofbiz/ofbiz-site/template/html.tpl.php on line 10
+   
+              </div> 
+            </section>
 
-Warning: include_once(): Failed opening 'templape/page/source-repositories.tpl.php' for inclusion (include_path='.:') in /Users/deepakdixit/sandbox/apache-ofbiz/ofbiz-site/template/html.tpl.php on line 10
+          </div>
+        </div>
+      </div>
+    </div>
+   </section>
+ </section>
+  <!-- page content -->
+ 
 <!-- footer -->
 <footer class="footer1">
   <div class="container" id="footer">

Modified: ofbiz/site/template/region/header.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/header.tpl.php?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/template/region/header.tpl.php (original)
+++ ofbiz/site/template/region/header.tpl.php Sat Sep  9 06:39:07 2017
@@ -12,19 +12,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel<?php if (basename($page_name) == 'index.tpl.php'):?> active<?php endif;?>">Home</a></li>
-            <li><a href="" class="firstLevel<?php if ($page_name == 'getting-started.tpl.php'):?> active<?php endif;?>">Getting Started</a>
+            <li><a href="#" class="firstLevel<?php if ($page_name == 'getting-started.tpl.php'):?> active<?php endif;?>">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel<?php if (basename($page_name) == 'news.tpl.php'):?> active<?php endif;?>">News</a>
+            <li><a href="#" class="firstLevel<?php if (basename($page_name) == 'news.tpl.php'):?> active<?php endif;?>">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel<?php if (basename($page_name) == 'documentation.tpl.php'):?> active<?php endif;?>">Documentation</a>
+            <li><a href="#" class="firstLevel<?php if (basename($page_name) == 'documentation.tpl.php'):?> active<?php endif;?>">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -32,7 +32,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel<?php if (basename($page_name) == 'community.tpl.php'):?> active<?php endif;?>">Community</a>
+            <li><a href="#" class="firstLevel<?php if (basename($page_name) == 'community.tpl.php'):?> active<?php endif;?>">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>

Modified: ofbiz/site/user-stories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/user-stories.html?rev=1807856&r1=1807855&r2=1807856&view=diff
==============================================================================
--- ofbiz/site/user-stories.html (original)
+++ ofbiz/site/user-stories.html Sat Sep  9 06:39:07 2017
@@ -61,19 +61,19 @@
         <nav id="mainMenu" class="clearfix">
           <ul>
             <li><a href="index.html" class="firstLevel">Home</a></li>
-            <li><a href="" class="firstLevel">Getting Started</a>
+            <li><a href="#" class="firstLevel">Getting Started</a>
               <ul>
                 <li><a href="developers.html" class="">Developers</a></li>
                 <li><a href="business-users.html" class="last">Business Users</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">News</a>
+            <li><a href="#" class="firstLevel">News</a>
               <ul>
                 <li><a href="//twitter.com/apacheofbiz" target="external">Twitter</a></li>
                 <li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Documentation</a>
+            <li><a href="#" class="firstLevel">Documentation</a>
               <ul>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external" class="">User Documentation</a></li>
                 <li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
@@ -81,7 +81,7 @@
                 <li><a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external" class="last">API Reference</a></li>
               </ul>
             </li>
-            <li><a href="" class="firstLevel">Community</a>
+            <li><a href="#" class="firstLevel">Community</a>
               <ul>
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>