예제 #1
0
</head>
<body>
<div class="back">
    <a href="../index.php"><img src="images/back-min.png"></a>
</div>
<div align="center">
    <img id="invites-page" src="images/invites.png">

    <div id="users">
        <h1><strong>Инвайт коды</strong></h1>
    </div>
    <table id="table" border="solid 1px">
        <tr>
            <td><h4>&nbsp&nbspИнвайт код&nbsp&nbsp</h4></td>
            <td><h4>&nbsp&nbspСтатус&nbsp&nbsp</h4></td>
            <td><h4>Дата</h4></td>
        </tr>
        <?php 
foreach ($invites->getAll() as $k => $v) {
    echo '<tr>';
    foreach ($v as $key => $value) {
        echo '<td>' . '<h4>' . '&nbsp' . $value . '&nbsp' . '</h4>' . '</td>';
    }
    echo '</tr>';
}
?>
    </table>
</div>
</body>
</html>