Author: steveh
Date: Sat Oct  9 09:57:10 2004
New Revision: 54167

Modified:
   incubator/beehive/trunk/site/build/webapp/content/ControlsOverview.html
   incubator/beehive/trunk/site/build/webapp/content/ControlsProgramming.html
Log:
Adding <blockquote> elements.

Modified: 
incubator/beehive/trunk/site/build/webapp/content/ControlsOverview.html
==============================================================================
--- incubator/beehive/trunk/site/build/webapp/content/ControlsOverview.html     
(original)
+++ incubator/beehive/trunk/site/build/webapp/content/ControlsOverview.html     
Sat Oct  9 09:57:10 2004
@@ -6,7 +6,7 @@
 <link type="text/css" href="skin/page.css" rel="stylesheet">
 </head>
 <body text="#000000" bgcolor="#FFFFFF">
-
+<blockquote>
 <h3>Controls</h3>
 <b>Providing simplified and unified client access to J2EE resources</b><br><Br>
 
@@ -444,6 +444,6 @@
 In this example, the TimerControlBean instance is declared with attributes 
specified using JSR-175 metadata.   There is no implicit construction of the 
bean instance; the client container for the ControlBean will recognize the 
presence of the Control declaration and will implicitly initialize the 
instance.    Additionally, it (also implicitly) declares the necessary event 
listener class and routing code to deliver onTimeout events on the 
TimerControlBean instance to the declared event handler.
 
 
-
+</blockquote>
 </body>
 

Modified: 
incubator/beehive/trunk/site/build/webapp/content/ControlsProgramming.html
==============================================================================
--- incubator/beehive/trunk/site/build/webapp/content/ControlsProgramming.html  
(original)
+++ incubator/beehive/trunk/site/build/webapp/content/ControlsProgramming.html  
Sat Oct  9 09:57:10 2004
@@ -6,7 +6,7 @@
 <link type="text/css" href="skin/page.css" rel="stylesheet">
 </head>
 <body text="#000000" bgcolor="#FFFFFF">
-
+<blockquote>
 <h3>Controls</h3>
 <b>Authoring and Client Model Overview</b><br><Br>
 <h3>Table of Contents</h3>
@@ -1771,4 +1771,5 @@
 </td></tr>
 </table>
 <br><br>
+</blockquote>
 </body>

Reply via email to