]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/opac_start.ttk
opac
[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_js_includes.ttk;
9                 END;
10
11                 WRAPPER html/body onload=' globalInit();';
12
13                         INCLUDE opac/pages/chunks/opac_search_bar.ttk;
14
15                         lines(2);
16
17                                 "Big PINES Logo? <br/><br/>";
18                                 "New Additions to this library? <br/><br/>";
19                                 "What's popular? <br/><br/>";
20
21                                 "<div id='mr_title_div_0'>";
22
23                 END; # - body
24         END; # - html
25
26 %]
27
28
29
30
31