[jboss-cvs] JBoss Profiler SVN: r513 - branches/JBossProfiler2/src/main/www.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Nov 30 11:42:06 EST 2008


Author: jesper.pedersen
Date: 2008-11-30 11:42:06 -0500 (Sun, 30 Nov 2008)
New Revision: 513

Modified:
   branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml
Log:
[JBPROFILER-61] Reformat source to match standards

Modified: branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml
===================================================================
--- branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml	2008-11-30 15:53:15 UTC (rev 512)
+++ branches/JBossProfiler2/src/main/www/loadthreadtree.xhtml	2008-11-30 16:42:06 UTC (rev 513)
@@ -1,22 +1,22 @@
 <!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"
-	xmlns:ui="http://java.sun.com/jsf/facelets"
-	xmlns:h="http://java.sun.com/jsf/html"
-	xmlns:f="http://java.sun.com/jsf/core"
-	xmlns:a4j="http://richfaces.org/a4j"
-	xmlns:rich="http://richfaces.org/rich">
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:a4j="http://richfaces.org/a4j"
+      xmlns:rich="http://richfaces.org/rich">
 
   <ui:composition template="/template/loadtemplate.xhtml">
     <ui:define name="loadContent">
       <f:facet name="header">
-	<h:outputText value="Threads tree"/>		
+        <h:outputText value="Threads tree"/>            
       </f:facet>
       
       <rich:panel id="threadPanel">
-	<h:form>
-	  <rich:datascroller align="left" for="threads" maxPages="20"/>
-	  <rich:spacer height="30"/>
-	  <rich:dataTable width="483"
+        <h:form>
+          <rich:datascroller align="left" for="threads" maxPages="20"/>
+          <rich:spacer height="30"/>
+          <rich:dataTable width="483"
                           id="threads"
                           rows="20"
                           columnClasses="wholecol"
@@ -25,27 +25,27 @@
                           onRowMouseOver="this.style.backgroundColor='#F1F1F1'" 
                           onRowMouseOut="this.style.backgroundColor='#FFFFFF'" 
                           rowKeyVar="rowClassVar">
-	    <f:facet name="header">
-	      <rich:columnGroup>
-		<h:column>
-		  <h:outputText styleClass="headerText" value="Thread No"/>
-		</h:column>
-		<h:column>
-		  <h:outputText styleClass="headerText" value="Thread Name"/>
-		</h:column>
-		<h:column>
-		  <h:outputText styleClass="headerText" value="Priority"/>
-		</h:column>
-		<h:column>
-		  <h:outputText styleClass="headerText" value="Daemon"/>
-		</h:column>
-		<h:column>
-		  <h:outputText styleClass="headerText" value="Groups"/>
-		</h:column>
-	      </rich:columnGroup>
-	    </f:facet>
-	    
-	    <h:column>
+            <f:facet name="header">
+              <rich:columnGroup>
+                <h:column>
+                  <h:outputText styleClass="headerText" value="Thread No"/>
+                </h:column>
+                <h:column>
+                  <h:outputText styleClass="headerText" value="Thread Name"/>
+                </h:column>
+                <h:column>
+                  <h:outputText styleClass="headerText" value="Priority"/>
+                </h:column>
+                <h:column>
+                  <h:outputText styleClass="headerText" value="Daemon"/>
+                </h:column>
+                <h:column>
+                  <h:outputText styleClass="headerText" value="Groups"/>
+                </h:column>
+              </rich:columnGroup>
+            </f:facet>
+            
+            <h:column>
               <h:outputText value="#{threadInfoB.id}"/>
             </h:column>
             <h:column>
@@ -67,29 +67,29 @@
               <a4j:actionparam name="selected" value="#{threadInfoB.id}" assignTo="#{treeThreadBean.selectedThread}">
               </a4j:actionparam>
               <rich:toolTip direction="top-right" showDelay="500">
-            	<span style="white-space:nowrap"> Click one row to show the threads tree below!<br/></span>
+                <span style="white-space:nowrap"> Click one row to show the threads tree below!<br/></span>
               </rich:toolTip>
-	    </a4j:support>
-	  </rich:dataTable>
-	  
-	</h:form>
-      </rich:panel>	
+            </a4j:support>
+          </rich:dataTable>
+          
+        </h:form>
+      </rich:panel>     
       
-      <br/>	
+      <br/>     
       <h:outputText id="threadOutputText" value="Thread #{treeThreadBean.selectedThread} is chosen,please see the
-			                         threads info below!"/>	
+                                                 threads info below!"/> 
       
-      <rich:panel>		
-	<h:form>    
-	  <h:form>    
-       	    <rich:tree id="threadTree" style="width:300px" switchType="ajax" stateAdvisor="#{treeDemoStateAdvisor}">
+      <rich:panel>              
+        <h:form>    
+          <h:form>    
+            <rich:tree id="threadTree" style="width:300px" switchType="ajax" stateAdvisor="#{treeDemoStateAdvisor}">
               <rich:recursiveTreeNodesAdaptor roots="#{treeFrameBean.srcRoots}" var="item" nodes="#{item.children}">
               </rich:recursiveTreeNodesAdaptor>
-	    </rich:tree>
-    	  </h:form>
+            </rich:tree>
+          </h:form>
           
-    	</h:form>
-      </rich:panel>	
+        </h:form>
+      </rich:panel>     
       
     </ui:define>
   </ui:composition>




More information about the jboss-cvs-commits mailing list