]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/opac_start.ttk
slowly evolving.
[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                 END;
10
11                 WRAPPER html/body id='body'  onload='pageInit();';
12
13                         INCLUDE opac/pages/chunks/body_header.ttk;
14
15                         #"HTML IS HERE";
16
17
18                 END; # - body
19         END; # - html
20
21 %]
22
23
24
25
26