7 lines
471 B
Plaintext
7 lines
471 B
Plaintext
<? if (!empty($this->authors)): ?><?=$this->escapeHtml($this->authors)?> <? endif; ?>
|
|
<span style="font-style:italic;"><?=$this->escapeHtml($this->title)?></span><? if ($this->periodAfterTitle): ?>.<? endif ?>
|
|
<? if (!empty($this->edition)): ?>(<?=$this->escapeHtml($this->edition)?>). <? endif; ?>
|
|
<? if (!empty($this->publisher)): ?><?=$this->escapeHtml($this->publisher)?> <? endif; ?>
|
|
<? if (!empty($this->year)): ?><?=$this->escapeHtml($this->year)?>. <? endif; ?>
|
|
|