コード例 #1
0
        </td>
    </tr>  
    
    <?php 
    }
    ?>
    
    </table>
</div>
<?php 
} else {
    ?>
<span class="no_request"> You have no new account verification request.</span>
<?php 
}
$dept_list = $dDB->getDepartmentList();
?>
<div id="department_list_button">
     <span class="toggle_button">Department List</span>    
</div>

<div id="department_list">
    <table border="1">
        <tr id="tab_header">
            <th>Department</th>
            <th>Description</th>
            <th><div id="add_department" onclick="addDepartmentRow();"><img src="../static/images/add.png" alt="Add new Department" /></div></th>
        </tr>
        <?php 
while ($list = mysql_fetch_row($dept_list)) {
    ?>