Ignore:
Timestamp:
12/22/10 13:27:06 (13 years ago)
Author:
patdui
Message:
  • added resourceType facet and added a list of resources on the show result page.
  • added i18n properties
  • fixed some olac facets supporting multiple patterns to match a facet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/pages/ShowResultPage.html

    r967 r1007  
    11<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
    22<html>
    3     <head></head>
    4     <body>
    5     <wicket:extend>
    6         <div class="endgame">
    7             <br>
    8             <div><a wicket:id="backLink" href="#">back to results</a>&nbsp;|&nbsp;<a wicket:id="openBrowserLink" href="#">open in original context</a>
    9                 <p />
    10             </div>
    11             <br><br>
    12             <div class="prevNextLabels">
    13                 <a wicket:id="prev">prev</a>
    14                 <a wicket:id="next">next</a>
    15             </div>
    16             <div class="resultAttributes"><table wicket:id="attributesTable"/></div>
    17         </div>
    18     </wicket:extend>
     3<head></head>
     4<body>
     5<wicket:extend>
     6        <div class="endgame"><br>
     7        <div><a wicket:id="backLink" href="#"><wicket:message key="backToResult">[back]</wicket:message></a>&nbsp;|&nbsp;<a wicket:id="openBrowserLink"
     8                href="#"><wicket:message key="openInOriginalContext" >[open]</wicket:message></a>
     9        <p />
     10        </div>
     11        <br>
     12        <br>
     13        <div class="prevNextLabels"><a wicket:id="prev"><wicket:message key="prev" /></a> <a wicket:id="next"><wicket:message key="next" /></a>
     14        </div>
     15        <div class="resultAttributes">
     16        <table wicket:id="attributesTable" />
     17                </div>
     18                <div class="resourceList"><span><wicket:message key="resources">[Resources]</wicket:message>:</span>
     19                <table>
     20                        <tr class="resourceItem" wicket:id="resourceList"></tr>
     21                </table>
     22                </div>
     23                </div>
     24                </wicket:extend>
    1925</body>
    2026</html>
Note: See TracChangeset for help on using the changeset viewer.