source: vlo/branches/to-wicket-1.6/vlo_web_app/src/main/java/eu/clarin/cmdi/vlo/pages/FacetedSearchPage.html @ 4199

Last change on this file since 4199 was 4199, checked in by keeloo, 10 years ago
File size: 2.2 KB
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="middlegame">
7            <p />
8            <div border="0" class="opening" width="100%">
9                <form class="search" wicket:id="searchForm">
10                    <div class="homeLink" align="left">
11                        <a wicket:id="vloHomeLink"><wicket:message key="VLO_home"/></a> &gt;&gt; <a><wicket:message key="facetedBrowserResources"/> </a>
12                        &nbsp;|&nbsp;<a wicket:id="feedbackLink"></a>
13                    </div>
14                    <div class="searchmodule" align="right">
15                        <input wicket:id="searchQuery" type="text">
16                        <button wicket:id="searchSubmit"><wicket:message key="search"/></button>
17                        <a class="helpLink"wicket:id="helpLink" width ="20%>"this will be replaced by wicket"</a>
18                    </div>
19                   
20                    <div class="facetOverview">
21                        <a wicket:id="facetOverview" class="mark">this text will be replaced</a>
22                    </div>
23                </form>
24
25                <div class="tableBody">
26                    <table class="matrix" align="left">
27                        <tr wicket:id="facetColumns" valign="top">
28                        <td wicket:id="cols" width="50%" class="column">
29                            <p><span wicket:id="facetBox"></span>
30                        <p>
31                            </td>
32                            </tr>
33                    </table>
34                   
35                    <table class="resulttable" cellpadding="0" cellspacing="0">
36                        <tbody wicket:id="searchResults" >
37                            [searchResultTable]
38                        </tbody>       
39                        <tfoot wicket:id="contentSearch">
40                            <tr>
41                            <td colspan="2"><a href="url" wicket:id="contentSearchForm">This text will be replaced by Wicket</a> </td>
42                            </tr>
43                        </tfoot>                       
44                    </table>
45                </div>
46            </div>
47        </div>
48        <br><br><br>
49    </wicket:extend>
50</body>
51</html>
Note: See TracBrowser for help on using the repository browser.