source: vlo/trunk/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/pages/ShowResultPage.html @ 967

Last change on this file since 967 was 967, checked in by patdui, 13 years ago

Fixed prev/next links. http://trac.clarin.eu/ticket/26
Not the best performance but acceptable.

File size: 659 bytes
Line 
1<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
2<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>
19</body>
20</html>
Note: See TracBrowser for help on using the repository browser.