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

Last change on this file since 4622 was 4622, checked in by Twan Goosen, 10 years ago

created stub for record page and links to it from search result items

File size: 6.0 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            <h2>
27                <a wicket:id="recordLink" href="record1.html"><wicket:container wicket:id="title" >[TITLE]</wicket:container></a>
28            </h2>
29            <div class="searchresultitembrief">
30                <p class="searchresultmoreless">
31                    <a href="#" class="searchresultdetailstoggle">expand</a>
32                </p>
33                <p class="searchresultdescription" wicket:id="description">
34                    [DESCRIPTION]
35                </p>
36                <div class="searchresultresources">
37                    Resources:
38                    <ul>
39                        <li wicket:id="resourceCount">
40                            <a wicket:id="recordLink" href="record1.html">
41                                <wicket:container wicket:id="resourceCountLabel">1 text file</wicket:container>
42                            </a>
43                        </li>
44                    </ul>
45                </div>
46            </div>
47<!--
48            <div class="searchresultitemextended">
49                <p class="searchresultmoreless">
50                    <a href="#" class="searchresultdetailstoggle">collapse</a>
51                </p>
52                <p class="searchresultdescription">
53                    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.
54                </p>
55                <div class="searchresultattributes">
56                    <table class="recorddetailstable">
57                        <tbody class="attributesTbody">
58                            <tr>
59                                <td class="attribute">
60                                    <div>Collection</div>
61                                </td><td class="attributeValue">
62                                    <div>UBU Clarin Set<a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
63                                </td>
64                            </tr>
65                            <tr>
66                                <td class="attribute">
67                                    <div>Genre</div>
68                                </td><td class="attributeValue">
69                                    <div>info:eu-repo/semantics/bachelorthesis <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
70                                </td>
71                            </tr><tr>
72                                <td class="attribute">
73                                    <div>Languages</div>
74                                </td><td class="attributeValue">
75                                    <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>
76                                </td>
77                            </tr><tr>
78                                <td class="attribute">
79                                    <div>National project</div>
80                                </td><td class="attributeValue">
81                                    <div>CLARIN-NL <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>Resource type</div>
86                                </td><td class="attributeValue">
87                                    <div>text <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
88                                </td>
89                            </tr>
90                        </tbody>
91                    </table>
92
93                    <h3>Resources</h3>
94                    <ul>
95                        <li class="writtenresource"><a href="">http://dspace.library.uu.nl/bitstream/1874/235456/1/Bachelorscriptie+Rene+Witteveen+3375005.docx</a></li>
96                        <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>
97                        <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>
98                    </ul>
99                </div>
100
101                <p class="searchresultfullrecord">
102                    <a href="record1.html">View full record</a>
103                </p>
104            </div>-->
105            <div class="searchresultitemend"></div>
106        </wicket:panel>
107    </body>
108</html>
Note: See TracBrowser for help on using the repository browser.