]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/advanced_search.ttk
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / advanced_search.ttk
1
2 [%
3         tm = global.textmap.opac;
4
5         WRAPPER html/html;
6
7                 WRAPPER html/head title="Advanced Search";
8                         INCLUDE opac/pages/chunks/css_includes.ttk;
9                 END;
10
11                 WRAPPER html/body onload='pageInit();';
12
13                         INCLUDE opac/pages/chunks/body_header.ttk hide_hits_per=1;
14
15                         WRAPPER html/table width="100%";
16
17                                 WRAPPER html/row;
18                                         WRAPPER html/cell colspan='2';
19                                                 box(id='adv_search_main_header', content="Advanced Search");
20                                         END;
21                                         WRAPPER html/cell valign='top' rowspan='2';
22                                                 box(id='main_page_nav_box', class='nav_box_box');
23                                         END;
24                                 END;
25
26
27                                 WRAPPER html/row;
28
29                                         WRAPPER html/cell;
30                                                 WRAPPER html/div class='adv_search_left_box';
31                                                         WRAPPER html/div class='adv_search_quick_box';
32                                                                 INCLUDE opac/pages/chunks/adv_global_search.ttk;
33                                                         END;
34                                                 END; # left box
35                                         END;
36                         
37                         
38                                         WRAPPER html/cell;
39                                                 WRAPPER html/div class='adv_search_big_box';
40                                                         #INCLUDE opac/pages/chunks/adv_mixed_search.ttk;
41                                                         INCLUDE opac/pages/chunks/adv_refined_keyword.ttk;
42                                                 END;
43                                         END;
44
45                                 END;
46                         END; #table
47
48                         lines(5);
49                         "<center><b>More to come... ...</b></center>";
50
51                         INCLUDE opac/pages/chunks/org_tree.ttk;
52
53
54                 END; # - body
55         END; # - html
56
57 %]
58
59
60