]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/my_opac.ttk
opac
[Evergreen.git] / Open-ILS / src / templates / opac / pages / my_opac.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(1);
16
17                         " My OPAC goes here<br/>";
18         
19                 END; # - body
20         END; # - html
21
22 %]
23
24
25
26
27