Subversion Repositories SmartDukaan

Rev

Rev 20118 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div class="callhistories index">
<h3><?php if(sizeof($result)==0) {echo h("No result");} else{?></h3>
<table cellpadding="0" cellspacing="0" class="table table-striped" >
        <tr>
                        <th><?php echo h('Agent Id'); ?></th>
                        <th><?php echo h('Agent Name'); ?></th>
                        <th><?php echo h('Role'); ?></th>
                        <th><?php echo h('Count'); ?></th>
        </tr>   
        <?php foreach ($result as $backup): ?>
        <tr>
                <td><?php echo h($backup[0]['agent_id']); ?>&nbsp;</td>
                <td><?php echo h($backup[0]['agent_name']); ?>&nbsp;</td>
                <td><?php echo h($backup['r']['status']); ?>&nbsp;</td>
                <td><?php echo h($backup[0]['count']); ?>&nbsp;</td> 
        </tr>
<?php endforeach; ?>
        </table>
<?php }?>       
</div>