]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/opac_start.ttk
new layout. there is now a top level iframe in the opac that holds the
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / opac_start.ttk
1
2 [%
3         tm = global.textmap.opac;
4
5         WRAPPER html/html;
6
7                 WRAPPER html/head title=tm.basic_search.page_title;
8                         INCLUDE opac/pages/chunks/css_includes.ttk;
9                         #INCLUDE opac/pages/chunks/js_includes.ttk;
10                 END;
11
12                 WRAPPER html/body onload='pageInit();';
13
14                         INCLUDE opac/pages/chunks/opac_search_bar.ttk;
15
16                         lines(2);
17
18                                 "Big PINES Logo? <br/><br/>";
19                                 "New Additions to this library? <br/><br/>";
20                                 "What's popular? <br/><br/>";
21
22                                 "<div id='mr_title_div_0'>";
23
24                 END; # - body
25         END; # - html
26
27 %]
28
29
30
31
32