Example #1
0
        echo element('display_name', $result);
        ?>
</td>
                            <td><?php 
        echo element('mll_success', $result) === '1' ? "<span class=\"label label-success\">Success</span>" : "<span class=\"label label-danger\">Fail</span>";
        ?>
</td>
                            <td><?php 
        echo element('mll_reason', $result);
        ?>
</td>
                            <td><a href="?sfield=mll_ip&amp;skeyword=<?php 
        echo display_admin_ip(element('mll_ip', $result));
        ?>
"><?php 
        echo display_admin_ip(element('mll_ip', $result));
        ?>
</a></td>
                            <td><?php 
        echo element('os', $result);
        ?>
</td>
                            <td><?php 
        echo element('browsername', $result);
        ?>
 <?php 
        echo element('browserversion', $result);
        ?>
 <?php 
        echo element('engine', $result);
        ?>
Example #2
0
                            <th>삭제자</th>
                            <td><div class="textbox"><?php 
echo element('display_name', element('data', $view));
?>
</div></td>
                        </tr>
                        <tr>
                            <th>삭제 날짜</th>
                            <td><div class="textbox"><?php 
echo display_datetime(element('trash_datetime', element('meta', element('data', $view))), 'full');
?>
</div></td>
                        </tr>
                        <th>IP 주소</th>
                            <td><?php 
echo display_admin_ip(element('trash_ip', element('meta', element('data', $view))));
?>
</td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
    <div class="box-table">
        <div class="box-table-header">
            <div class="box-table-title">
                <h4>원문정보</h4>
            </div>
            <div class="box-table-button">
                <a data-toggle="collapse" href="#collapse2" aria-expanded="false" aria-controls="collapse2"><i class="fa fa-chevron-up"></i></a>
Example #3
0
                            <td><?php 
        echo number_format(element('post_like', $result));
        ?>
 / <?php 
        echo number_format(element('post_dislike', $result));
        ?>
</td>
                            <td><?php 
        echo display_datetime(element('post_datetime', $result), 'full');
        ?>
</td>
                            <td><a href="?sfield=post_ip&amp;skeyword=<?php 
        echo display_admin_ip(element('post_ip', $result));
        ?>
"><?php 
        echo display_admin_ip(element('post_ip', $result));
        ?>
</a></td>
                            <td><?php 
        echo element('post_secret', $result) === '1' ? '비밀' : '공개';
        ?>
</td>
                            <td><input type="checkbox" name="chk[]" class="list-chkbox" value="<?php 
        echo element(element('primary_key', $view), $result);
        ?>
" /></td>
                        </tr>
                    <?php 
    }
}
if (!element('list', element('data', $view))) {
Example #4
0
        echo element('content', $result);
        ?>
</a></td>
                            <td><?php 
        echo element('display_name', $result);
        ?>
</td>
                            <td><?php 
        echo display_datetime(element('trash_datetime', element('meta', $result)), 'full');
        ?>
</td>
                            <td><a href="?sfield=trash_ip&amp;skeyword=<?php 
        echo display_admin_ip(element('trash_ip', element('meta', $result)));
        ?>
"><?php 
        echo display_admin_ip(element('trash_ip', element('meta', $result)));
        ?>
</a></td>
                            <td><input type="checkbox" name="chk[]" class="list-chkbox" value="<?php 
        echo element(element('primary_key', $view), $result);
        ?>
" /></td>
                        </tr>
                    <?php 
    }
}
if (!element('list', element('data', $view))) {
    ?>
                        <tr>
                            <td colspan="7" class="nopost">자료가 없습니다</td>
                        </tr>