Author: nivanov
Date: Tue Feb 17 06:40:14 2015
New Revision: 1660287

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

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

Modified: incubator/ignite/site/trunk/features.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1660287&r1=1660286&r2=1660287&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Tue Feb 17 06:40:14 2015
@@ -968,8 +968,6 @@ under the License.
         </div>
     </footer>
 </div>
-<!--<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js";></script>-->
-<!--<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlightLoader.js";></script>-->
 <script type="text/javascript">
     eval(function()
     {
@@ -1002,107 +1000,124 @@ under the License.
     }
 </script>
 <script type="text/javascript">
-    $('ul#compute-examples a[href="compute-example-basic"]').click(function 
(e) {
-        e.preventDefault();
-
-        $(this).tab('show')
-    });
-
-    $('ul#compute-examples 
a[href="compute-example-transactions"]').click(function (e) {
-        e.preventDefault();
-
-        $(this).tab('show')
-    });
-
-    $('ul#compute-examples a[href="compute-example-locks"]').click(function 
(e) {
-        e.preventDefault();
-
-        $(this).tab('show')
-    });
-
-    $('ul#compute-examples a[href="compute-example-sqlquery"]').click(function 
(e) {
-        e.preventDefault();
-
-        $(this).tab('show')
-    });
-
-    $('ul#compute-examples a[href="compute-example-sqljoin"]').click(function 
(e) {
-        e.preventDefault();
-
-        $(this).tab('show')
-    });
-
-    $('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')
-    })
+//    <ul id="datagrid-examples" class="nav nav-tabs">
+//    <li class="active"><a href="#datagrid-example-basic" 
aria-controls="home" data-toggle="tab">Put and Get</a></li>
+//    <li><a href="#datagrid-example-transactions" aria-controls="profile" 
data-toggle="tab">Transactions</a></li>
+//    <li><a href="#datagrid-example-locks" aria-controls="profile" 
data-toggle="tab">Locks</a></li>
+//    <li><a href="#datagrid-example-sqlquery" aria-controls="profile" 
data-toggle="tab">SQL Query</a></li>
+//    <li><a href="#datagrid-example-sqljoin" aria-controls="profile" 
data-toggle="tab">SQL Join</a></li>
+//    </ul>
+
+    $('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') });
+
+//
+//
+//
+//
+//    $('ul#compute-examples a[href="compute-example-basic"]').click(function 
(e) {
+//        e.preventDefault();
+//
+//        $(this).tab('show')
+//    });
+//
+//    $('ul#compute-examples 
a[href="compute-example-transactions"]').click(function (e) {
+//        e.preventDefault();
+//
+//        $(this).tab('show')
+//    });
+//
+//    $('ul#compute-examples a[href="compute-example-locks"]').click(function 
(e) {
+//        e.preventDefault();
+//
+//        $(this).tab('show')
+//    });
+//
+//    $('ul#compute-examples 
a[href="compute-example-sqlquery"]').click(function (e) {
+//        e.preventDefault();
+//
+//        $(this).tab('show')
+//    });
+//
+//    $('ul#compute-examples 
a[href="compute-example-sqljoin"]').click(function (e) {
+//        e.preventDefault();
+//
+//        $(this).tab('show')
+//    });
+//
+//    $('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>


Reply via email to