Author: nivanov
Date: Tue Feb 17 06:58:32 2015
New Revision: 1660302

URL: http://svn.apache.org/r1660302
Log:
Some fixes.

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=1660302&r1=1660301&r2=1660302&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Tue Feb 17 06:58:32 2015
@@ -997,71 +997,6 @@ under the License.
     }
 </script>
 <script type="text/javascript">
-    // Data grid examples init.
-    $('ul#datagrid-examples a[href="datagrid-example-basic"]').click(function 
(e) { e.preventDefault();  $(this).tab('show') });
-    $('ul#datagrid-examples 
a[href="datagrid-example-transactions"]').click(function (e) { 
e.preventDefault();  $(this).tab('show') });
-    $('ul#datagrid-examples a[href="datagrid-example-locks"]').click(function 
(e) { e.preventDefault();  $(this).tab('show') });
-    $('ul#datagrid-examples 
a[href="datagrid-example-sqlquery"]').click(function (e) { e.preventDefault();  
$(this).tab('show') });
-    $('ul#datagrid-examples 
a[href="datagrid-example-sqljoin"]').click(function (e) { e.preventDefault();  
$(this).tab('show') });
-
-    // Compute grid examples init.
-    $('ul#compute-examples 
a[href="compute-example-broadcast"]').click(function (e) { e.preventDefault();  
$(this).tab('show') });
-    $('ul#compute-examples a[href="compute-example-runnable"]').click(function 
(e) { e.preventDefault();  $(this).tab('show') });
-    $('ul#compute-examples a[href="compute-example-closure"]').click(function 
(e) { e.preventDefault(); $(this).tab('show') });
-//
-//    $('ul#compute-examples a[href="service-example"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="messaging-example-ordered"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="messaging-example-unordered"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples a[href="events-example-cache"]').click(function 
(e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="clustering-example-broadcast"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="clustering-example-unicast"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="datastructures-example-queue"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="datastructures-example-set"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    });
-//
-//    $('ul#compute-examples 
a[href="datastructures-example-sequence"]').click(function (e) {
-//        e.preventDefault();
-//
-//        $(this).tab('show')
-//    })
 </script>
 </body>
 </html>

Modified: incubator/ignite/site/trunk/index.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/index.html?rev=1660302&r1=1660301&r2=1660302&view=diff
==============================================================================
--- incubator/ignite/site/trunk/index.html (original)
+++ incubator/ignite/site/trunk/index.html Tue Feb 17 06:58:32 2015
@@ -88,21 +88,21 @@ under the License.
                     </div>
                     <div class="item cloud">
                         <div class="img-holder">
-                            <a href="#data-grid">
+                            <a href="features.html#datagrid">
                                 <img style="margin-left: 20%; margin-top: 
35px" src="images/img1.png">
                             </a>
                         </div>
                     </div>
                     <div class="item cloud">
                         <div class="img-holder">
-                            <a href="#cluster-compute">
+                            <a href="features.html#computegrid">
                                 <img style="margin-left: 20%; margin-top: 
35px" src="images/compute_grid.png">
                             </a>
                         </div>
                     </div>
                     <div class="item cloud">
                         <div class="img-holder">
-                            <a href="#streaming">
+                            <a href="features.html#datastreaming">
                                 <img style="margin-left: 15%; margin-top: 
35px" src="images/streaming.png">
                             </a>
                         </div>
@@ -250,7 +250,7 @@ under the License.
                         </ul>
                     </nav>
                     <div class="col-md-4 col-sm-4">
-                        <p align="right">
+                        <p style="text-align: right">
                             Copyright &copy; 2014 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. Apache, 
Apache Ignite,
                             the Apache feather, Ignite logo are trademarks of 
The Apache Software
                             Foundation.


Reply via email to