You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/07/25 14:36:12 UTC

svn commit: r425404 - /incubator/xap/trunk/WebContent/examples/index.html

Author: mturyn
Date: Tue Jul 25 07:36:11 2006
New Revision: 425404

URL: http://svn.apache.org/viewvc?rev=425404&view=rev
Log:
Added pointer to Dojo example 1.

Modified:
    incubator/xap/trunk/WebContent/examples/index.html

Modified: incubator/xap/trunk/WebContent/examples/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/index.html?rev=425404&r1=425403&r2=425404&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Tue Jul 25 07:36:11 2006
@@ -3,22 +3,24 @@
   <body>
     <h1>Xap examples:</h1>
     <ul>
-      <li/><a href="example1/index.html">Example 1</a>
-      <li/><a href="example2/index.html">Example 2</a>
-      <li/><a href="clientside-handler/index.html">Client-side handler</a>
-      <li/><a href="componentEvents/index.html">Component events</a>
-      <li/><a href="controlsAndLayoutsExample/index.html">Controls and layouts example</a>
-      <li/><a href="cssStylesExample/index.html">Css styles example</a>
-      <li/><a href="google/index.html">Google</a>
-      <li/><a href="helloWorld/index.html">Hello World</a>
-      <li/><a href="inline-javascript/index.html">Inline javascript</a>
-      <li/><a href="layout/index.html">Layout</a>
-      <li/><a href="panel/index.html">Panel</a>
-      <li/><a href="serverside-handler/index.html">Server-side handler</a>
-      <li/><a href="split-pane/index.html">Split pane</a>
-      <li/><a href="tab-pane/index.html">Tab pane</a><br>
-      <li/><a href="dojo/dojoExample_0.html">Dojo example 0</a>
-      <li/><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a>
-    </ul>
+      <li><a href="example1/index.html">Example 1</a></li>
+      <li><a href="example2/index.html">Example 2</a></li>
+      <li><a href="clientside-handler/index.html">Client-side handler</a></li>
+      <li><a href="componentEvents/index.html">Component events</a></li>
+      <li><a href="controlsAndLayoutsExample/index.html">Controls and layouts example</a></li>
+      <li><a href="cssStylesExample/index.html">Css styles example</a></li>
+      <li><a href="google/index.html">Google</a></li>
+      <li><a href="helloWorld/index.html">Hello World</a></li>
+      <li><a href="inline-javascript/index.html">Inline javascript</a></li>
+      <li><a href="layout/index.html">Layout</a></li>
+      <li><a href="panel/index.html">Panel</a></li>
+      <li><a href="serverside-handler/index.html">Server-side handler</a></li>
+      <li><a href="split-pane/index.html">Split pane</a></li>
+      <li><a href="tab-pane/index.html">Tab pane</a></li><br>
+      <li><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a></li><br>
+
+      <li><a href="dojo/dojoExample_0.html">Dojo example 0</a></li>
+      <li><a href="dojo/dojo1.html">Dojo example 1</a></li>      
+</ul>
   </body>
 </html>