<a href="[% mkurl(ctx.opac_root _ '/register') %]">
[% l('Apply for a PINES Library Card') %]</a><br/>
[% END %]
- <a href="http://gapines.org/eg/opac/galileo">
+ [% IF ctx.physical_loc;
+ # patron is at the branch, no redirect needed
+ gurl = 'http://www.galileo.usg.edu/express';
+ ELSE;
+ # send patron to galileo auth redirector
+ gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1);
+ END %]
+ <a href="[% gurl %]">
[% l('GALILEO Research Databases') %]</a><br/>
<a href="http://pines.georgialibraries.org/about">
[%- l('Learn More About PINES') %]</a><br/>
<hr style="margin-top:20px;">
</div>
-
[% IF ctx.timing %]
<div id="timing">
[% FOR event IN ctx.timing %]