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/08/29 10:19:36 UTC

svn commit: r1806551 [3/3] - in /ofbiz/site: js-plugin/ajax-contact-extend/classes/ js-plugin/ajax-contact-extend/classes/twitter/ template/page/ template/region/

Modified: ofbiz/site/template/page/our-users.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/our-users.tpl.php?rev=1806551&r1=1806550&r2=1806551&view=diff
==============================================================================
--- ofbiz/site/template/page/our-users.tpl.php (original)
+++ ofbiz/site/template/page/our-users.tpl.php Tue Aug 29 10:19:35 2017
@@ -27,9 +27,9 @@
                 <li><a href="#" data-filter=".ecommerce">e-Commerce</a></li>
                 <li><a href="#" data-filter=".manufacturing">Manufacturing</a></li>
                 <li><a href="#" data-filter=".retail">Retail</a></li>
- 		<li><a href="#" data-filter=".distribution">Distribution</a></li>
- 		<li><a href="#" data-filter=".serviceind">Service Industries</a></li>
- 		<li><a href="#" data-filter=".other">Other</a></li>
+     <li><a href="#" data-filter=".distribution">Distribution</a></li>
+     <li><a href="#" data-filter=".serviceind">Service Industries</a></li>
+     <li><a href="#" data-filter=".other">Other</a></li>
                </ul>
               <div class="littleShadow"></div>
             </nav>

Modified: ofbiz/site/template/page/service-providers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/service-providers.tpl.php?rev=1806551&r1=1806550&r2=1806551&view=diff
==============================================================================
--- ofbiz/site/template/page/service-providers.tpl.php (original)
+++ ofbiz/site/template/page/service-providers.tpl.php Tue Aug 29 10:19:35 2017
@@ -20,11 +20,11 @@
             </li>
             <li><a href="" class="current btn btn-3d btnSmall" data-filter="*">All</a></li>
             <li><a href="" class="btn btn-3d btnSmall"  data-filter=".global">Global</a></li>
-	    <li><a href="" class="btn btn-3d btnSmall"  data-filter=".europe">Europe</a></li>
-	    <li><a href="" class="btn btn-3d btnSmall"  data-filter=".africa">Africa</a></li>
-	    <li><a href="" class="btn btn-3d btnSmall"  data-filter=".asia">Asia</a></li>
-	    <li><a href="" class="btn btn-3d btnSmall"  data-filter=".america">America</a></li>
-	    <li><a href="" class="btn btn-3d btnSmall"  data-filter=".australasia">Australasia</a></li>
+      <li><a href="" class="btn btn-3d btnSmall"  data-filter=".europe">Europe</a></li>
+      <li><a href="" class="btn btn-3d btnSmall"  data-filter=".africa">Africa</a></li>
+      <li><a href="" class="btn btn-3d btnSmall"  data-filter=".asia">Asia</a></li>
+      <li><a href="" class="btn btn-3d btnSmall"  data-filter=".america">America</a></li>
+      <li><a href="" class="btn btn-3d btnSmall"  data-filter=".australasia">Australasia</a></li>
           </ul>
         </nav>
       </div>

Modified: ofbiz/site/template/page/source-repository.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repository.tpl.php?rev=1806551&r1=1806550&r2=1806551&view=diff
==============================================================================
--- ofbiz/site/template/page/source-repository.tpl.php (original)
+++ ofbiz/site/template/page/source-repository.tpl.php Tue Aug 29 10:19:35 2017
@@ -8,7 +8,7 @@
       <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 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>
@@ -19,63 +19,63 @@
           <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>
+           <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>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="http://svn.apache.org/repos/asf/ofbiz/" target="_blank"><strong>SVN - WebDAV</strong></a></li>
-  		  <li><i class="icon-pin"></i> <a href="http://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="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-		   <li><i class="icon-pin"></i> <a href="https://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="http://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="http://subversion.apache.org/packages.html" target="_blank"><strong>SVN Client Tools</strong></a></p>
-		<p><i class="icon-pin"></i><a href="http://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> <a href="http://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="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="https://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="http://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="http://subversion.apache.org/packages.html" target="_blank"><strong>SVN Client Tools</strong></a></p>
+    <p><i class="icon-pin"></i><a href="http://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 https://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>
+      <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 https://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>
+    </div>
             </section> 
 
-	    <section  id="SRepoComm" class="slice row clearfix">
+      <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.
+    <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">
+    <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> 		  
+      <li><i class="icon-pin"></i> <strong>Linux</strong> : <code>~/.subversion/config</code></li>
                </u>
 
    
               </div> 
-            </section>	           
-	   
+            </section>
+
           </div>
         </div>
       </div>

Modified: ofbiz/site/template/region/footer.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/footer.tpl.php?rev=1806551&r1=1806550&r2=1806551&view=diff
==============================================================================
--- ofbiz/site/template/region/footer.tpl.php (original)
+++ ofbiz/site/template/region/footer.tpl.php Tue Aug 29 10:19:35 2017
@@ -15,8 +15,8 @@
             <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips"
               target="_blank" title="follow us on Twitter"><span>twitter</span></a>
           </li>
-	 <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
- 	 <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
+   <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips"  title="follow us on Youtube"><span>Youtube</span></a></li>
+    <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips"  title="follow us on Facebook"><span>facebook</span></a></li>
           <!--<li><a href="#" class="icon-rss socialIcon tips"  title="Our rss feed"><span>rss feed</span></a></li>         
           <li><a href="#" class="icon-gplus socialIcon tips"  title="follow us on Google +"><span>google +</span></a></li>
           <li><a href="#" class="icon-instagram socialIcon tips"  title="follow us on Instagram"><span>instagram</span></a></li>

Modified: ofbiz/site/template/region/header.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/header.tpl.php?rev=1806551&r1=1806550&r2=1806551&view=diff
==============================================================================
--- ofbiz/site/template/region/header.tpl.php (original)
+++ ofbiz/site/template/region/header.tpl.php Tue Aug 29 10:19:35 2017
@@ -37,7 +37,7 @@
                 <li><a href="getting-involved.html">Getting Involved</a></li>                
                 <li><a href="mailing-lists.html">Mailing Lists</a></li>
                 <li><a href="source-repositories.html">Source Repository</a></li>
- 		<li><a href="download.html">Downloads</a></li
+     <li><a href="download.html">Downloads</a></li
                 <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li>
                 <li><a href="faqs.html" class="last">FAQ</a></li>
               </ul>