Miscellaneous minor changes for Freemarker implementation. Restored old entitylist instead of new individuallist until url errors in the latter are fixed.
This commit is contained in:
parent
5f5d4b98ac
commit
340970c891
9 changed files with 8 additions and 9 deletions
|
@ -12,7 +12,6 @@
|
|||
<#if message??>
|
||||
<p>${message}</p>
|
||||
<#else>
|
||||
<#-- RY NEED TO ACCOUNT FOR p:process stuff -->
|
||||
<ul>
|
||||
<#list individuals as individual>
|
||||
<li>
|
||||
|
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
<#-- Default individual search view -->
|
||||
|
||||
<#import "/macros/list.ftl" as l>
|
||||
<#import "/lib/list.ftl" as l>
|
||||
|
||||
<a href="${individual.profileUrl}">${individual.name}</a>
|
||||
<ul class="individualData">
|
||||
<@l.firstLastList>
|
||||
<li>${individual.tagline}</li>,
|
||||
<#list individual.links as link>
|
||||
${link.setAnchor("Changing Anchor Text")}
|
||||
<li><a class="externalLink" href="${link.url}">${link.anchor}</a></li>,
|
||||
</#list>
|
||||
</@l.firstLastList>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "/macros/list.ftl" as l>
|
||||
<#import "/lib/list.ftl" as l>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "/macros/list.ftl" as l>
|
||||
<#import "/lib/list.ftl" as l>
|
||||
|
||||
<div id="identity">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue