[wise-commits] wise SVN: r481 - webgui/branches/cdi-jsf/src/main/webapp.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Fri Feb 1 13:48:53 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-01 13:48:53 -0500 (Fri, 01 Feb 2013)
New Revision: 481

Modified:
   webgui/branches/cdi-jsf/src/main/webapp/index.xhtml
Log:
Minor cleanup


Modified: webgui/branches/cdi-jsf/src/main/webapp/index.xhtml
===================================================================
--- webgui/branches/cdi-jsf/src/main/webapp/index.xhtml	2013-02-01 18:02:05 UTC (rev 480)
+++ webgui/branches/cdi-jsf/src/main/webapp/index.xhtml	2013-02-01 18:48:53 UTC (rev 481)
@@ -188,36 +188,26 @@
         					<h:outputText value="#{node.type} : #{node.name} = #{node.shortValue}"
         						rendered="#{node.notNil}" />
         					<h:outputText value="#{node.type} : #{node.name} = ***NIL***" rendered="#{node.nil}" />
-<!--		        			<h:graphicImage styleClass="plus" value="images/small/ZoomIn.png" rendered="#{node.notNil}"
-				        		onclick="pippo = '#{node.longValue}'; document.getElementById('detailForm:detailArea').value = decode64(unescape(pippo)); showObj('detailDiv');" /> -->
         				</rich:treeNode>
 		        		<rich:treeNode type="qname">
 				        	<h:outputText value="#{node.type} : #{node.name} = #{node.shortValue}"
 						        rendered="#{node.notNil}" />
         					<h:outputText value="#{node.type} : #{node.name} = ***NIL***" rendered="#{node.nil}" />
-<!--		        			<h:graphicImage styleClass="plus" value="images/small/ZoomIn.png" rendered="#{node.notNil}"
-				        		onclick="pippo = '#{node.longValue}'; document.getElementById('detailForm:detailArea').value = decode64(unescape(pippo)); showObj('detailDiv');" /> -->
         				</rich:treeNode>
 		        		<rich:treeNode type="Duration">
 				        	<h:outputText value="#{node.type} : #{node.name} = #{node.shortValue}"
 						        rendered="#{node.notNil}" />
         					<h:outputText value="#{node.type} : #{node.name} = ***NIL***" rendered="#{node.nil}" />
-<!--		        			<h:graphicImage styleClass="plus" value="images/small/ZoomIn.png" rendered="#{node.notNil}"
-				        		onclick="pippo = '#{node.longValue}'; document.getElementById('detailForm:detailArea').value = decode64(unescape(pippo)); showObj('detailDiv');" /> -->
         				</rich:treeNode>
 		        		<rich:treeNode type="XMLGregorianCalendar">
 				        	<h:outputText value="#{node.type} : #{node.name} = #{node.shortValue}"
 						        rendered="#{node.notNil}" />
         					<h:outputText value="#{node.type} : #{node.name} = ***NIL***" rendered="#{node.nil}" />
-<!--		        			<h:graphicImage styleClass="plus" value="images/small/ZoomIn.png" rendered="#{node.notNil}"
-				        		onclick="pippo = '#{node.longValue}'; document.getElementById('detailForm:detailArea').value = decode64(unescape(pippo)); showObj('detailDiv');" /> -->
         				</rich:treeNode>
 		        		<rich:treeNode type="Enumeration">
 				        	<h:outputText value="#{node.type} : #{node.name} = #{node.shortValue}"
 						        rendered="#{node.notNil}" />
         					<h:outputText value="#{node.type} : #{node.name} = ***NIL***" rendered="#{node.nil}" />
-<!--		        			<h:graphicImage styleClass="plus" value="images/small/ZoomIn.png" rendered="#{node.notNil}"
-				        		onclick="pippo = '#{node.longValue}'; document.getElementById('detailForm:detailArea').value = decode64(unescape(pippo)); showObj('detailDiv');" /> -->
         				</rich:treeNode>
 		        		<rich:treeNode type="Parameterized">
 				        	<h:outputText value="{#{node.namespace}}" />



More information about the wise-commits mailing list