? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/board/components/com_joomgallery/views/mini/tmpl/
File Upload :
Current File : /home/admin/public_html/old/board/components/com_joomgallery/views/mini/tmpl/default_pagination.php

<?php defined('_JEXEC') or die('Direct Access to this location is not allowed.'); ?>
  <div class="jg_minicount">
<?php if($this->total < 1): ?>
    <?php echo JText::_('JGS_MINI_NO_IMAGES'); ?>
<?php endif;
      if($this->total == 1): ?>
    <?php echo JText::_('JGS_MINI_ONE_IMAGE_FOUND'); ?>
<?php endif;
      if($this->total > 1): ?>
    <?php echo JText::sprintf('JGS_MINI_IMAGES_FOUND', $this->total); ?>
<?php endif; ?>
  </div>
  <div class="pagenav jg_paginationmini">
<?php if($this->totalpages > 1):
        if($this->page != 1): ?>
    <a class="jg_pagination_begin" href="<?php echo JRoute::_('index.php?view=mini&tmpl=component'); ?>" onclick="javascript:ajaxRequest('<?php echo JRoute::_('index.php?view=mini&format=raw', false); ?>', 1); return false;" class="jg_pagenav">
      &laquo;&laquo;&nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_BEGIN'); ?></a>
<?php   endif;
        if($this->page == 1): ?>
    <span class="jg_pagenav">
      &laquo;&laquo;&nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_BEGIN'); ?>
    </span>
<?php   endif;
        if($this->page - 1 > 0): ?>
    <a class="pagenav_prev jg_pagination_prev" href="<?php echo JRoute::_('index.php?view=mini&tmpl=component&page='.($this->page-1)); ?>" onclick="javascript:ajaxRequestPrevPage('<?php echo JRoute::_('index.php?view=mini&format=raw', false); ?>'); return false;" class="jg_pagenav">
      &laquo;&nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_PREVIOUS'); ?></a>
<?php   endif;
        if($this->page - 1 <= 0): ?>
    <span class="pagenav_prev jg_pagination_prev">
      &laquo;&nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_PREVIOUS'); ?>&nbsp;
    </span>
<?php   endif; ?>
    <?php echo JHTML::_('joomgallery.pagination', 'index.php?view=mini&tmpl=component&page=%u', $this->totalpages, $this->page, '', 'javascript:ajaxRequest(\''.JRoute::_('index.php?view=mini&format=raw', false).'\', %u); return false;'); ?>
<?php   if($this->page + 1 <= $this->totalpages): ?>
    <a class="pagenav_next jg_pagination_next" href="<?php echo JRoute::_('index.php?view=mini&tmpl=component&page='.($this->page+1)); ?>" onclick="javascript:ajaxRequestNextPage('<?php echo JRoute::_('index.php?view=mini&format=raw', false); ?>'); return false;" class="jg_pagenav">
      &nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_NEXT'); ?>&nbsp;&raquo;</a>
<?php   endif;
        if($this->page + 1 > $this->totalpages): ?>
    <span class="pagenav_next jg_pagination_next">
      &nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_NEXT'); ?>&nbsp;&raquo;
    </span>
<?php   endif;
        if($this->page != $this->totalpages): ?>
    <a class="jg_pagination_end" href="<?php echo JRoute::_('index.php?index.php?view=mini&tmpl=component&page='.$this->totalpages); ?>" onclick="javascript:ajaxRequest('<?php echo JRoute::_('index.php?view=mini&format=raw', false); ?>', <?php echo $this->totalpages; ?>); return false;" class="jg_pagenav">
      &nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_END'); ?>&nbsp;&raquo;&raquo;</a>
<?php   endif;
        if($this->page == $this->totalpages): ?>
    <span class="jg_pagination_end">
      &nbsp;<?php echo JText::_('JGS_COMMON_PAGENAVIGATION_END'); ?>&nbsp;&raquo;&raquo;
    </span>
<?php   endif;
      endif; ?>
  </div>

T1KUS90T
  root-grov@210.1.60.28:~$