[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_content/views/archive/tmpl/ -> default.php (source)

   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').'&nbsp;'; ?>
  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>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1