Author: steveh
Date: Mon Sep 27 14:01:24 2004
New Revision: 47333

Modified:
   incubator/beehive/trunk/site/src/documentation/content/ControlsOverview.html
   
incubator/beehive/trunk/site/src/documentation/content/ControlsProgramming.html
Log:
Adding <blockquote> tags to each doc.

Modified: 
incubator/beehive/trunk/site/src/documentation/content/ControlsOverview.html
==============================================================================
--- 
incubator/beehive/trunk/site/src/documentation/content/ControlsOverview.html    
    (original)
+++ 
incubator/beehive/trunk/site/src/documentation/content/ControlsOverview.html    
    Mon Sep 27 14:01:24 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/src/documentation/content/ControlsProgramming.html
==============================================================================
--- 
incubator/beehive/trunk/site/src/documentation/content/ControlsProgramming.html 
    (original)
+++ 
incubator/beehive/trunk/site/src/documentation/content/ControlsProgramming.html 
    Mon Sep 27 14:01:24 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