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/08/23 21:38:35 UTC

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

Author: mturyn
Date: Wed Aug 23 14:38:35 2006
New Revision: 434197

URL: http://svn.apache.org/viewvc?rev=434197&view=rev
Log:
For: Rob Gagne

Updated index.html to be XHTML compliant.

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=434197&r1=434196&r2=434197&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/index.html Wed Aug 23 14:38:35 2006
@@ -1,42 +1,61 @@
-<title></title>
-<h1>Xap examples:</h1>
-Simple examples (all based on Zimbra widgets):<br />
-<ul>
-    <li><a href="helloWorld/index.html">Hello World</a></li>
-    <li><a href="inline-javascript/index.html">Inline javascript</a></li>
-    <li><a href="serverside-handler/index.html">Server-side handler</a></li>
-    <li><a href="clientside-handler/index.html">Client-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>
-</ul>
-More complicated interactions (also based on Zimbra widgets):
-<ul>
-    <li><a href="example1/index.html">Example 1</a></li>
-    <li><a href="example2/index.html">Example 2</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="layout/index.html">Layout</a></li>
-    <li><a href="panel/index.html">Panel</a></li>
-</ul>
-A demo application:<br />
-<ul>
-    <li><a href="google/index.html">Google</a></li>
-</ul>
-An example using XModify with a standard HTML DOM:
-<ul>
-    <li><a href="html-xmodify/index.html">Macro and xModify running against the HTML DOM</a></li>
-</ul>
-An example of using the bridge classes to wrap an HTML element:<br />
-<ul>
-    <li><a href="basic/dom0.html">Wrapped dom example 0</a></li>
-</ul>
-Examples using the Dojo bridge classes and Dojo widgets:
-<ul>             </ul>
-    <ul>
-        <li><a href="dojo/dojo1.html">Dojo example 1</a></li>
-        <li><a href="dojo/datePicker.html">Wrapped DatePicker, with most code in DojoWidget superclass.</a></li>
-        <li><a href="dojo/colorPicker.html">Wrapped ColorPalette, with most code in DojoWidget superclass.</a><br />               </li>
-        <li><a href="dojo/dateAndColorPickers.html">Page using the ColorPalette and DatePicker XAL's used in the above.</a><br />               </li>
-        <li><a href="dojo/portlet.html">A single xaplet distributed over a set of HTML components.</a></li>
-    </ul>
\ No newline at end of file
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>Apache XAP Examples</title>
+</head>
+
+<body>
+<h1>Xap examples:</h1>
+Simple examples (all based on Zimbra widgets):<br/>
+
+<ul>
+  <li><a href="helloWorld/index.html">Hello World</a></li>
+  <li><a href="inline-javascript/index.html">Inline javascript</a></li>
+  <li><a href="serverside-handler/index.html">Server-side handler</a></li>
+  <li><a href="clientside-handler/index.html">Client-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>
+</ul>
+More complicated interactions (also based on Zimbra widgets):
+<ul>
+  <li><a href="example1/index.html">Example 1</a></li>
+  <li><a href="example2/index.html">Example 2</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="layout/index.html">Layout</a></li>
+  <li><a href="panel/index.html">Panel</a></li>
+</ul>
+A demo application:<br/>
+
+<ul>
+  <li><a href="google/index.html">Google</a></li>
+</ul>
+An example using XModify with a standard HTML DOM:
+<ul>
+  <li><a href="html-xmodify/index.html">Macro and xModify running against the
+    HTML DOM</a></li>
+</ul>
+An example of using the bridge classes to wrap an HTML element:<br/>
+
+<ul>
+  <li><a href="basic/dom0.html">Wrapped dom example 0</a></li>
+</ul>
+Examples using the Dojo bridge classes and Dojo widgets:
+<ul>
+  <li><a href="dojo/dojo1.html">Dojo example 1</a></li>
+  <li><a href="dojo/datePicker.html">Wrapped DatePicker, with most code in
+    DojoWidget superclass.</a></li>
+  <li><a href="dojo/colorPicker.html">Wrapped ColorPalette, with most code in
+    DojoWidget superclass.</a></li>
+  <li><a href="dojo/dateAndColorPickers.html">Page using the ColorPalette and
+    DatePicker XAL's used in the above.</a></li>
+  <li><a href="dojo/portlet.html">A single xaplet distributed over a set of
+    HTML components.</a></li>
+</ul>
+</body>
+</html>