]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/adv_refined_keyword.ttk
Let the onslaught continue...
[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/div class='adv_dashed_box';
10
11                         WRAPPER html/table;
12         
13                                 row(content = cell(content = lines(1)));
14         
15                                 WRAPPER html/row;
16                                         cell(align='left' , content= "Find results with all words:");
17                                         cell(align='left' , content=input(type='text' size='34' id='adv_all_words'));
18                                 END;
19         
20                                 row(content = cell(content = lines(1)));
21         
22                                 WRAPPER html/row;
23                                         cell(align='left' content= "Find results with the exact phrase:");
24                                         cell(align='left' content=input(type='text' size='34' id='adv_exact_words'));
25                                 END;
26         
27                                 row(content = cell(content = lines(1)));
28         
29                                 WRAPPER html/row;
30                                         cell(align='left' content= "Find results with none of these words:");
31                                         cell(align='left' content=input(type='text' size='34' id='adv_none_words'));
32                                 END;
33         
34         
35                                 row(content = cell(content = lines(1)));
36         
37         
38                                 WRAPPER html/row;
39                                         WRAPPER html/cell colspan='4';
40                                                 WRAPPER html/center;
41                                                         input( type='submit', value='Search', onclick='alert("Not Implemented, try the left search bar");');
42                                                 END;
43                                         END;
44                                 END;
45         
46                         END; # table 
47                 END; # table 
48
49         END; # div
50
51 %]