All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.conf.sit_javaee6.java-view-menu.vm Maven / Gradle / Ivy

The newest version!





	
	

	トップ
	


##
##
#macro (navTree $nodes)
	#foreach ($node in $nodes)
	
  • #if($node.isPage()) #else $node.name #end #if (not $node.children.isEmpty())
      #navTree ($node.children)
    #end
  • #end #end




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy