Exemple #1
0
                <li class = "navItem"><a href="#"><font color="000000">TempButton 6</a></li>
            </ul>
        </td>
        <td width="80%">

            <h1>Your review jobs</h1>

            <table width="100%" class="table3">
                <tr>
                    <th>#</th>
                    <th>Title</th>
                    <th>Authors</th>
                    <th>Assigned Date</th>
                    <th>Type</th>
                    <th>Completed</th>
                </tr>

                <?php 
include_once '../model/util/autoload.php';
$reviewerId = 1;
echo Work::getWorkRows($reviewerId);
?>
            </table>
            <p>Note: show at most 2 author, et al. for 3 or more</p>
        </td>
    </tr>
</table>

</body>
</html>