source: vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/panels/FacetValuesPanel.html @ 4662

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

created panel for showing all facet values

File size: 1.8 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><a href="#"><wicket:container wicket:id="title">[TITLE]</wicket:container></a></h1>
27            <div class="sbilinks facetvalues">
28                <ul>
29                    <li wicket:id="facetValues"><a wicket:id="facetSelect" href="index3.html"><span wicket:id="name">Dutch</span> (<span wicket:id="count">148167</span>)</a></li>
30                    <li class="more-link"><a wicket:id="allFacetValuesLink" href="#">more...</a></li>
31                </ul>
32            </div>
33            <!--           
34                <form class="filterform">
35                    <input type="text" />
36                </form>
37            -->
38            <div wicket:id="allValuesContainer">
39                <div wicket:id="allValues" class="allFacetValues">[ALL VALUES]</div>
40            </div>
41        </wicket:panel>
42    </body>
43</html>
Note: See TracBrowser for help on using the repository browser.