NIHVIVO-2411 Create a mock implementation of the ShortViewService and incorporate it into the search page. Because this is a mock, it always uses the default short view, like before. There should be no difference for the end-user.

This commit is contained in:
j2blake 2012-04-25 19:32:50 +00:00
parent f2707b0bb1
commit 022506cbf4
11 changed files with 529 additions and 24 deletions

View file

@ -43,7 +43,7 @@
<ul class="searchhits">
<#list individuals as individual>
<li>
<#include "${individual.searchView}">
<@shortView uri=individual.uri viewContext="search" />
</li>
</#list>
</ul>