<div id="footer-wrap">
<div id="footer">
- <a href="http://www.galileo.usg.edu/">[% l('GALILEO') %]</a>
+ [% IF ctx.get_org_setting(
+ ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
+ <a href="[% mkurl(ctx.opac_root _ '/register') %]">[%
+ l('Request Library Card') %]</a> |
+ [% ELSE %]
+ <a href="/eg/opac/home">[% l("Home") %]</a> |
+ [% END %]
+ <!-- <a href="/eg/kpac/home">[% l("Kids' Catalog") %]</a> | -->
+ <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">[% l('Find a Library Near Me') %]</a> |
+ <a href="http://pines.georgialibraries.org/catalog-help">[% l('Help') %]</a> |
+ <a href="http://www.georgialibraries.org/public/pines.html">[% l('About PINES') %]</a> |
- <a href="http://example.com">[% l('Bottom Link 2') %]</a> |
- <a href="http://example.com">[% l('Bottom Link 3') %]</a> |
- <a href="http://example.com">[% l('Bottom Link 4') %]</a> |
- <a href="http://example.com">[% l('Bottom Link 5') %]</a>
+ <a href="/">[% l('Dynamic catalog') %]</a> |
+ [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %]
+ <a href="[% gurl %]"> [% l('GALILEO') %] </a> |
[% IF ctx.timing %]
<div id="timing">
[% FOR event IN ctx.timing %]