source: vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/components/SearchResultsPanel.html @ 4556

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

hiding search result page navigation when there is only one page

File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<!--
4Copyright (C) 2014 CLARIN
5
6This program is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program.  If not, see <http://www.gnu.org/licenses/>.
18-->
19<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org" xml:lang="en">
20    <head>
21        <title>facet panel</title>
22        <meta charset="UTF-8">
23    </head>
24    <body>
25        <wicket:panel>
26            <h1>Search results</h1>
27            <div id="searchresultsheader">
28                <span wicket:id="resultCount" id="searchresultcount">604056 results</span>
29                <span wicket:id="resultPageIndicator" id="searchresultpagecount">Showing 1 to 25</span>
30
31                <div class="searchresultpagination">
32                    <div wicket:id="pagingTop">[PAGING]</div>
33                </div>
34
35            </div> 
36
37            <ul id="searchresultitems">
38                <li wicket:id="resultItem" class="searchresultitem">
39                    <h2>
40                        <a wicket:id="title" href="record1.html">[TITLE]</a>
41                    </h2>
42                    <div class="searchresultitembrief">
43                        <p class="searchresultmoreless">
44                            <a href="#" class="searchresultdetailstoggle">expand</a>
45                        </p>
46                        <p class="searchresultdescription" wicket:id="description">
47                            [DESCRIPTION]
48                        </p>
49                        <p class="searchresultresources">
50                            Resources: <a href="record1.html">1 text file</a>, <a href="record1.html">1 audio file</a>, <a href="record1.html">1 annotation file</a>
51                        </p>
52                    </div>
53
54                    <div class="searchresultitemextended">
55                        <p class="searchresultmoreless">
56                            <a href="#" class="searchresultdetailstoggle">collapse</a>
57                        </p>
58                        <p class="searchresultdescription">
59                            In China (and specifically in Beijing) of the late seventies, the call for a democracy movement was growing ever stronger, before finally being silenced by the new regime under Deng Xiaoping. This paper exmaines both the historical sources and the eventual outcome of this movement during the anxious years of '78-'79.
60                        </p>
61                        <div class="searchresultattributes">
62                            <table class="recorddetailstable">
63                                <tbody class="attributesTbody">
64                                    <tr>
65                                        <td class="attribute">
66                                            <div>Collection</div>
67                                        </td><td class="attributeValue">
68                                            <div>UBU Clarin Set<a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
69                                        </td>
70                                    </tr>
71                                    <tr>
72                                        <td class="attribute">
73                                            <div>Genre</div>
74                                        </td><td class="attributeValue">
75                                            <div>info:eu-repo/semantics/bachelorthesis <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
76                                        </td>
77                                    </tr><tr>
78                                        <td class="attribute">
79                                            <div>Languages</div>
80                                        </td><td class="attributeValue">
81                                            <div>Dutch <a class="recordattributeinfo" href="http://infra.clarin.eu/service/language/info.php?code=nld"><span>[info]</span></a> <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
82                                        </td>
83                                    </tr><tr>
84                                        <td class="attribute">
85                                            <div>National project</div>
86                                        </td><td class="attributeValue">
87                                            <div>CLARIN-NL <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
88                                        </td>
89                                    </tr><tr>
90                                        <td class="attribute">
91                                            <div>Resource type</div>
92                                        </td><td class="attributeValue">
93                                            <div>text <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
94                                        </td>
95                                    </tr>
96                                </tbody>
97                            </table>
98
99                            <h3>Resources</h3>
100                            <ul>
101                                <li class="writtenresource"><a href="">http://dspace.library.uu.nl/bitstream/1874/235456/1/Bachelorscriptie+Rene+Witteveen+3375005.docx</a></li>
102                                <li class="audioresource"><a href="">http://corpus1.mpi.nl/qfs1/media-archive/dobes_data/Ache/Documentaci_n_-_Documentation/Comunidades_-_Communities/Cerro_Moroti/Media/002-djawu_klluu-2011-09-01.wav</a></li>
103                                <li class="annotationresource"><a href="">http://corpus1.mpi.nl/qfs1/media-archive/dobes_data/Ache/Documentaci_n_-_Documentation/Comunidades_-_Communities/Cerro_Moroti/Annotations/002-djawu_klluu-2011-09-01.eaf</a></li>
104                            </ul>
105                        </div>
106
107                        <p class="searchresultfullrecord">
108                            <a href="record1.html">View full record</a>
109                        </p>
110                    </div>
111                    <div class="searchresultitemend"></div>
112                </li>
113            </ul>
114            <div id="searchresultpagination">
115                <div wicket:id="pagingBottom">[PAGING]</div>
116
117                <form wicket:id="resultPageSizeForm" id="resultpagesizeform">
118                    <label for="resultpagesize">Results per page:</label>
119                    <select wicket:id="resultPageSize" id="resultpagesize">
120                        <option>5</option>
121                        <option>10</option>
122                        <option selected="selected">25</option>
123                        <option>50</option>
124                        <option>100</option>
125                    </select>
126                </form>
127            </div>
128        </wicket:panel>
129    </body>
130</html>
Note: See TracBrowser for help on using the repository browser.