You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/10/04 08:31:30 UTC

svn commit: r1811050 - in /ofbiz/site: ./ template/page/ template/region/

Author: jleroux
Date: Wed Oct  4 08:31:29 2017
New Revision: 1811050

URL: http://svn.apache.org/viewvc?rev=1811050&view=rev
Log:
Fixed: Dropdown links overlapping on tabs
(OFBIZ-9665)

Steps:
Open new website ofbiz.apache.org/
Open News dropdown
Click on any dropdown option. (link opens in new tab)
Click on any other option from home page (The link overlap on existing open 
tab)
In general when we open two links from a single page, both opens in separate 
tabs.

As explained at 
https://www.quackit.com/html/codes/html_open_link_in_new_window.cfm

<<
Instead of calling your window _blank, you can give it a name of your
choosing. Then all URLs will load in that same tab (as long as you use the
same name).

For example, if you have a policy of loading all external links in a
separate tab, you could call that tab, say, external. Then each link that
contains target="external" will open in that window/tab. Doing this ensures
that new windows aren't going to be popping up every time a user clicks on
a link.

Thanks:
Padmavati Rawat for reporting
Taher, Aditya and Devanshu for discussion
Deepak for definitive solution

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/page/business-users.tpl.php
    ofbiz/site/template/page/developers.tpl.php
    ofbiz/site/template/page/download.tpl.php
    ofbiz/site/template/page/getting-involved.tpl.php
    ofbiz/site/template/page/index.tpl.php
    ofbiz/site/template/page/ofbiz-demos.tpl.php
    ofbiz/site/template/page/source-repositories.tpl.php
    ofbiz/site/template/region/footer.tpl.php
    ofbiz/site/user-stories.html

Modified: ofbiz/site/404.html
URL: http://svn.apache.org/viewvc/ofbiz/site/404.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/404.html (original)
+++ ofbiz/site/404.html Wed Oct  4 08:31:29 2017
@@ -137,7 +137,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/about-ofbiz.html
URL: http://svn.apache.org/viewvc/ofbiz/site/about-ofbiz.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/about-ofbiz.html (original)
+++ ofbiz/site/about-ofbiz.html Wed Oct  4 08:31:29 2017
@@ -172,7 +172,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/business-users.html
URL: http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/business-users.html (original)
+++ ofbiz/site/business-users.html Wed Oct  4 08:31:29 2017
@@ -136,7 +136,7 @@
         <li><i class="icon-pin"></i> To get details about what modules and features Apache OFBiz has, please take a look at <a href="#UsrModules"><strong>Modules and Features</strong></a> </li>
         <li><i class="icon-pin"></i> To download your own version of Apache OFBiz, please take a look at <a href="#UsrInstall"><strong>Download and Install OFBiz</strong></a> </li>
     </ul>
-                <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+                <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="external"><strong>User Mailing List</strong></a> </p>
     </div>
             </section>
        <section  id="UsrDemo" class="slice row clearfix">
@@ -309,7 +309,7 @@
                 <div class="divider"><span></span></div>
     <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external"><strong>User Documentation</strong></a></p>
                 <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"><strong>OFBiz Wiki</strong></a></p>
-    <p><a href="faqs.html" target="_blank"><strong>OFBiz Frequently Asksed Questions (FAQs)</strong></a></p>
+    <p><a href="faqs.html" target="external"><strong>OFBiz Frequently Asksed Questions (FAQs)</strong></a></p>
 
             </div>
             </section>
@@ -333,7 +333,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/developers.html (original)
+++ ofbiz/site/developers.html Wed Oct  4 08:31:29 2017
@@ -136,7 +136,7 @@
       <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
       <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
     </ul>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" >our Wiki</a> for details</p>
                 </div>
             </section>
        <section  id="DevDownld" class="slice row clearfix">
@@ -205,8 +205,8 @@
                 <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>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><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>
