]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/my_opac.ttk
more web work
[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
10                         WRAPPER html/js;
11                                 '
12                                 if(!logicNode.UserSession.instance().verifySession()) {
13                                         location.href="/opac/?target=login";
14                                 } 
15                                 ';
16                         END;
17                 END;
18
19                 WRAPPER html/body onload='pageInit(); globalPage.redirect()';
20                         INCLUDE opac/pages/chunks/body_header.ttk hide_hits_per=1;
21
22                         WRAPPER html/iframe
23                                 frameborder     = '0' 
24                                 style       = 'border:none; overflow:auto'
25                                 scrolling       = 'yes'
26                 width       = '100%'
27                                 #height         = '500' 
28                                 height          = '90%' 
29                 name        = 'my_oac_iframe'
30                                 #src        = 'https://gapines.org/opac/?target=my_opac_secure'
31                 id          = 'my_opac_iframe';
32                         END;
33                 
34                 END; # - body
35         END; # - html
36
37 %]
38
39
40
41
42