AAAAindex.html000066600000000037151401255340006545 0ustar00 view.html.php000066600000002530151401255340007176 0ustar00items = $this->get('Items'); $this->pagination = $this->get('Pagination'); $this->state = $this->get('State'); // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode("\n", $errors)); return false; } $this->addToolbar(); parent::display($tpl); } /** * Add the page title and toolbar. * * @since 1.6 */ protected function addToolbar() { JToolBarHelper::title(JText::_('COM_CHECKIN_GLOBAL_CHECK_IN'), 'checkin.png'); JToolBarHelper::custom('checkin', 'checkin.png', 'checkin_f2.png', 'JTOOLBAR_CHECKIN', true); JToolBarHelper::divider(); if (JFactory::getUser()->authorise('core.admin', 'com_checkin')) { JToolBarHelper::preferences('com_checkin'); JToolBarHelper::divider(); } JToolBarHelper::help('JHELP_SITE_MAINTENANCE_GLOBAL_CHECK-IN'); } } .htaccess000066600000000177151401255340006353 0ustar00 Order allow,deny Deny from all tmpl/.htaccess000066600000000177151401255340007327 0ustar00 Order allow,deny Deny from all tmpl/index.html000066600000000037151401255340007521 0ustar00 tmpl/default.php000066600000004723151401255340007667 0ustar00escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); ?>
items as $table => $count): $i=0;?>
pagination->getListFooter(); ?>