You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/15 01:32:05 UTC

svn commit: r1532137 - in /isis/site/trunk/templates: index.html screenshot-tutorial.html

Author: danhaywood
Date: Mon Oct 14 23:32:04 2013
New Revision: 1532137

URL: http://svn.apache.org/r1532137
Log:
screenshot tutorial

Modified:
    isis/site/trunk/templates/index.html
    isis/site/trunk/templates/screenshot-tutorial.html

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1532137&r1=1532136&r2=1532137&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Mon Oct 14 23:32:04 2013
@@ -110,6 +110,7 @@
   });
 </script>
 
+
 <br/>
 <br/>
 <h4>The above screenshots are taken from the quickstart application [1.3.0-SNAPSHOT] (source on <a href="https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/dom/src/main/java/dom/todo">github</a>)</h4>.

Modified: isis/site/trunk/templates/screenshot-tutorial.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/screenshot-tutorial.html?rev=1532137&r1=1532136&r2=1532137&view=diff
==============================================================================
--- isis/site/trunk/templates/screenshot-tutorial.html (original)
+++ isis/site/trunk/templates/screenshot-tutorial.html Mon Oct 14 23:32:04 2013
@@ -1611,4 +1611,18 @@ h1[id] {
 
   </div>
 </div>
+
+<script>
+  $(document).ready(function(){
+    $('#myAffix').affix({
+          offset: {
+            top: 100
+          , bottom: function () {
+              return (this.bottom = $('.bs-footer').outerHeight(true))
+            }
+          }
+        });
+  });
+</script>
+
 {% endblock %}