You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/07/12 16:06:08 UTC

svn commit: r963285 - in /click/trunk/click/examples/webapp/ajax/compare: javascript-ajax-demo.htm jquery-ajax-demo.htm prototype-ajax-demo.htm

Author: sabob
Date: Mon Jul 12 14:06:08 2010
New Revision: 963285

URL: http://svn.apache.org/viewvc?rev=963285&view=rev
Log:
added link to implenentation

Modified:
    click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm
    click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm
    click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm

Modified: click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm?rev=963285&r1=963284&r2=963285&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/javascript-ajax-demo.htm Mon Jul 12 14:06:08 2010
@@ -18,7 +18,8 @@
 -->
 
 <p>
-    Demonstrates Click Ajax support using JavaScript. Compare this implementation
+    Demonstrates Click Ajax support using JavaScript. Compare this
+    <a href="$context/source-viewer.htm?filename=/ajax/compare/javascript-ajax-demo.htm">implementation</a>
     with the <a href="$context/ajax/compare/jquery-ajax-demo.htm">jQuery</a> and
     <a href="$context/ajax/compare/prototype-ajax-demo.htm">Prototype</a> demos.
 </p>

Modified: click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm?rev=963285&r1=963284&r2=963285&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/jquery-ajax-demo.htm Mon Jul 12 14:06:08 2010
@@ -19,7 +19,8 @@
 
 <p>
     Demonstrates Click Ajax support using <a target="_blank" href="http://www.jquery.com/">jQuery</a>.
-    Compare this implementation with the <a href="$context/ajax/compare/javascript-ajax-demo.htm">Javascript</a> and
+    Compare this <a href="$context/source-viewer.htm?filename=/ajax/compare/jquery-ajax-demo.htm">implementation</a>
+    with the <a href="$context/ajax/compare/javascript-ajax-demo.htm">Javascript</a> and
     <a href="$context/ajax/compare/prototype-ajax-demo.htm">Prototype</a> demos.
 </p>
 

Modified: click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm?rev=963285&r1=963284&r2=963285&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm (original)
+++ click/trunk/click/examples/webapp/ajax/compare/prototype-ajax-demo.htm Mon Jul 12 14:06:08 2010
@@ -19,7 +19,8 @@
 
 <p>
     Demonstrates Click Ajax support using <a target="_blank" href="http://www.prototypejs.org/">Prototype</a>.
-    Compare this implementation with the <a href="$context/ajax/compare/javascript-ajax-demo.htm">Javascript</a> and
+    Compare this <a href="$context/source-viewer.htm?filename=/ajax/compare/prototype-ajax-demo.htm">implementation</a>
+    with the <a href="$context/ajax/compare/javascript-ajax-demo.htm">Javascript</a> and
     <a href="$context/ajax/compare/jquery-ajax-demo.htm">jQuery</a> demos.
 </p>