@@ -233,9 +233,9 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external"><strong>OFBiz API Reference</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>
@@ -265,7 +265,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Wed Oct  4 08:31:29 2017
@@ -163,18 +163,18 @@
             <div class="divider"><span></span></div>
             <p> Released in June 2017, this is the third release of the 16.11 series, that has been stabilized since November 2016. </p>
             <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="external">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="external">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="external">[SHA12]</a>
             <a href ="release-notes-16.11.03.html">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
       <p> Please note that in the 13.07 series the specialpurpose components are no longer inccluded as part of the release files. The only exception is the the ecommerce component due to specific dependencies. </p>
        <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="external">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="external">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="external">[SHA12]</a>
             <a href ="release-notes-13.07.03.html">[Release Notes]</a></p>
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>
@@ -223,7 +223,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/faqs.html
URL: http://svn.apache.org/viewvc/ofbiz/site/faqs.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/faqs.html (original)
+++ ofbiz/site/faqs.html Wed Oct  4 08:31:29 2017
@@ -179,7 +179,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/getting-involved.html
URL: http://svn.apache.org/viewvc/ofbiz/site/getting-involved.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/getting-involved.html (original)
+++ ofbiz/site/getting-involved.html Wed Oct  4 08:31:29 2017
@@ -132,7 +132,7 @@
                 <h2>Introduction</h2>
                 <div class="divider"><span></span></div>
     <p>Getting involved with the Apache OFBiz Community is <strong>easy!</strong></p>
-    <p>Apache OFBiz is an open source community project governed by rules and <a href="//apache.org/foundation/policies/conduct.html" target="_blank">Code of Conduct</a> of <a href="//apache.org/" target="_blank">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
+    <p>Apache OFBiz is an open source community project governed by rules and <a href="//apache.org/foundation/policies/conduct.html" target="external">Code of Conduct</a> of <a href="//apache.org/" target="external">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
     <p>A popular Apache mantra is <strong>"Community over Code"</strong> meaning that being able to work and collaborate as a community is more important than producing code</p>
     <p>The Apache OFBiz source code is free, open source and provided under the <a href="//apache.org/licenses/">Apache Licence.</a> It is also easily accessible from the Apache source code repository. The project mailing lists contain all project releated discussions and decisions. </p>
     </div>
@@ -143,15 +143,15 @@
                 <h2>Who Are We Looking For?</h2>
                 <div class="divider"><span></span></div>
     <p><strong>We are looking for you!</strong></p>
-     <p>We welcome participation from anyone willing to work with us <a href="//www.apache.org/foundation/how-it-works.html" target="_blank">the Apache Way</a> and make a contribution to the project.</p>
+     <p>We welcome participation from anyone willing to work with us <a href="//www.apache.org/foundation/how-it-works.html" target="external">the Apache Way</a> and make a contribution to the project.</p>
     <h3>We welcome non-developers!</h3>
       <p>Don't worry if you are not a developer. You don't have to be a developer to contribute to the project.In fact we are always looking for a range of contributors including anyone that wants to help out with documentation, translations, testing tasks and UX experience design. </p>
     <p><strong>Perhaps you are one of our OFBiz users? </strong> That's good too. You can help us by telling us about features you like (or don't like!) plus any new improvements that you'd like to see. So you see there are quite a few ways that non developers can help and contribute to improving OFBiz. </p>
     <h3>Developers welcome too!</h3>
-      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="_blank">getting familiar with the OFBiz framework</a> and;
+      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="external">getting familiar with the OFBiz framework</a> and;
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> providing patches for any bugs you find</li>
-      <li><i class="icon-pin"></i> pick up and work on any of our <a href="//issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="_blank">open issues</a> </li>
+      <li><i class="icon-pin"></i> pick up and work on any of our <a href="//issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="external">open issues</a> </li>
     </ul>
     <p>If your company uses Apache OFBiz then please consider contributing back any functionality you think could help benefit our community. </p>
 
@@ -182,9 +182,9 @@
               <div class="span10">
                 <h2>Contributing Code and Bug Fixes</h2>
                 <div class="divider"><span></span></div>
-                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="_blank">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
+                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="external">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
      <h3>Code Changes</h3>
-    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a>
+    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue Tracker</a>
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> Create a new issue that describes what the code you are contributing does and;</li>
       <li><i class="icon-pin"></i> Upload a .patch file with your code changes  </li>
@@ -193,8 +193,8 @@
      <h3>Fixing Bugs</h3>
                 <p>Bugs happen and you might see one and know how to fix it.
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> Check our <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
-       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue</a> </li>
+                  <li><i class="icon-pin"></i> Check our <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
+       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue</a> </li>
       <li><i class="icon-pin"></i> Upload your patch  </li>
     </ul>
      <p>All submitted patches will be reviewed by our volunteers and if it meets the project standard, will be integrated into our codebase.</p>
@@ -230,7 +230,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Oct  4 08:31:29 2017
@@ -290,7 +290,7 @@
     </div>
 	<p></p>
   	<p></p>
