source: vlo/branches/vlo-3.1-vcr/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/panels/search/AdvancedSearchOptionsPanel.html @ 5461

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

lazy loading of virtual collection form panel (only when 'create collection' action link is clicked)

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:extend>
26            <div class="sbilinks facetvalues">
27                <form wicket:id="options" id="advancedoptions">
28                    <ul>
29                        <li>
30                            <input wicket:id="fcs" type="checkbox" id="onlyfcs"/>
31                            <label for="onlyfcs">Only include resources that support content search</label>
32                        </li>
33                    </ul>
34                    <input type="submit" value="Apply" class="nonjsfallback" />
35                </form>
36                <div wicket:id="vcrSubmit" id="vcrsubmit">
37                    <a wicket:id="vcrSubmitTrigger">Create virtual collection from search results</a>
38                    <div wicket:id="vcrForm">
39                        [VCR submit form]
40                    </div>
41                </div>
42            </div>
43        </wicket:extend>
44    </body>
45</html>
Note: See TracBrowser for help on using the repository browser.