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:
rjy7 2010-06-02 21:23:23 +00:00
parent 5f5d4b98ac
commit 340970c891
9 changed files with 8 additions and 9 deletions

View file

@ -12,7 +12,6 @@
<#if message??>
<p>${message}</p>
<#else>
<#-- RY NEED TO ACCOUNT FOR p:process stuff -->
<ul>
<#list individuals as individual>
<li>

View file

@ -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>

View file

@ -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">

View file

@ -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">