Ejemplo n.º 1
0
echo e::h(msg('label_action'));
?>
</th>
            <th class="sorting"><?php 
echo e::h(msg('label_date'));
?>
</th>
        </tr>
    </thead>
    <tbody>
        <?php 
foreach ($this->accesslog_array as $item) {
    ?>
        <tr>
            <td class="center"><a href="<?php 
    echo e::a($item['details_link']);
    ?>
"><?php 
    echo e::h($item['realname']);
    ?>
</a></td>
            <td class="center" style="width: 50px;"><?php 
    echo e::h($item['file_id']);
    ?>
</td>
            <td class="center"><?php 
    echo e::h($item['user_name']);
    ?>
</td>
            <td class="center"><?php 
    echo e::h($item['action']);