Пример #1
0
echo JText::_('COM_HWDMS_DETAILS');
?>
"> <i class="icon-file"></i> <?php 
echo JText::_('COM_HWDMS_DETAILS');
?>
</a> <a href="<?php 
echo JRoute::_(hwdMediaShareHelperRoute::getMediaRoute(array('display' => 'gallery')));
?>
" class="btn" title="<?php 
echo JText::_('COM_HWDMS_GALLERY');
?>
"> <i class="icon-th"></i> <?php 
echo JText::_('COM_HWDMS_GALLERY');
?>
</a> <a href="<?php 
echo JRoute::_(hwdMediaShareHelperRoute::getMediaRoute(array('display' => 'list')));
?>
" class="btn" title="<?php 
echo JText::_('COM_HWDMS_LIST');
?>
"> <i class="icon-list"></i> <?php 
echo JText::_('COM_HWDMS_LIST');
?>
</a> </div>
			<div class="page-header">
				<h2><?php 
echo JText::_('COM_HWDMS_MEDIA');
?>
</h2>
			</div>
			<div class="clear"></div>
Пример #2
0
"><i class="icon-file"></i> <?php 
echo JText::_('COM_HWDMS_DETAILS');
?>
</a> 
			<a href="<?php 
echo JRoute::_(hwdMediaShareHelperRoute::getMediaRoute('gallery'));
?>
" class="btn" title="<?php 
echo JText::_('COM_HWDMS_GALLERY');
?>
"><i class="icon-th"></i> <?php 
echo JText::_('COM_HWDMS_GALLERY');
?>
</a> 
			<a href="<?php 
echo JRoute::_(hwdMediaShareHelperRoute::getMediaRoute('list'));
?>
" class="btn" title="<?php 
echo JText::_('COM_HWDMS_LIST');
?>
"><i class="icon-list"></i> <?php 
echo JText::_('COM_HWDMS_LIST');
?>
</a> 
      </div>
      <div class="clear"></div>
      <!-- Search Filters -->
      <fieldset class="filters">
        <?php 
if ($this->params->get('global_list_filter_search') != 'hide') {
    ?>
Пример #3
0
          <div class="clear"></div>
      <?php 
    }
    ?>
      <?php 
    if ($this->params->get('mediaitem_tags_tab') != 'hide' && !empty($this->item->tags)) {
        ?>
        <?php 
        echo JHtml::_('tabs.panel', JText::_('COM_HWDMS_TAGS'), 'tags');
        ?>
          <ul class="media-tags">
            <?php 
        foreach ($this->item->tags as $id => &$tag) {
            ?>
              <li><a href="<?php 
            echo JRoute::_(hwdMediaShareHelperRoute::getMediaRoute(array('filter_tag' => $tag->tag)));
            ?>
"><?php 
            echo $this->escape($tag->tag);
            ?>
</a></li>
            <?php 
        }
        ?>
          </ul>
          <div class="clear"></div>
      <?php 
    }
    ?>
        
      <?php