Skip to content
Snippets Groups Projects
boss-false.phtml 1.18 KiB
Newer Older
<!-- boss-module: ajax - boss -->
<div>
    <?php if ($this->homeLibrary): ?>
        <?=$this->translate('boss_default')?>
    <?php else: ?>
        <?php if ($this->isISXNZBD): ?>
            <?php if ($this->isISIL): ?>
                <?=$this->translate('boss_true')?>
                <?php if (!empty($this->callnumber)): ?>
                    <br/><?=$this->transEsc('boss_callnumber')?>: <?=implode(', ', $this->callnumber)?>
                <?php endif; ?>
            <?php elseif (!$this->isAddNetwork): ?>
                <?=$this->translate('boss_false')?>
            <?php endif; ?>
            <?php if ($this->isAddNetwork): ?>
            <a href="<?=$this->url?>" target="_blank"><?=$this->translate('boss_holding')?></a><br/>
            <a href="<?=$this->url('content-page', ['page' => 'networknotice'])?>" data-lightbox><?=$this->translate('boss_note')?></a>
            <?php else: ?>
            <br/><a href="<?=$this->url?>" target="_blank"><?=$this->translate('More Information')?></a>
            <?php endif; ?>
        <?php else: ?>
            <?=$this->translate('boss_noISXNZBD')?>
        <?php endif; ?>
    <?php endif; ?>
</div>
<!-- boss-module: ajax - boss - END -->