Ignore:
Timestamp:
Mar 24, 2015 2:15:02 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportpackage/province.php

    r713 r818  
    5555                            </tr>
    5656                        </thead>
    57 
     57                                                <tr>
     58                                                                <td colspan=2 align="center" style="font-weight:bold;">Tổng</td>
     59                                                                <?php $d = 0; ?>
     60                                                                <?php foreach ($totalVip as $vipName => $total): ?>     
     61                                                                        <?php $d++;?>
     62                                                                        <td style="font-weight:bold;"><?php echo $total; ?></td>
     63                                                                        <?php if($d<count($totalVip)): ?>
     64                                                                        <td></td>
     65                                                                        <?php endif;?>
     66                                                                <?php endforeach; ?>
     67                                                        </tr>
    5868                        <tbody role="alert" aria-live="polite" aria-relevant="all">
    5969                            <?php
     70                                                        $total = array();
    6071                            foreach ($provinces as $province) {
    6172                                ?>
     
    7586                                </tr>
    7687                            <?php } ?>
     88                                                        <?php //var_dump($total);?>
     89                                                       
    7790                        </tbody>
    7891                    </table>
    79                     <div class="row"><div class="col-sm-6">
     92                    <!--<div class="row"><div class="col-sm-6">-->
    8093
    8194                        </div>
Note: See TracChangeset for help on using the changeset viewer.