HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/dowork.biz/public_html/compile/%%FB^FB5^FB52FFEC%%index.tpl.php
<?php /* Smarty version 2.6.16, created on 2022-10-30 01:38:34
         compiled from /home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'mobile_access_display_filter_list', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 1, false),array('function', 'mobile_access_get_view_url', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 9, false),array('function', 'mobile_access_paginator', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 22, false),array('modifier', 'clean', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 11, false),array('modifier', 'excerpt', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 11, false),array('modifier', 'filesize', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 15, false),array('modifier', 'date', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 15, false),array('block', 'lang', '/home/httpd/html/dowork.biz/public_html/activecollab/application/modules/mobile_access/views/mobile_access_project_files/index.tpl', 15, false),)), $this); ?>
<?php echo smarty_function_mobile_access_display_filter_list(array('objects' => $this->_tpl_vars['categories'],'active_object' => $this->_tpl_vars['active_category'],'variable_name' => 'category_id','enable_categories' => $this->_tpl_vars['enable_categories'],'action' => $this->_tpl_vars['pagination_url']), $this);?>


<?php if (is_foreachable ( $this->_tpl_vars['files'] )): ?>
  <ul class="list_with_icons">
  <?php $_from = $this->_tpl_vars['files']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['file']):
?>
    <?php $this->assign('last_revision', $this->_tpl_vars['file']->getLastRevision()); ?>
    <?php if (instance_of ( $this->_tpl_vars['last_revision'] , 'Attachment' )): ?>
      <li class="obj_link discussions_obj_link no_icon">
        <a href="<?php echo smarty_function_mobile_access_get_view_url(array('object' => $this->_tpl_vars['file']), $this);?>
">
          <span class="main_line">
          <?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['file']->getName())) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)))) ? $this->_run_mod_handler('excerpt', true, $_tmp, 18) : smarty_modifier_excerpt($_tmp, 18)); ?>

          </span>
          
          <span class="details">
            <?php echo ((is_array($_tmp=$this->_tpl_vars['file']->getSize())) ? $this->_run_mod_handler('filesize', true, $_tmp) : smarty_modifier_filesize($_tmp)); ?>
<br /><?php $this->_tag_stack[] = array('lang', array()); $_block_repeat=true;smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>Last updated by<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); }  array_pop($this->_tag_stack); ?> <strong><?php echo ((is_array($_tmp=$this->_tpl_vars['last_revision']->getCreatedByName())) ? $this->_run_mod_handler('clean', true, $_tmp) : smarty_modifier_clean($_tmp)); ?>
</strong><br /><?php echo ((is_array($_tmp=$this->_tpl_vars['last_revision']->getCreatedOn())) ? $this->_run_mod_handler('date', true, $_tmp) : smarty_modifier_date($_tmp)); ?>

          </span>
        </a>
      </li>
    <?php endif; ?>
  <?php endforeach; endif; unset($_from); ?>
  </ul>
  <?php echo smarty_function_mobile_access_paginator(array('paginator' => $this->_tpl_vars['pagination'],'url' => $this->_tpl_vars['pagination_url'],'url_param_category_id' => $this->_tpl_vars['selected_category_id']), $this);?>

<?php else: ?>
  <div class="wrapper">
    <div class="box">
      <ul class="menu">
        <li><?php $this->_tag_stack[] = array('lang', array()); $_block_repeat=true;smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>No Files<?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo smarty_block_lang($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); }  array_pop($this->_tag_stack); ?></li>
      </ul>
    </div>
  </div>
<?php endif; ?>