]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/adv_refined_keyword.ttk
opac
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / adv_refined_keyword.ttk
1 [%
2
3         WRAPPER html/div id='adv_refined_search_div' class='adv_search_chunk_box';
4
5                 WRAPPER html/div class='adv_search_header';
6                         "Refined Keyword Search";;
7                 END;
8
9                 WRAPPER html/table width='100%';
10
11                         row(content = cell(content = lines(1)));
12
13                         WRAPPER html/row;
14                                 cell(align='left' , width="25%" content= "Find results with all words:");
15                                 cell(align='left' , content=input(type='text' size='34' id='adv_all_words'));
16                         END;
17
18                         row(content = cell(content = lines(1)));
19
20                         WRAPPER html/row;
21                                 cell(align='left' content= "Find results with the exact phrase:");
22                                 cell(align='left' content=input(type='text' size='34' id='adv_exact_words'));
23                         END;
24
25                         row(content = cell(content = lines(1)));
26
27                         WRAPPER html/row;
28                                 cell(align='left' content= "Find results with none of these words:");
29                                 cell(align='left' content=input(type='text' size='34' id='adv_none_words'));
30                         END;
31
32
33                         row(content = cell(content = lines(1)));
34
35                                                 row(content = cell(content = lines(2)));
36
37                         WRAPPER html/row;
38                                 WRAPPER html/cell colspan='4';
39                                         WRAPPER html/center;
40                                                 input( type='submit', value='Search', onclick='alert("hi");');
41                                         END;
42                                 END;
43                         END;
44
45                 END; # table 
46
47         END; # div
48
49 %]