示例#1
0
 * EventList is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with EventList; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
defined('_JEXEC') or die('Restricted access');
?>
<div id="eventlist" class="el_eventlist">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo ELOutput::submitbutton($this->dellink, $this->params, 'eventlist');
    echo ELOutput::archivebutton($this->elsettings->oldevent, $this->params);
}
echo ELOutput::printbutton($this->print_link, $this->params);
?>
</p>

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

    <h1 class="componentheading">
		<?php 
    echo $this->params->get('page_title');
    ?>
	</h1>
示例#2
0
 * as published by the Free Software Foundation.
 * EventList is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with EventList; 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="eventlist" class="el_categoriesview">
<p class="buttons">
	<?php 
echo ELOutput::submitbutton($this->dellink, $this->params, 'categories');
echo ELOutput::archivebutton($this->elsettings->oldevent, $this->params, $this->task);
?>
</p>

<?php 
if ($this->params->def('show_pagepage_title', 1)) {
    ?>
	<h1 class="componentheading">
		<?php 
    echo $this->escape($this->pagetitle);
    ?>
	</h1>
<?php 
}
?>
示例#3
0
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with EventList; 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="eventlist" class="el_venuesview">
	<p class="buttons">
		<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo ELOutput::submitbutton($this->dellink, $this->params, 'venues');
}
echo ELOutput::printbutton($this->print_link, $this->params);
?>
	</p>

	<?php 
if ($this->params->def('show_page_title', 1)) {
    ?>
		<h1 class='componentheading'>
			<?php 
    echo $this->params->get('page_title');
    ?>
		</h1>
	<?php 
}
示例#4
0
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with EventList; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
defined('_JEXEC') or die('Restricted access');
// add javascript
JHTML::_('behavior.mootools');
$this->document->addScript($this->baseurl . '/components/com_eventlist/assets/js/search.js');
?>
<div id="eventlist" class="el_eventlist">
<p class="buttons">
	<?php 
if (!$this->params->get('popup')) {
    //don't show in printpopup
    echo ELOutput::submitbutton($this->dellink, $this->params);
    echo ELOutput::archivebutton($this->params, $this->task);
}
echo ELOutput::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>