-   	<p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+   	<p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="external"><strong>User Mailing List</strong></a> </p>
   	</section>   
 
       </div>
@@ -332,7 +332,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/mailing-lists.html
URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/mailing-lists.html (original)
+++ ofbiz/site/mailing-lists.html Wed Oct  4 08:31:29 2017
@@ -189,7 +189,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/ofbiz-demos.html
URL: http://svn.apache.org/viewvc/ofbiz/site/ofbiz-demos.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/ofbiz-demos.html (original)
+++ ofbiz/site/ofbiz-demos.html Wed Oct  4 08:31:29 2017
@@ -148,8 +148,8 @@
                 <h2>Current Stable Release 16.11 - 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="_blank"><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="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <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>
@@ -159,8 +159,8 @@
                 <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="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ecomseo" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </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>
@@ -172,8 +172,8 @@
                 <div class="divider"><span></span></div>
                 <p>This demo is for the previous OFBiz release. </p>
 
-    <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/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="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
         </div>
             </section>
@@ -196,7 +196,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/our-users.html
URL: http://svn.apache.org/viewvc/ofbiz/site/our-users.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/our-users.html (original)
+++ ofbiz/site/our-users.html Wed Oct  4 08:31:29 2017
@@ -227,7 +227,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></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=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/release-notes-13.07.03.html (original)
+++ ofbiz/site/release-notes-13.07.03.html Wed Oct  4 08:31:29 2017
@@ -245,7 +245,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></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=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/release-notes-16.11.03.html (original)
+++ ofbiz/site/release-notes-16.11.03.html Wed Oct  4 08:31:29 2017
@@ -156,7 +156,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/service-providers.html
URL: http://svn.apache.org/viewvc/ofbiz/site/service-providers.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/service-providers.html (original)
+++ ofbiz/site/service-providers.html Wed Oct  4 08:31:29 2017
@@ -304,7 +304,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Wed Oct  4 08:31:29 2017
@@ -132,8 +132,8 @@
                 <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>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><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>
@@ -143,9 +143,9 @@
     </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><strong>NOTE: </strong> Apache OFBiz uses <a href="//subversion.apache.org/" target="external"><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="external"><strong>SVN Client Tools</strong></a></p>
+    <p><i class="icon-pin"></i><a href="//subversion.apache.org/docs/" target="external"><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>
@@ -194,7 +194,7 @@ This file should replace, or be merged w
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/template/page/business-users.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/business-users.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/business-users.tpl.php (original)
+++ ofbiz/site/template/page/business-users.tpl.php Wed Oct  4 08:31:29 2017
@@ -36,7 +36,7 @@
         <li><i class="icon-pin"></i> To get details about what modules and features Apache OFBiz has, please take a look at <a href="#UsrModules"><strong>Modules and Features</strong></a> </li>
         <li><i class="icon-pin"></i> To download your own version of Apache OFBiz, please take a look at <a href="#UsrInstall"><strong>Download and Install OFBiz</strong></a> </li>
     </ul>
-                <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+                <p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="external"><strong>User Mailing List</strong></a> </p>
     </div>
             </section>
        <section  id="UsrDemo" class="slice row clearfix">
@@ -209,7 +209,7 @@
                 <div class="divider"><span></span></div>
     <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-End-UserDocumentation" target="external"><strong>User Documentation</strong></a></p>
                 <p><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external"><strong>OFBiz Wiki</strong></a></p>
-    <p><a href="faqs.html" target="_blank"><strong>OFBiz Frequently Asksed Questions (FAQs)</strong></a></p>
+    <p><a href="faqs.html" target="external"><strong>OFBiz Frequently Asksed Questions (FAQs)</strong></a></p>
 
             </div>
             </section>

Modified: ofbiz/site/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/developers.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/developers.tpl.php (original)
+++ ofbiz/site/template/page/developers.tpl.php Wed Oct  4 08:31:29 2017
@@ -36,7 +36,7 @@
       <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
       <li><i class="icon-pin"></i> Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
     </ul>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p>
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" >our Wiki</a> for details</p>
                 </div>
             </section>
        <section  id="DevDownld" class="slice row clearfix">
@@ -105,8 +105,8 @@
                 <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>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><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>
