Skip to content
Snippets Groups Projects
boss-true.phtml 758 B
Newer Older
<!-- boss-module: ajax - boss-true -->
<div>
    <?php if ($this->homeLibrary): ?>
        <?=$this->translate('boss_default')?>
    <?php else: ?>
        <?php if ($this->isISXNZBD): ?>
        <a class="btn btn-primary pda-button full-order" href="<?=$this->url?>" target="_blank" rel="nofollow">
            <?=$this->transEsc('boss_true')?>
        </a>
            <?php if (!empty($this->callnumber)): ?>
          <div class="pda-part-text">
              <?=$this->transEsc('boss_callnumber')?>: <?=implode(', ', $this->callnumber)?>
          </div>
            <?php endif; ?>
        <?php else: ?>
            <?=$this->translate('boss_noISXNZBD')?>
        <?php endif; ?>
    <?php endif; ?>
</div>
<!-- boss-module: ajax - boss-true - END -->