]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/my_opac.ttk
opac batch checkin
[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_includes.ttk;
9                 END;
10
11                 WRAPPER html/body onload='pageInit();';
12
13                         # here, this just provides the color backdrop for the search bar
14                         box(id='progress_bar_location'); 
15                         box(id='progress_bar_percent_location'); 
16                         INCLUDE opac/pages/chunks/opac_search_bar.ttk;
17                         lines(1);
18                         INCLUDE opac/pages/chunks/status_bar.ttk;
19
20                         " My OPAC goes here<br/>";
21         
22                 END; # - body
23         END; # - html
24
25 %]
26
27
28
29
30