@@ -133,9 +133,9 @@
                 <div class="divider"><span></span></div>
                 <p>We have a range of technical documenentation and help for developers. Please see the links below.</p>
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="_blank"><strong>OFBiz Technical Documentation</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="_blank"><strong>OFBiz API Reference</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="_blank"><strong>Developer and Technical FAQs</strong></a></li>
+                  <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external"><strong>OFBiz Technical Documentation</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//ci.apache.org/projects/ofbiz/site/javadocs/" target="external"><strong>OFBiz API Reference</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo" target="external"><strong>Developer and Technical FAQs</strong></a></li>
     </ul>
     <p>After consulting the documentation you still have questions,please feel free to post questions on our development mailing list.</p>
             </div>

Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Wed Oct  4 08:31:29 2017
@@ -63,18 +63,18 @@
             <div class="divider"><span></span></div>
             <p> Released in June 2017, this is the third release of the 16.11 series, that has been stabilized since November 2016. </p>
             <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip" target="external" >Download OFBiz 16.11.03</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="external">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="external">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="external">[SHA12]</a>
             <a href ="release-notes-16.11.03.html">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
       <p> Please note that in the 13.07 series the specialpurpose components are no longer inccluded as part of the release files. The only exception is the the ecommerce component due to specific dependencies. </p>
        <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-13.07.03.zip" target="external">Download OFBiz 13.07.03</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
-      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="external">[PGP]</a>
+      <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="external">[MD5]</a>
+            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="external">[SHA12]</a>
             <a href ="release-notes-13.07.03.html">[Release Notes]</a></p>
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>

Modified: ofbiz/site/template/page/getting-involved.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/getting-involved.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/getting-involved.tpl.php (original)
+++ ofbiz/site/template/page/getting-involved.tpl.php Wed Oct  4 08:31:29 2017
@@ -32,7 +32,7 @@
                 <h2>Introduction</h2>
                 <div class="divider"><span></span></div>
     <p>Getting involved with the Apache OFBiz Community is <strong>easy!</strong></p>
-    <p>Apache OFBiz is an open source community project governed by rules and <a href="//apache.org/foundation/policies/conduct.html" target="_blank">Code of Conduct</a> of <a href="//apache.org/" target="_blank">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
+    <p>Apache OFBiz is an open source community project governed by rules and <a href="//apache.org/foundation/policies/conduct.html" target="external">Code of Conduct</a> of <a href="//apache.org/" target="external">the Apache Software Foundation.</a> All Apache projects value key concepts such as community, consensus, openness and transparency.</p>
     <p>A popular Apache mantra is <strong>"Community over Code"</strong> meaning that being able to work and collaborate as a community is more important than producing code</p>
     <p>The Apache OFBiz source code is free, open source and provided under the <a href="//apache.org/licenses/">Apache Licence.</a> It is also easily accessible from the Apache source code repository. The project mailing lists contain all project releated discussions and decisions. </p>
     </div>
@@ -43,15 +43,15 @@
                 <h2>Who Are We Looking For?</h2>
                 <div class="divider"><span></span></div>
     <p><strong>We are looking for you!</strong></p>
-     <p>We welcome participation from anyone willing to work with us <a href="//www.apache.org/foundation/how-it-works.html" target="_blank">the Apache Way</a> and make a contribution to the project.</p>
+     <p>We welcome participation from anyone willing to work with us <a href="//www.apache.org/foundation/how-it-works.html" target="external">the Apache Way</a> and make a contribution to the project.</p>
     <h3>We welcome non-developers!</h3>
       <p>Don't worry if you are not a developer. You don't have to be a developer to contribute to the project.In fact we are always looking for a range of contributors including anyone that wants to help out with documentation, translations, testing tasks and UX experience design. </p>
     <p><strong>Perhaps you are one of our OFBiz users? </strong> That's good too. You can help us by telling us about features you like (or don't like!) plus any new improvements that you'd like to see. So you see there are quite a few ways that non developers can help and contribute to improving OFBiz. </p>
     <h3>Developers welcome too!</h3>
-      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="_blank">getting familiar with the OFBiz framework</a> and;
+      <p>Apache OFBiz is built on Java. If you are a developer or want to become one then you can help by  <a href="//cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide" target="external">getting familiar with the OFBiz framework</a> and;
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> providing patches for any bugs you find</li>
-      <li><i class="icon-pin"></i> pick up and work on any of our <a href="//issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="_blank">open issues</a> </li>
+      <li><i class="icon-pin"></i> pick up and work on any of our <a href="//issues.apache.org/jira/projects/OFBIZ/issues/OFBIZ-6066?filter=allopenissues" target="external">open issues</a> </li>
     </ul>
     <p>If your company uses Apache OFBiz then please consider contributing back any functionality you think could help benefit our community. </p>
 
