Esempio n. 1
0
                        <div id="content">

                            <div class="header">
                                <div class="title">
                                    <span>Photo Reports (Latest reports)</span>
                                    <span class="right">
                                        <a href="/admin/photo_reports.php/?act=clear&access_token=<?php 
echo admin::getAccessToken();
?>
">Clear All</a>
                                    </span>
                                </div>
                            </div>

                            <?php 
$result = $report->getPhotoReports();
$inbox_loaded = count($result['reports']);
if ($inbox_loaded != 0) {
    ?>

                                        <table class="admin_table">
                                            <tr>
                                                <th class="text-left">Id</th>
                                                <th>From account</th>
                                                <th>To post</th>
                                                <th>Abuse</th>
                                                <th>Date</th>
                                            </tr>

                                    <?php 
    foreach ($result['reports'] as $key => $value) {