[weld-commits] Weld SVN: r6476 - examples/trunk/jsf/pastecode/src/main/webapp.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jun 16 22:53:26 EDT 2010


Author: shane.bryzak at jboss.com
Date: 2010-06-16 22:53:26 -0400 (Wed, 16 Jun 2010)
New Revision: 6476

Modified:
   examples/trunk/jsf/pastecode/src/main/webapp/help.xhtml
Log:
minor


Modified: examples/trunk/jsf/pastecode/src/main/webapp/help.xhtml
===================================================================
--- examples/trunk/jsf/pastecode/src/main/webapp/help.xhtml	2010-06-17 02:46:34 UTC (rev 6475)
+++ examples/trunk/jsf/pastecode/src/main/webapp/help.xhtml	2010-06-17 02:53:26 UTC (rev 6476)
@@ -9,11 +9,11 @@
    	
   <ui:define name="mainarea">
 	<div style="width: 100%; padding: 7px;">
-		<div id="paging" style="width:98%; border-width:0px; background-color:#C1C1E8;text-align:center;"> <!-- height: 40px; -->
-	   		    	<strong>Useful Information</strong>
-	   	</div>
-	   	<br/>
-	   	<strong>Paste Code:</strong><br/>
+		
+	   	<div class="contentHeader">Useful Information</div>
+	   	
+	   	<h3>Paste Code:</h3>
+	   	
 	   	<ul>
 	   	 <li>Enter your nick - this is optional, if omitted, your paste will be anonymous</li>
 	   	 <li>Choose the language of your code - this allows syntax highlighting</li>
@@ -24,13 +24,13 @@
 	   	 <li>Submit the form!</li>  
 	   	</ul>
 	   	
-	   	<strong>Search Pastes:</strong><br/>
+	   	<h3>Search Pastes:</h3>
 	   	<ul>
 	   		<li>Go to a history page - now you can see all the posts with pagination</li>
 	   		<li>You can narrow down the pastes by using the search form</li>
 	   	</ul>
 	   		   	
-	   	<strong>Weld Features Covered:</strong><br/>
+	   	<h3>Weld Features Covered:</h3>
 	   	
 	   	<ul>
 	   		<li>Injection into POJO, EJBs and Servlets</li>
@@ -39,13 +39,15 @@
 	   		<li>JPA access</li>
 	   		<li>Decorators</li>
 	   	</ul>
-	   	<br/><br/><strong>Enjoy work with Weld!</strong>
+	   	<br/><br/>
+	   	
+	   	<strong>Enjoy working with Weld!</strong>
 	   			 
 	</div>
   </ui:define>
    	
   <ui:define name="rightmenu">
-	<ui:include src="rightMenuDefault.xhtml"/>
+	  <ui:include src="rightMenuDefault.xhtml"/>
   </ui:define>
     
   </ui:composition>



More information about the weld-commits mailing list