Skip to content
Snippets Groups Projects
Commit beb94975 authored by Robert Lange's avatar Robert Lange
Browse files

refs #23478 [finc] slots: restore vf6 footer

parent 53016af8
No related merge requests found
<!-- finc: footer -->
<footer class="hidden-print">
<div class="footer-container">
<div class="footer-column">
<h2><?=$this->transEsc('Search Options')?></h2>
<ul>
<li><a href="<?=$this->url('search-history')?>"><?=$this->transEsc('Search History')?></a></li>
<li><a href="<?=$this->url('search-advanced')?>"><?=$this->transEsc('Advanced Search')?></a></li>
</ul>
</div>
<div class="footer-column">
<h2><?=$this->transEsc('Find More')?></h2>
<ul>
<li><a href="<?=$this->url('browse-home')?>"><?=$this->transEsc('Browse the Catalog')?></a></li>
<?php /* finc: activate, if necessary */ /*
<li><a href="<?=$this->url('alphabrowse-home')?>"><?=$this->transEsc('Browse Alphabetically')?></a></li>
*/ ?>
<li><a href="<?=$this->url('channels-home')?>"><?=$this->transEsc('channel_explore')?></a></li>
<li><a href="<?=$this->url('search-reserves')?>"><?=$this->transEsc('Course Reserves')?></a></li>
<li><a href="<?=$this->url('search-newitem')?>"><?=$this->transEsc('New Items')?></a></li>
<?php /* finc-specific - CK */ ?>
<li><a href="<?=$this->url('myresearch-acquisition')?>"><?=$this->transEsc('Suggestions for acquisition')?></a></li>
</ul>
</div>
<div class="footer-column">
<h2><?=$this->transEsc('Need Help?')?></h2>
<ul>
<li><a href="<?=$this->url('help-home')?>?topic=search&amp;_=<?=time() ?>" data-lightbox class="help-link"><?=$this->transEsc('Search Tips')?></a></li>
<li><a href="<?=$this->url('content-page', ['page' => 'asklibrary']) ?>"><?=$this->transEsc('Ask a Librarian')?></a></li>
<li><a href="<?=$this->url('content-page', ['page' => 'faq']) ?>"><?=$this->transEsc('FAQs')?></a></li>
</ul>
</div>
</div>
<?php /* finc branding footer */ ?>
<hr>
<div class="footer-container poweredBy">
<div class="footer-column">
<span>
<?= $this->transEsc("Footer-Powered-By-Text") ?>
</span>
<?= $this->externalLink("https://vufind.org", '<img src="' . $this->imageLink('vufind_logo.png') . '" alt="' . $this->translate('vufind-logo_alt') . '" aria-hidden="true"/>', ['title' => $this->translate('vufind-logo_title')], true) ?>
<?= $this->externalLink("https://finc.info", '<img src="' . $this->imageLink('finc_logo.png') . '" alt="' . $this->translate('finc-logo_alt') . '" aria-hidden="true"/>', ['title' => $this->translate('finc-logo_title')], true) ?>
</div>
</div>
</footer>
<!-- finc: Footer - END -->
...@@ -269,8 +269,6 @@ if (!isset($this->layout()->searchbox)) { ...@@ -269,8 +269,6 @@ if (!isset($this->layout()->searchbox)) {
</div> </div>
</div> </div>
<?=$this->render('slots/footer-center.phtml')?>
<?=$this->render('slots/footer-bottom.phtml')?>
<?=$this->render('footer.phtml')?> <?=$this->render('footer.phtml')?>
<!-- MODAL IN CASE WE NEED ONE --> <!-- MODAL IN CASE WE NEED ONE -->
......
<?php $this->slot('footer-bottom')->start(); ?>
<hr>
<div class="footer-container poweredBy">
<div class="footer-column">
<span>
<?= $this->transEsc("Footer-Powered-By-Text") ?>
</span>
<?= $this->externalLink("https://vufind.org", '<img src="' . $this->imageLink('vufind_logo.png') . '" alt="' . $this->translate('vufind-logo_alt') . '" aria-hidden="true"/>', ['title' => $this->translate('vufind-logo_title')], true) ?>
<?= $this->externalLink("https://finc.info", '<img src="' . $this->imageLink('finc_logo.png') . '" alt="' . $this->translate('finc-logo_alt') . '" aria-hidden="true"/>', ['title' => $this->translate('finc-logo_title')], true) ?>
</div>
</div>
<?php $this->layout()->poweredBy = $this->slot('footer-bottom')->end(); ?>
<?php $this->slot('footer-center')->start(); ?>
<h2><?=$this->transEsc('Find More')?></h2>
<ul>
<li><a href="<?=$this->url('browse-home')?>"><?=$this->transEsc('Browse the Catalog')?></a></li>
<li><a href="<?=$this->url('channels-home')?>"><?=$this->transEsc('channel_explore')?></a></li>
<li><a href="<?=$this->url('search-reserves')?>"><?=$this->transEsc('Course Reserves')?></a></li>
<li><a href="<?=$this->url('search-newitem')?>"><?=$this->transEsc('New Items')?></a></li>
<li><a href="<?=$this->url('myresearch-acquisition')?>"><?=$this->transEsc('Suggestions for acquisition')?></a></li>
</ul>
<?php $this->slot('footer-center')->end(); ?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment