font-size: [% css_fonts.size_base %];
font-weight: bold;
position: relative;
- top:4px;
-
+ top:4px;
}
#header-links a {
}
#gold-links-holder {
- height: 42px;
+ background-color: [% css_colors.background_invert %];
+ height: 45px;
+}
+
+#gold-links-holder a {
background-color: [% css_colors.background_invert %];
}
text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
}
+#footer-menu-slim {
+ display:none;
+}
+
#copyright_text, #footer_logo {
color: [% css_colors.text_invert %];
}
#gold-links-holder {
display: none;
}
+ #footer-menu-wrapper {
+ display: none;
+ }
+ #footer-menu-slim {
+ display: block;
+ }
#simple-detail-view-links {
display: none;
}
[% IF !ctx.is_staff %]
<div id="footer-wrap">
<div id="footer">
+<div id="footer-menu-wrapper">
<!-- <a href="/eg/opac/home">[% l("Home") %]</a> | -->
[% IF ctx.get_org_setting(
ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
<!-- <a href="/">[% l('Dynamic catalog') -%]</a> | -->
<!-- [% gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1) %]
<a href="[% gurl %]"> [% l('GALILEO') %] </a> -->
+</div>
+<div id="footer-menu-slim">
+ <a href="/eg/opac/home">[% l("Home") %]</a><br/>
+ <a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">
+ [% l('Library Locations') %]</a><br/>
+ <a href="/eg/kpac/home">
+ [% l("Kids' Catalog") %]</a><br/>
+ [% IF ctx.get_org_setting(
+ ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %]
+ <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">
+ [% l('GALILEO Research Databases') %]</a><br/>
+ <a href="http://pines.georgialibraries.org/about">
+ [%- l('Learn More About PINES') %]</a><br/>
+ <a href="http://pines.georgialibraries.org/catalog-help">
+ [% l('Help') %]</a>
+
+ <hr style="margin-top:20px;">
+</div>
+
+
[% IF ctx.timing %]
<div id="timing">
[% FOR event IN ctx.timing %]
-->
<a href="http://www.georgialibraries.org/lib/directories/pineslibdir.html">
<img alt="[% l('Library Locations') %]" src="[% ctx.media_prefix %]/images/navbar-findalibrary.png" />
- [% l('Library Locations') %] </a>
+ [% l('Library Locations') %]</a>
<a href="/eg/kpac/home">
<img alt="[% l('Kids Catalog') %]" src="[% ctx.media_prefix %]/images/navbar-kids.png" />
- [% l("Kids' Catalog") %] </a>
+ [% l("Kids' Catalog") %]</a>
<!-- <a href="http://pines.georgialibraries.org/about">[% l('About PINES') %]</a> -->
<a href="http://gapines.org/eg/opac/galileo">
<img alt="[% l('GALILEO') %]" src="[% ctx.media_prefix %]/images/navbar-galileo.png" />
</div>
</div>
</div>
+
+<div style="clear:both;" />
\ No newline at end of file