You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/06/26 00:02:21 UTC

svn commit: r1687655 - in /comdev/projects.apache.org/site: js/projects.js releases.html

Author: hboutemy
Date: Thu Jun 25 22:02:21 2015
New Revision: 1687655

URL: http://svn.apache.org/r1687655
Log:
[COMDEV-129] added intro to describe which releases are displayed

Modified:
    comdev/projects.apache.org/site/js/projects.js
    comdev/projects.apache.org/site/releases.html

Modified: comdev/projects.apache.org/site/js/projects.js
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/js/projects.js?rev=1687655&r1=1687654&r2=1687655&view=diff
==============================================================================
--- comdev/projects.apache.org/site/js/projects.js (original)
+++ comdev/projects.apache.org/site/js/projects.js Thu Jun 25 22:02:21 2015
@@ -1456,7 +1456,7 @@ function renderReleases(releases) {
     }
     
     // Construct the data table
-    $('#contents').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="releases"></table>' );
+    $('#contents2').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="releases"></table>' );
  
     $('#releases').dataTable( {
         "data": arr,

Modified: comdev/projects.apache.org/site/releases.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/releases.html?rev=1687655&r1=1687654&r2=1687655&view=diff
==============================================================================
--- comdev/projects.apache.org/site/releases.html (original)
+++ comdev/projects.apache.org/site/releases.html Thu Jun 25 22:02:21 2015
@@ -31,6 +31,9 @@
 </div>
 
 <div id="contents" style="width: 1160px;">
+   <p>Current releases available in <a href="https://www.apache.org/dist/">Apache Software Foundation Distribution Directory</a>
+      and <a href="http://www.apache.org/dyn/closer.cgi">its mirrors</a>:</p>
+   <div id="contents2">
    <p style="text-align: center;">
       Loading data, please wait...<br/>
       <img src="images/loader.gif"/>
@@ -43,6 +46,7 @@
          Please enable it or get a browser that supports it.
       </p>
    </noscript>
+   </div>
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/>