@@ -82,9 +82,9 @@
               <div class="span10">
                 <h2>Contributing Code and Bug Fixes</h2>
                 <div class="divider"><span></span></div>
-                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="_blank">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
+                <p>As an Apache open source project, we take the legality of code seriously and we don't want people contributing code that they don't own or a 3rd party having a legal claim on our project. This is why we ask all <a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors" target="external">OFBiz contributors </a> to complete an Individual Contributor Licence Agreement (ICLA)</p>
      <h3>Code Changes</h3>
-    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a>
+    <p>If you are interested in contributing new code then you can submit patches to the project via <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue Tracker</a>
     <ul class="iconsList">
                   <li><i class="icon-pin"></i> Create a new issue that describes what the code you are contributing does and;</li>
       <li><i class="icon-pin"></i> Upload a .patch file with your code changes  </li>
@@ -93,8 +93,8 @@
      <h3>Fixing Bugs</h3>
                 <p>Bugs happen and you might see one and know how to fix it.
     <ul class="iconsList">
-                  <li><i class="icon-pin"></i> Check our <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
-       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="_blank">our JIRA Issue</a> </li>
+                  <li><i class="icon-pin"></i> Check our <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue Tracker</a> as the bug may have already been reported</li>
+       <li><i class="icon-pin"></i> If it is a new bug then please create a new <a href="//issues.apache.org/jira/projects/OFBIZ/summary" target="external">our JIRA Issue</a> </li>
       <li><i class="icon-pin"></i> Upload your patch  </li>
     </ul>
      <p>All submitted patches will be reviewed by our volunteers and if it meets the project standard, will be integrated into our codebase.</p>

Modified: ofbiz/site/template/page/index.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/index.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/index.tpl.php (original)
+++ ofbiz/site/template/page/index.tpl.php Wed Oct  4 08:31:29 2017
@@ -190,7 +190,7 @@
     </div>
 	<p></p>
   	<p></p>
-   	<p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="_blank"><strong>User Mailing List</strong></a> </p>
+   	<p>If you are still unsure or have any questions then please feel free to use our <a href="//lists.apache.org/list.html?user@ofbiz.apache.org" target="external"><strong>User Mailing List</strong></a> </p>
   	</section>   
 
       </div>

Modified: ofbiz/site/template/page/ofbiz-demos.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/ofbiz-demos.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/ofbiz-demos.tpl.php (original)
+++ ofbiz/site/template/page/ofbiz-demos.tpl.php Wed Oct  4 08:31:29 2017
@@ -48,8 +48,8 @@
                 <h2>Current Stable Release 16.11 - 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="_blank"><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="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <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>
@@ -59,8 +59,8 @@
                 <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="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="//demo-trunk.ofbiz.apache.org/ecomseo" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </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>
@@ -72,8 +72,8 @@
                 <div class="divider"><span></span></div>
                 <p>This demo is for the previous OFBiz release. </p>
 
-    <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/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="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="external"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
         </div>
             </section>

Modified: ofbiz/site/template/page/source-repositories.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repositories.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/page/source-repositories.tpl.php (original)
+++ ofbiz/site/template/page/source-repositories.tpl.php Wed Oct  4 08:31:29 2017
@@ -32,8 +32,8 @@
                 <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>
+                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><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>
@@ -43,9 +43,9 @@
     </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><strong>NOTE: </strong> Apache OFBiz uses <a href="//subversion.apache.org/" target="external"><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="external"><strong>SVN Client Tools</strong></a></p>
+    <p><i class="icon-pin"></i><a href="//subversion.apache.org/docs/" target="external"><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>

Modified: ofbiz/site/template/region/footer.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/footer.tpl.php?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/template/region/footer.tpl.php (original)
+++ ofbiz/site/template/region/footer.tpl.php Wed Oct  4 08:31:29 2017
@@ -13,7 +13,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>

Modified: ofbiz/site/user-stories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/user-stories.html?rev=1811050&r1=1811049&r2=1811050&view=diff
==============================================================================
--- ofbiz/site/user-stories.html (original)
+++ ofbiz/site/user-stories.html Wed Oct  4 08:31:29 2017
@@ -181,7 +181,7 @@
         <ul class="socialNetwork nav">
           <li>
             <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
-              target="_blank" title="follow us on Twitter"><span>twitter</span></a>
+              target="external" title="follow us on Twitter"><span>twitter</span></a>
           </li>
           <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
           <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>