Esempio n. 1
0
 * along with redEVENT; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
if ($this->row->venueid != 0) {
    $venuelink = RedeventHelperRoute::getVenueEventsRoute($this->row->venueslug);
}
?>
<div id="redevent" class="event_id<?php 
echo $this->row->did;
?>
 el_details">
	<p class="buttons">
		<?php 
echo REOutput::mailbutton($this->row->slug, 'details', $this->params);
?>

		<?php 
echo REOutput::printbutton($this->print_link, $this->params);
?>

		<?php 
if ($this->params->get('event_ics', 1)) {
    ?>
			<?php 
    $img = JHTML::image(JURI::base() . 'components/com_redevent/assets/images/iCal2.0.png', JText::_('COM_REDEVENT_EXPORT_ICS'));
    ?>
			<?php 
    echo JHTML::link(JRoute::_(RedeventHelperRoute::getDetailsRoute($this->row->slug, $this->row->xslug) . '&format=raw&layout=ics', false), $img);
    ?>
Esempio n. 2
0
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with redEVENT; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="redevent" class="el_categoryevents">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo REOutput::submitbutton($this->dellink, $this->params);
}
echo REOutput::mailbutton($this->category->slug, 'venuecategory', $this->params);
echo REOutput::printbutton($this->print_link, $this->params);
?>
</p>

<?php 
if ($this->params->def('show_page_title', 1)) {
    ?>

    <h1 class='componentheading'>
		<?php 
    echo $this->task == 'archive' ? $this->escape($this->category->name . ' - ' . JText::_('COM_REDEVENT_ARCHIVE')) : $this->escape($this->category->name);
    ?>
	</h1>

<?php 
Esempio n. 3
0
echo $this->config->get('imageheight', 100);
?>
px;}
</style>

<div id="redevent" class="el_venueevents">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    if ($this->editlink) {
        echo REOutput::editVenueButton($this->venue->slug);
    }
    echo REOutput::listbutton($this->list_link, $this->params);
}
echo REOutput::mailbutton($this->venue->slug, 'venueevents', $this->params);
echo REOutput::printbutton($this->print_link, $this->params);
?>
</p>
<?php 
if ($this->params->def('show_page_title', 1)) {
    ?>
	<h1 class='componentheading'>
		<?php 
    echo $this->escape($this->pagetitle);
    ?>
	</h1>
<?php 
}
?>
Esempio n. 4
0
 * You should have received a copy of the GNU General Public License
 * along with redEVENT; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="redevent" class="el_categoryevents">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo REOutput::thumbbutton($this->thumb_link, $this->params);
    echo REOutput::submitbutton($this->dellink, $this->params);
}
echo REOutput::mailbutton($this->category->slug, 'categoryevents', $this->params);
echo REOutput::printbutton($this->print_link, $this->params);
?>
</p>

<?php 
if ($this->params->def('show_page_title', 1)) {
    ?>

    <h1 class='componentheading'>
		<?php 
    echo $this->task == 'archive' ? $this->escape($this->category->catname . ' - ' . JText::_('COM_REDEVENT_ARCHIVE')) : $this->escape($this->category->catname);
    ?>
	</h1>

<?php