* @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; $mapType = $this->mapType; ?> <div id="jem" class="jem_venue<?php echo $this->pageclass_sfx; ?> " itemscope="itemscope" itemtype="http://schema.org/Place"> <div class="topbox"> <div class="btn-group pull-left"> <?php echo JEMOutput::statuslabel($this->venue->published); ?> </div> <div class="btn-group pull-right hidden-phone"> <?php if ($this->print) { echo JemOutput::printbutton($this->print_link, $this->params); } else { ?> <div class="button_flyer icons"> <?php echo JemOutput::printbutton($this->print_link, $this->params); echo JemOutput::mailbutton($this->venue->slug, 'venue', $this->params); echo JemOutput::submitbutton($this->addeventlink, $this->params); echo JemOutput::addvenuebutton($this->addvenuelink, $this->params, $this->jemsettings); echo JemOutput::archivebutton($this->params, $this->task, $this->venue->slug);