]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/my_opac.ttk
Let the onslaught continue...
[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                         INCLUDE opac/pages/chunks/body_header.ttk;
13
14                                 WRAPPER html/iframe
15                                         style       = "border:none;"
16                 frameborder = '0'
17                                         #height     = '100%'
18                 width       = '100%'
19                 name        = 'my_oac_iframe'
20                 id          = 'my_opac_iframe'
21                 src         = 'https://spacely.georgialibraries.org/opac/?target=my_opac_secure';
22                                 END;
23                 
24                 END; # - body
25         END; # - html
26
27 %]
28
29
30
31
32