You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/03/04 04:29:37 UTC

svn commit: r1663853 - in /incubator/ignite/site/trunk: features.html index.html

Author: anovikov
Date: Wed Mar  4 03:29:36 2015
New Revision: 1663853

URL: http://svn.apache.org/r1663853
Log:
Used SSI for include.

Modified:
    incubator/ignite/site/trunk/features.html
    incubator/ignite/site/trunk/index.html

Modified: incubator/ignite/site/trunk/features.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1663853&r1=1663852&r2=1663853&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Wed Mar  4 03:29:36 2015
@@ -52,7 +52,7 @@ under the License.
 </head>
 <body>
 <div id="wrapper">
-    <div id="header"></div>
+    <!--#include virtual="/includes/header.html" -->
 
     <main id="main" role="main" class="container key-features">
         <section id="features">
@@ -65,7 +65,7 @@ under the License.
                 or flash technologies.
             </p>
 
-            <div id="igniteimage"</div>
+            <!--#include virtual="/includes/igniteimage.html" -->
         </section>
 
         <section id="datagrid" class="feature-section">
@@ -904,7 +904,8 @@ under the License.
             </div>
         </section>
     </main>
-    <div id="footer"></div>
+
+    <!--#include virtual="/includes/footer.html" -->
 </div>
 <script type="text/javascript">
     eval(function()
@@ -935,11 +936,6 @@ under the License.
         );
         document.querySelector('head').appendChild(msViewportStyle)
     }
-    $(document).ready(function(e) {
-        $('#header').load('includes/header.html');
-        $('#igniteimage').load('includes/igniteimage.html');
-        $('#footer').load('includes/footer.html');
-    });
 </script>
 </body>
 </html>

Modified: incubator/ignite/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/index.html?rev=1663853&r1=1663852&r2=1663853&view=diff
==============================================================================
--- incubator/ignite/site/trunk/index.html (original)
+++ incubator/ignite/site/trunk/index.html Wed Mar  4 03:29:36 2015
@@ -49,7 +49,7 @@ under the License.
 </head>
 <body>
 <div id="wrapper">
-    <div id="header"></div>
+    <!--#include virtual="/includes/header.html" -->
     
     <div id="carousel" class="carousel slide" data-ride="carousel" data-interval="5000">
         <div class="container">
@@ -106,7 +106,7 @@ under the License.
                 of magnitude faster than possible with traditional disk-based
                 or flash technologies.
             </p>
-            <div id="igniteimage"></div>
+            <!--#include virtual="/includes/igniteimage.html" -->
             <p>
                 Apache Ignite In-Memory Data Fabric is designed to deliver
                 uncompromised performance for a wide set of in-memory computing
@@ -174,7 +174,7 @@ under the License.
         </section>
     </main>
 
-    <div id="footer"></div>
+    <!--#include virtual="/includes/footer.html" -->
 </div>
 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 <script type="text/javascript">window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script>
@@ -190,11 +190,6 @@ under the License.
         );
         document.querySelector('head').appendChild(msViewportStyle)
     }
-    $(document).ready(function(e) {
-        $('#header').load('includes/header.html');
-        $('#igniteimage').load('includes/igniteimage.html');
-        $('#footer').load('includes/footer.html');
-    });
 </script>
 <script>
     var downloadLink = document.getElementById('apache_ignite_download');