#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Browse widget -->
<#macro assets>
<#--
Are there stylesheets or scripts needed?
${stylesheets.add("/css/browse.css")}
${scripts.add("/js/browse.js")}
-->
#macro>
<#macro allClassGroups>
There are ${classes?size} classes in classGroup ${classGroup.publicName}.
There are ${classGroup.individualCount} individuals in the class group.
Classes with and without instances are included.
-
#macro>
<#macro vclass>
Browse
vclass ${class.name} from ${classGroup.publicName}
This has classGroup, classes, individualsInClass and class.