Newer
Older

Gregor Gawol
committed
<!-- boss-module: ajax - boss -->
<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 - END -->