Exemple #1
0
$this->publication->authors();
$this->publication->attachments();
$this->publication->license();
// New launcher layout?
if ($this->config->get('launcher_layout', 0)) {
    $this->view('launcher')->set('option', $this->option)->set('publication', $this->publication)->set('config', $this->config)->set('contributable', $this->contributable)->set('authorized', $this->authorized)->set('restricted', $this->restricted)->set('database', $this->database)->set('lastPubRelease', $this->lastPubRelease)->set('version', $this->version)->set('sections', $this->sections)->set('cats', $this->cats)->display();
} else {
    ?>
	<div id="content-header">
	<section class="main section upperpane">
		<div class="subject">
			<div class="grid overviewcontainer">
				<div class="col span8">
					<header>
						<?php 
    echo \Components\Publications\Helpers\Html::title($this->publication);
    ?>
					</headeR>

					<?php 
    if ($this->publication->params->get('show_authors') && $this->publication->_authors) {
        ?>
						<div id="authorslist">
							<?php 
        echo \Components\Publications\Helpers\Html::showContributors($this->publication->_authors, true, false, false, false, $this->publication->params->get('format_authors', 0));
        ?>
						</div>
					<?php 
    }
    ?>