예제 #1
0
파일: all_stats.php 프로젝트: Joker1982/inv
                        ?>
</small></td>
                    <td style=""><small class="text-danger"><center><?php 
                        echo get_user_status($row['id']);
                        ?>
</center></small></td>
                    <td style=""><small class="text-danger"><center><?php 
                        echo get_total_tickets_free($row['id']);
                        ?>
</center></small></td>
                    <td style=""><small class="text-warning"><center><?php 
                        echo get_total_tickets_lock($row['id']);
                        ?>
</center></small></td>
                    <td style=""><small class="text-success"><center><?php 
                        echo get_total_tickets_ok($row['id']);
                        ?>
</center></small></td>
                    <td style=""><small class=""><center><?php 
                        echo get_total_tickets_out($row['id']);
                        ?>
</center></small></td>
                    <td style=""><small class=""><center><?php 
                        echo get_total_tickets_out_and_success($row['id']);
                        ?>
</center></small></td>
</tr>



예제 #2
0
        echo lang('STATS_lock');
        ?>
',
                    y: <?php 
        echo get_total_tickets_lock();
        ?>
,
                    color: '#F0AD4E'
                },
                {
                    name: '<?php 
        echo lang('STATS_t_ok');
        ?>
',
                    y: <?php 
        echo get_total_tickets_ok();
        ?>
,
                    color: '#aaff99'
                },
                {
                    name: '<?php 
        echo lang('STATS_t_free');
        ?>
',
                    y: <?php 
        echo get_total_tickets_free();
        ?>
,
                    color: '#FF2D46'
                }