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/06/23 15:23:41 UTC

svn commit: r416740 - in /incubator/xap/trunk/WebContent/examples: clientside-handler/ componentEvents/ controlsAndLayoutsExample/ cssStylesExample/ helloWorld/ inline-javascript/ layout/ panel/ serverside-handler/ split-pane/ tab-pane/

Author: mturyn
Date: Fri Jun 23 08:23:40 2006
New Revision: 416740

URL: http://svn.apache.org/viewvc?rev=416740&view=rev
Log:
Fixed titles---there are only so many "Example 1" instances you can have....

Modified:
    incubator/xap/trunk/WebContent/examples/clientside-handler/index.html
    incubator/xap/trunk/WebContent/examples/componentEvents/index.html
    incubator/xap/trunk/WebContent/examples/controlsAndLayoutsExample/index.html
    incubator/xap/trunk/WebContent/examples/cssStylesExample/index.html
    incubator/xap/trunk/WebContent/examples/helloWorld/index.html
    incubator/xap/trunk/WebContent/examples/inline-javascript/index.html
    incubator/xap/trunk/WebContent/examples/layout/index.html
    incubator/xap/trunk/WebContent/examples/panel/index.html
    incubator/xap/trunk/WebContent/examples/serverside-handler/index.html
    incubator/xap/trunk/WebContent/examples/split-pane/index.html
    incubator/xap/trunk/WebContent/examples/tab-pane/index.html

Modified: incubator/xap/trunk/WebContent/examples/clientside-handler/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/clientside-handler/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/clientside-handler/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/clientside-handler/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Client-side handler demo</title>
 
     <style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/componentEvents/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/componentEvents/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/componentEvents/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/componentEvents/index.html Fri Jun 23 08:23:40 2006
@@ -1,7 +1,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Example 1</title>
+    <title>Component events demo</title>
 
 	<style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/controlsAndLayoutsExample/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/controlsAndLayoutsExample/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/controlsAndLayoutsExample/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/controlsAndLayoutsExample/index.html Fri Jun 23 08:23:40 2006
@@ -1,7 +1,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Example 1</title>
+    <title>Controls and layouts example</title>
 
 	<style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/cssStylesExample/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/cssStylesExample/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/cssStylesExample/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/cssStylesExample/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Example 1</title>
+    <title>Css styles example</title>
 
 	<style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/helloWorld/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/helloWorld/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/helloWorld/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/helloWorld/index.html Fri Jun 23 08:23:40 2006
@@ -1,7 +1,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Example 1</title>
+    <title>Hello World</title>
 
 	<style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/inline-javascript/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/inline-javascript/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/inline-javascript/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/inline-javascript/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Inline javascript demo</title>
 
     <style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/layout/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/layout/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/layout/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/layout/index.html Fri Jun 23 08:23:40 2006
@@ -1,7 +1,7 @@
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Example 1</title>
+    <title>Layout demo</title>
 
 	<style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/panel/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/panel/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/panel/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/panel/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Panel demo</title>
 
     <style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/serverside-handler/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/serverside-handler/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/serverside-handler/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/serverside-handler/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Server-side handler demo</title>
 
     <style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/split-pane/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/split-pane/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/split-pane/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/split-pane/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Split-pane demo</title>
 
     <style type="text/css">
       <!--

Modified: incubator/xap/trunk/WebContent/examples/tab-pane/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/tab-pane/index.html?rev=416740&r1=416739&r2=416740&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/tab-pane/index.html (original)
+++ incubator/xap/trunk/WebContent/examples/tab-pane/index.html Fri Jun 23 08:23:40 2006
@@ -2,7 +2,7 @@
 
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>Simple Demo</title>
+    <title>Tab-pane demo</title>
 
     <style type="text/css">
       <!--