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/11/25 10:25:13 UTC

svn commit: r1816277 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl

Author: deepak
Date: Sat Nov 25 10:25:12 2017
New Revision: 1816277

URL: http://svn.apache.org/viewvc?rev=1816277&view=rev
Log:
Improved: Removed some inline styling from xhtml and w3c images, alos removed protocol from external url and used //, browser automatically append the appropriate protocol (OFBIZ-9760)

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl?rev=1816277&r1=1816276&r2=1816277&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/includes/Footer.ftl Sat Nov 25 10:25:12 2017
@@ -21,19 +21,19 @@ under the License.
 
 <div class="d-flex justify-content-between">
   <div class="p-2">
-    <a href="http://jigsaw.w3.org/css-validator/">
+    <a href="//jigsaw.w3.org/css-validator/">
       <img style="border:0;width:88px;height:31px" src="<@o...@ofbizContentUrl>" alt="Valid CSS!"/>
     </a>
-    <a href="http://validator.w3.org/check?uri=referer">
-      <img style="border:0;width:88px;height:31px"src="<@o...@ofbizContentUrl>" alt="Valid XHTML 1.0!"/>
+    <a href="//validator.w3.org/check?uri=referer">
+      <img src="<@o...@ofbizContentUrl>" alt="Valid XHTML 1.0!"/>
     </a>
   </div>
   <div class="p-2">
-    <a href="http://ofbiz.apache.org">${uiLabelMap.EcommerceAboutUs}</a>
-    <div>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation -
-      <a href="http://www.apache.org">www.apache.org</a>
+    <a href="//ofbiz.apache.org">${uiLabelMap.EcommerceAboutUs}</a>
+    <div>Copyright &copy; 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation -
+      <a href="//www.apache.org">www.apache.org</a>
     </div>
-    <div>Powered by <a href="http://ofbiz.apache.org">Apache OFBiz</a></div>
+    <div>Powered by <a href="//ofbiz.apache.org">Apache OFBiz</a></div>
   </div>
   <div class="p-2">
     <div><a href="<@o...@ofbizUrl>">${uiLabelMap.EcommerceSeeStorePoliciesHere}</a></div>