]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/logout.ttk
removing old opac images and css
[Evergreen.git] / Open-ILS / src / templates / opac / pages / logout.ttk
1
2 [%
3         tm = global.textmap.opac.login;
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='
12                         pageInit();
13                         globalPage.logout_success_msg = "<b>' _ tm.logout_success _ '</b>";
14                         globalPage.doLogout();
15                         ';
16
17                         INCLUDE opac/pages/chunks/body_header.ttk hide_hits_per='1';
18
19                         lines(3);
20
21                         WRAPPER html/center;
22                                 WRAPPER html/table width='100%';
23                                         WRAPPER html/row;
24                                                 cell(align='middle', id='logout_msg');
25                                         END;
26                                 END;
27                         END; # - center
28                 END; # - body
29         END; # - html
30
31 %]
32
33
34
35
36