Changeset 8268
- Timestamp:
- 03/05/10 13:46:07 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/webapp/search2/searchResults.ftl
r8266 r8268 136 136 the authors 137 137 <#list creator as author> 138 <#if ! author_has_next>and</#if> 138 <#if authorNameOp == "all" && ! author_has_next>and</#if> 139 <#if authorNameOp == "any" && ! author_has_next>or</#if> 139 140 <strong>${author?html}</strong><#if author_has_next && creator?size gt 2>,</#if> 140 141 </#list>
