?>
    <?php 
}
?>
    <tfoot>
    <tr class="summary" style="height: 50px;">
        <td>
            <span class="info">
                <span class="dirinfo"><?php 
p($l->t('%s folders', $countfolders));
?>
</span>
                <span class="connector"> <?php 
p($l->t('and'));
?>
 </span>
                <span class="fileinfo"><?php 
p($l->t('%s files', $countfiles));
?>
</span>
                <span class="filter hidden"></span>
            </span>
        </td>
        <td class="filesize" style="text-align:right;"><?php 
echo \OCA\Owncollab_Talks\Helper::sizeRoundedString($totalsize);
?>
</td>
        <td class="date"></td>
    </tr>
    </tfoot>
</table>
        ?>
</span>
                </span>
                        <span currentuploads="0" class="uploadtext"></span>
                    </a>
                    <?php 
        if ($file['mimetype'] == 2) {
            // If folder
            ?>
                        <div id="folder-files"></div>
                    <?php 
        }
        ?>
                </td>
                <td style="color:rgb(160,160,160); text-align:right;" class="filesize"><?php 
        echo \OCA\Owncollab_Talks\Helper::sizeRoundedString($file['size']);
        ?>
</td>
                <td class="date">
                    <span data-original-title="<?php 
        echo date('F d, Y h:i A', $file['mtime']);
        ?>
" style="color:rgb(51,51,51)" title="" class="modified"><?php 
        p($l->t($modified['key'], $modified['value']));
        ?>
</span>
                </td>
            </tr>
        <?php 
    }
    ?>