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 | <!-- |
---|
4 | Copyright (C) 2014 CLARIN |
---|
5 | |
---|
6 | This program is free software: you can redistribute it and/or modify |
---|
7 | it under the terms of the GNU General Public License as published by |
---|
8 | the Free Software Foundation, either version 3 of the License, or |
---|
9 | (at your option) any later version. |
---|
10 | |
---|
11 | This program is distributed in the hope that it will be useful, |
---|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | GNU General Public License for more details. |
---|
15 | |
---|
16 | You should have received a copy of the GNU General Public License |
---|
17 | along 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 | <p class="searchresultmoreless"> |
---|
30 | <a wicket:id="expansionStateToggle" class="searchresultdetailstoggle"><wicket:container wicket:id="state"></wicket:container></a> |
---|
31 | </p> |
---|
32 | <div wicket:id="collapsedDetials" class="searchresultitembrief">[COLLAPSED]</div> |
---|
33 | <div wicket:id="expandedDetails" class="searchresultitemextended">[COLLAPSED]</div> |
---|
34 | <div class="searchresultitemend"></div> |
---|
35 | </wicket:panel> |
---|
36 | </body> |
---|
37 | </html> |
---|