| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // no direct access 2 defined('_JEXEC') or die('Restricted access'); ?> 3 <form id="jForm" action="<?php JRoute::_('index.php')?>" method="post"> 4 <?php if ($this->params->get('show_page_title', 1)) : ?> 5 <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->params->get('page_title')); ?></div> 6 <?php endif; ?> 7 <p> 8 <?php if ($this->params->get('filter')) : ?> 9 <?php echo JText::_('Filter').' '; ?> 10 <input type="text" name="filter" value="<?php echo $this->escape($this->filter); ?>" class="inputbox" onchange="document.jForm.submit();" /> 11 <?php endif; ?> 12 <?php echo $this->form->monthField; ?> 13 <?php echo $this->form->yearField; ?> 14 <?php echo $this->form->limitField; ?> 15 <button type="submit" class="button"><?php echo JText::_('Filter'); ?></button> 16 </p> 17 18 <?php echo $this->loadTemplate('items'); ?> 19 20 <input type="hidden" name="view" value="archive" /> 21 <input type="hidden" name="option" value="com_content" /> 22 <input type="hidden" name="viewcache" value="0" /> 23 </form>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |