コード例 #1
0
ファイル: default.php プロジェクト: BillVGN/PortalPRP
 * @package JEM
 * @copyright (C) 2013-2015 joomlaeventmanager.net
 * @copyright (C) 2005-2009 Christoph Lukes
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
defined('_JEXEC') or die;
?>

<div id="jem" class="jem_myvenues<?php echo $this->pageclass_sfx;?>">
	<div class="buttons">
		<?php
		$btn_params = array('task' => $this->task, 'print_link' => $this->print_link);
		echo JemOutput::createButtonBar($this->getName(), $this->permissions, $btn_params);
		?>
	</div>

	<?php if ($this->params->get('show_page_heading', 1)) : ?>
		<h1 class="componentheading">
			<?php echo $this->escape($this->params->get('page_heading')); ?>
		</h1>
	<?php endif; ?>

	<!--table-->
	<?php echo $this->loadTemplate('venues');?>

	<!--footer-->
	<div class="copyright">
		<?php echo JEMOutput::footer( ); ?>
	</div>
</div>
コード例 #2
0
ファイル: default.php プロジェクト: JKoelman/JEM-3
<div class="clearfix"></div>
<div class="info_container">

	<?php 
if ($this->params->get('show_page_heading', 1)) {
    ?>
		<h1>
			<?php 
    echo $this->escape($this->params->get('page_heading'));
    ?>
		</h1>
	<?php 
}
?>

	<!--table-->
	<?php 
echo $this->loadTemplate('venues');
?>

	</div>


	<!--footer-->
	<div class="poweredby">
		<?php 
echo JEMOutput::footer();
?>
	</div>
</div>