</fieldset> <?php if ($this->elsettings->imageenabled == 2 || $this->elsettings->imageenabled == 1) { ?> <fieldset class="el_fldst_image"> <legend><?php echo JText::_('IMAGE'); ?> </legend> <?php if ($this->row->locimage) { echo ELOutput::flyer($this->row, $this->limage); } else { echo JHTML::_('image', 'components/com_eventlist/assets/images/noimage.png', JText::_('NO IMAGE'), array('class' => 'modal')); } ?> <label for="userfile"><?php echo JText::_('IMAGE'); ?> </label> <input class="inputbox <?php echo $this->elsettings->imageenabled == 2 ? 'required' : ''; ?> " name="userfile" id="userfile" type="file" /> <span class="editlinktip hasTip" title="<?php echo JText::_('NOTES');
--> </script> </fieldset> <?php if ($this->elsettings->imageenabled == 2 || $this->elsettings->imageenabled == 1) { ?> <fieldset class="el_fldst_image"> <legend><?php echo JText::_('IMAGE'); ?> </legend> <?php if ($this->row->datimage) { echo ELOutput::flyer($this->row, $this->elsettings, $this->dimage, 'event'); } else { echo JHTML::_('image', 'components/com_eventlist/assets/images/noimage.png', JText::_('NO IMAGE'), array('class' => 'modal')); } ?> <label for="userfile"><?php echo JText::_('IMAGE'); ?> </label> <input class="inputbox <?php echo $this->elsettings->imageenabled == 2 ? 'required' : ''; ?> " name="userfile" id="userfile" type="file" /> <small class="editlinktip hasTip" title="<?php echo JText::_('NOTES'); ?>
foreach ($this->rows as $row) { ?> <h2 class="eventlist"> <a href="<?php echo JRoute::_('index.php?view=venueevents&id=' . $row->slug); ?> "><?php echo $this->escape($row->venue); ?> </a> </h2> <?php echo ELOutput::flyer($row, $this->elsettings, $row->limage); echo ELOutput::mapicon($row, $this->elsettings); ?> <dl class="location floattext"> <?php if ($this->elsettings->showdetlinkvenue == 1 && !empty($row->url)) { ?> <dt class="venue_website"><?php echo JText::_('WEBSITE') . ':'; ?> </dt> <dd class="venue_website"> <a href="<?php echo $row->url; ?>
--> </script> </fieldset> <?php if ($this->elsettings->imageenabled == 2 || $this->elsettings->imageenabled == 1) { ?> <fieldset class="el_fldst_image"> <legend><?php echo JText::_('IMAGE'); ?> </legend> <?php if ($this->row->datimage) { echo ELOutput::flyer($this->row, $this->dimage, 'event'); } else { echo JHTML::_('image', 'components/com_eventlist/assets/images/noimage.png', JText::_('NO IMAGE'), array('class' => 'modal')); } ?> <label for="userfile"><?php echo JText::_('IMAGE'); ?> </label> <input class="inputbox <?php echo $this->elsettings->imageenabled == 2 ? 'required' : ''; ?> " name="userfile" id="userfile" type="file" /> <small class="editlinktip hasTip" title="<?php echo JText::_('NOTES'); ?>
<?php foreach ($this->rows as $row) { ?> <h2 class="eventlist"> <a href="<?php echo $row->targetlink; ?> "><?php echo $this->escape($row->venue); ?> </a> </h2> <?php echo ELOutput::flyer($row, $row->limage); echo ELOutput::mapicon($row); ?> <dl class="location floattext"> <?php if ($this->elsettings->showdetlinkvenue == 1 && !empty($row->url)) { ?> <dt class="venue_website"><?php echo JText::_('WEBSITE') . ':'; ?> </dt> <dd class="venue_website"> <a href="<?php echo $row->url; ?>
<?php if ($this->params->def('show_page_title', 1)) { ?> <h1 class='componentheading'> <?php echo $this->escape($this->venue->venue); ?> </h1> <?php } ?> <!--Venue--> <?php //flyer echo ELOutput::flyer($this->venue, $this->elsettings, $this->limage); echo ELOutput::mapicon($this->venue, $this->elsettings); ?> <dl class="location floattext"> <?php if ($this->elsettings->showdetlinkvenue == 1 && !empty($this->venue->url)) { ?> <dt class="venue"><?php echo JText::_('WEBSITE') . ':'; ?> </dt> <dd class="venue"> <a href="<?php echo $this->venue->url; ?>
<h1 class='componentheading'> <?php echo $this->escape($this->pagetitle); ?> <?php echo ELOutput::editbutton($this->item->id, $this->venue->id, $this->params, $this->allowedtoeditvenue, 'editvenue'); ?> </h1> <?php } ?> <!--Venue--> <?php //flyer echo ELOutput::flyer($this->venue, $this->limage); echo ELOutput::mapicon($this->venue); ?> <dl class="location floattext"> <?php if ($this->elsettings->showdetlinkvenue == 1 && !empty($this->venue->url)) { ?> <dt class="venue"><?php echo JText::_('WEBSITE') . ':'; ?> </dt> <dd class="venue"> <a href="<?php echo $this->venue->url; ?>