Add in-library navigation for use at TADL-WOOD, when physical_loc (set by URL
param and preserved in cookie) is set to 23 (TADL-WOOD).
This navigation bar is an iframe from an internal system which provides links
to services such as library card signup and public computer reservations.
Signed-off-by: Jeff Godin <jgodin@tadl.org>
[% PROCESS "opac/parts/header.tt2";
WRAPPER "opac/parts/base.tt2";
+ IF ctx.physical_loc == '23';
+ INCLUDE "opac/parts/inlib_nav.tt2";
+ END;
INCLUDE "opac/parts/topnav.tt2";
ctx.page_title = l("Home") %]
<div id="search-wrapper">
--- /dev/null
+<div id="inlib_nav" style="width: 100%; height: 30px;">
+<iframe id="inlib_nav_frame" width="100%" height="29px" style="border: none;" src="http://pcres.lib.tadl.org/inlib_nav.html" scrolling="no"></iframe>
+</div>