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

Last change on this file since 4265 was 4265, checked in by twagoo, 10 years ago

Added link to page itself in breadcrumbs of FacetedSearchPage?

File size: 2.3 KB
Line 
1<html>
2    <head></head>
3    <body>
4    <wicket:extend>
5        <div class="middlegame">
6            <p />
7            <div border="0" class="opening" width="100%">
8                <form class="search" wicket:id="searchForm">
9                    <div class="homeLink" align="left">
10                        <a wicket:id="vloHomeLink"><wicket:message key="VLO_home"/></a> &gt;&gt; 
11                        <a wicket:id="facetedSearchLink"><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">
36                        <tbody>
37                            <tr>
38                                <td>
39                                    <table wicket:id="searchResults">[searchResultTable]</table>
40                                </td>
41                            </tr>       
42                        </tbody>
43                        <tfoot wicket:id="contentSearch">
44                            <tr>
45                                <td><a href="url" wicket:id="contentSearchForm">This text will be replaced by Wicket</a></td>
46                            </tr>
47                        </tfoot>
48                    </table>
49                </div>
50            </div>
51        </div>
52        <br><br><br>
53    </wicket:extend>
54</body>
55</html>
Note: See TracBrowser for help on using the repository browser.