Beispiel #1
0
    ?>


		<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;
        ?>
" target="_blank"> <?php 
Beispiel #2
0
if ($this->row->locid != 0) {
    ?>

		<h2 class="location">
			<?php 
    echo JText::_('VENUE');
    ?>
  			<?php 
    echo ELOutput::editbutton($this->item->id, $this->row->locid, $this->params, $this->allowedtoeditvenue, 'editvenue');
    ?>
		</h2>

		<?php 
    //flyer
    echo ELOutput::flyer($this->row, $this->limage);
    echo ELOutput::mapicon($this->row);
    ?>

		<dl class="location floattext">
			 <dt class="venue"><?php 
    echo $this->elsettings->locationname . ':';
    ?>
</dt>
				<dd class="venue">
				<?php 
    echo "<a href='" . JRoute::_('index.php?view=venueevents&id=' . $this->row->venueslug) . "'>" . $this->escape($this->row->venue) . "</a>";
    ?>

				<?php 
    if (!empty($this->row->url)) {
        ?>
Beispiel #3
0
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;
    ?>
" target="_blank"> <?php 
Beispiel #4
0
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;
        ?>
" target="_blank"> <?php 
Beispiel #5
0
		<?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;
    ?>
" target="_blank"> <?php