<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>site/src/pages/service/tabs/01.haml</filename>
    </added>
    <added>
      <filename>site/src/pages/service/tabs/02.haml</filename>
    </added>
    <added>
      <filename>site/src/pages/service/tabs/03.haml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
 var tabs = new Ojay.Tabs('#container1 .tab');
 tabs.setup();
 
-var gallery = new Ojay.ImageTabs('#thumbnails a.thumb', '#container2');
-gallery.setup();
+var ajaxTabs = new Ojay.AjaxTabs('#links a', '#container2');
+ajaxTabs.setup();
+
+var imageTabs = new Ojay.ImageTabs('#thumbnails a.thumb', '#container3');
+imageTabs.setup();</diff>
      <filename>site/site/javascripts/test/tabs.js</filename>
    </modified>
    <modified>
      <diff>@@ -2,17 +2,23 @@
 
 :plain
     &lt;style type=&quot;text/css&quot;&gt;
-        #container1 {margin-bottom:30px; border:1px solid #ccc; clear:both;}
-        #container1 .tab {clear:both; padding:9px;}
+        #container1, #container2 {margin-bottom:30px; border:1px solid #ccc; clear:both; max-width:500px}
+        #container1 .tab, #container2 .tab {clear:both; padding:9px;}
         #container1 .tab P {margin:0 0 1em 0;}
+        
         .toggles {margin:0; padding:0 0 0 10px; *zoom:1;}
-        .toggles LI {float:left; cursor:pointer; list-style:none; margin:0 5px -1px 0; border:1px solid #ccc; padding:9px;  _position:relative;}
-        .toggles LI.selected {border-bottom-color:#fff; background-color:#fff;}
+        .toggles li {float:left; cursor:pointer; list-style:none; margin:0 5px -1px 0; border:1px solid #ccc; padding:9px; _position:relative;}
+        .toggles li.selected {border-bottom-color:#fff; background-color:#fff;}
+        
+        #links {}
+        #links li {margin-bottom:0; border:none; padding:0;}
+        #links li a {display:block; margin-bottom:-1px; border:1px solid #ccc; padding:9px; _position:relative; outline:none; text-decoration:none; font-weight:bold;}
+        #links li a.selected {border-bottom-color:#fff;}
         
-        #container2 {width:192px; height:192px; border:1px solid #666; padding:32px;}
+        #container3 {width:192px; height:192px; border:1px solid #666; padding:32px;}
         
         #thumbnails {margin:6px 0 30px 0; padding:0;}
-        #thumbnails LI {float:left; margin:0 6px 0 0; border:1px solid #666; padding:0; list-style:none;}
+        #thumbnails li {float:left; margin:0 6px 0 0; border:1px solid #666; padding:0; list-style:none;}
         #thumbnails .thumb {display:block; outline:none; text-decoration:none;}
         #thumbnails .thumb IMG {display:block; margin:0; border:none; padding:0;}
         #thumbnails .selected {opacity:0.5;}
@@ -38,10 +44,24 @@
             %q A great many people think they are thinking when they are merely rearranging their prejudices.
             %cite William James
 
+
 %h2
-    %code Ojay.ImageTabs
+    %code Ojay.AjaxTabs
 
+%ul#links.toggles
+    %li
+        %a{:href =&gt; &quot;/service/tabs/01.html&quot;} G
+    %li
+        %a{:href =&gt; &quot;/service/tabs/02.html&quot;} E
+    %li
+        %a{:href =&gt; &quot;/service/tabs/03.html&quot;} B
 #container2
+
+
+%h2
+    %code Ojay.ImageTabs
+
+#container3
 %ul#thumbnails
     %li
         %a.thumb{:href =&gt; &quot;/images/tabs/godel.jpg&quot;}</diff>
      <filename>site/src/pages/test/tabs.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa98144096311a7a25c8aa5e553bf8e1e02c258e</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/ojay/commit/b126ef23911eb2207637f7902287900bb9ce1430</url>
  <id>b126ef23911eb2207637f7902287900bb9ce1430</id>
  <committed-date>2009-10-07T08:36:19-07:00</committed-date>
  <authored-date>2009-10-07T08:36:19-07:00</authored-date>
  <message>Test case for Ojay.AjaxTabs.</message>
  <tree>3b738a3fd3906045174386886dfb06a886c748c5</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
