コード例 #1
0
ファイル: default.php プロジェクト: zooley/hubzero-cms
    }
    // Show additional docs
    $html .= $this->tab != 'play' ? \Components\Publications\Helpers\Html::drawSupportingItems($this->publication) : '';
    // Show version information
    $html .= $this->tab != 'play' ? \Components\Publications\Helpers\Html::showVersionInfo($this->publication) : '';
    // Show license information
    $html .= $this->tab != 'play' && $this->publication->license() && $this->publication->license()->name != 'standard' ? \Components\Publications\Helpers\Html::showLicense($this->publication, 'play') : '';
    echo $html;
    ?>
				</div><!-- / .aside launcharea -->
			</div>

			<?php 
    // Show status for authorized users
    if ($this->contributable) {
        echo \Components\Publications\Helpers\Html::showAccessMessage($this->publication);
    }
    ?>
		</div><!-- / .subject -->
		<div class="aside rankarea">
			<?php 
    // Show metadata
    $this->view('_metadata')->set('option', $this->option)->set('publication', $this->publication)->set('config', $this->config)->set('version', $this->version)->set('sections', $this->sections)->set('cats', $this->cats)->set('params', $this->publication->params)->set('lastPubRelease', $this->lastPubRelease)->display();
    ?>
		</div><!-- / .aside -->
	</section><!-- / .main section -->
</div>
	<?php 
}
$html = '';
// Part below