File manager - Edit - /home/jardides/www/Jardi-design/old/administrator/components/com_hotspots/views/hotspots/tmpl/element.php
Back
<?php /** * @package Hotspots * @author DanielDimitrov <daniel@compojoom.com> * @date 22.01.14 * * @copyright Copyright (C) 2008 - 2013 compojoom.com . All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die('restricted access'); //JHTML::_('behavior.tooltip'); ?> <form action="index.php?option=com_hotspots&view=hotspots&layout=element&tmpl=component" method="post" name="adminForm" id="adminForm"> <table class="table table-striped"> <tr> <td align="left" width="100%"><?php echo JText::_('COM_HOTSPOTS_FILTER'); ?>: <input type="text" name="filter_search" id="filter_search" value="<?php echo $this->escape($this->state->get('filter.search')); ?>"/> <button onclick="this.form.submit();"><?php echo JText::_('COM_HOTSPOTS_GO'); ?></button> <button onclick="document.getElementById('filter_search').value='';this.form.submit();"><?php echo JText::_('COM_HOTSPOTS_RESET'); ?></button> </td> <td nowrap="nowrap"> <?php echo $this->lists['sectionid']; ?> <select name="filter_published" class="inputbox" onchange="this.form.submit()"> <option value=""><?php echo JText::_('JOPTION_SELECT_PUBLISHED'); ?></option> <?php echo JHtml::_('select.options', JHtml::_('jgrid.publishedOptions', array('archived' => 0, 'trash' => 0, 'all' => 0)), 'value', 'text', $this->state->get('filter.published'), true); ?> </select> </td> </tr> </table> <div id="editcell"> <table class="adminlist table table-striped"> <thead> <tr> <th width="5"><?php echo JText::_('COM_HOTSPOTS_NUM'); ?></th> <th width="5"> <input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count($this->list); ?>);"/> </th> <th class="title"><?php echo JHTML::_('grid.sort', 'Title', 'cc.name', $this->lists['order_Dir'], $this->lists['order']); ?></th> <th width="15%"><?php echo JHTML::_('grid.sort', 'street', 'cc.street', $this->lists['order_Dir'], $this->lists['order']); ?></th> <th width="5%"><?php echo JHTML::_('grid.sort', 'plz', 'cc.plz', $this->lists['order_Dir'], $this->lists['order']); ?></th> <th width="10%"><?php echo JHTML::_('grid.sort', 'town', 'cc.town', $this->lists['order_Dir'], $this->lists['order']); ?></th> <th width="10%"><?php echo JHTML::_('grid.sort', 'country', 'cc.country', $this->lists['order_Dir'], $this->lists['order']); ?></th> <th width="10%"><?php echo JHTML::_('grid.sort', 'category', 'cc.catid', $this->lists['order_Dir'], $this->lists['order']); ?></th> </tr> </thead> <tfoot> <tr> <td colspan="10"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> <tbody> <?php $i = 0; foreach ($this->list as $l) { $checked = JHTML::_('grid.id', $i, $l->id); $link = JRoute::_('index.php?option=com_hotspots&task=edit&cid[]=' . $l->id); ?> <tr class="<?php echo "row" . $i % 2; ?>"> <td><?php echo $this->pagination->getRowOffset($i); ?></td> <td> <?php echo $checked; ?> </td> <td> <a onclick="window.parent.selectHotspot('<?php echo $l->id; ?>', '<?php echo str_replace(array("'", "\""), array("\\'", ""), $l->title); ?>', '<?php echo JFactory::getApplication()->input->getVar('object'); ?>');"><?php echo $l->title; ?></a> </td> <td> <?php echo $l->street; ?> </td> <td> <?php echo $l->plz; ?> </td> <td> <?php echo $l->town; ?> </td> <td> <?php echo $l->country; ?> </td> <td> <?php echo $l->cat_name; ?> </td> </tr> <?php $i++; } ?> </tbody> </table> </div> <input type="hidden" name="option" value="com_hotspots"/> <input type="hidden" name="task" value=""/> <input type="hidden" name="boxchecked" value="0"/> <input type="hidden" name="controller" value="hotspots"/> <input type="hidden" name="filter_order" value="<?php echo $this->lists['order']; ?>"/> <input type="hidden" name="filter_order_Dir" value="<?php echo $this->lists['order_Dir']; ?>"/> <?php echo JHTML::_('form.token'); ?> </form>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings