NIHVIVO-592 Updated allClassGroups macro so Brian Caruso can review needed improvements to facilitate browse on home page (work in progress)
This commit is contained in:
parent
c51f65c2ab
commit
fcaa94088e
1 changed files with 6 additions and 6 deletions
|
@ -9,14 +9,14 @@
|
|||
${scripts.add("/js/browse.js")}
|
||||
-->
|
||||
</#macro>
|
||||
|
||||
<#macro allClassGroups>
|
||||
<section>
|
||||
<h2>Macro allClassGroups from widget-browse.ftl</h2>
|
||||
|
||||
<ul>
|
||||
<#macro allClassGroups>
|
||||
<section id="browse" role="region">
|
||||
<h4>Browse</h4>
|
||||
|
||||
<ul id="browse-classgroups" role="list">
|
||||
<#list vclassGroupList as group>
|
||||
<li><a href="${urls.base}/${currentPage}?classgroupUri=${group.publicName?url}">${group.publicName}</a></li>
|
||||
<li role="listitem"><a href="${urls.base}/${currentPage}?classgroupUri=${group.publicName?url}">${group.publicName} <span class="count-classes">(n)</span></a></li>
|
||||
</#list>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue