=$this->escapeHtml($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection())?>
$summary = $this->driver->getSummary(); $summary = isset($summary[0]) ? $this->escapeHtml($summary[0]) : false; ?>
if ($summary): ?>
=$this->truncate($summary, 300)?>
if(strlen($summary) > 300): ?>
#tabnav'>=$this->transEsc('Full description')?>
endif; ?>
endif; ?>
if ($this->userlist()->getMode() !== 'disabled'): ?>
/* Display the lists that this record is saved to */ ?>
=$this->transEsc("Saved in")?>:
endif; ?>
/* Display Main Details */?>
$formatter = $this->recordDataFormatter();
$coreFields = $formatter->getData($driver, $formatter->getDefaults('core'));
$title_alt = $this->driver->getAlternativeTitle();
?>
if (!empty($coreFields)) : ?>
foreach ($coreFields as $key => $current): ?>
if (strcmp($key,"Language") == 0): ?>
$tr = "Language::" .$current['value'] ; ?>
| =$this->transEsc($key)?>: | =$this->translate("$tr")?> |
continue; ?>
endif; ?>
| =$this->transEsc($key)?>: | =$current['value']?> |
endforeach; ?>
endif; ?>
if (!empty($title_alt)) : ?>
| =$this->transEsc('Alternative titles') ?> |
foreach ($title_alt as $title_alt_entry): ?>
=$this->transEsc($title_alt_entry);?>
endforeach; ?>
|
endif; ?>
/* End Main Details */?>