Example #1
0
' BORDER='0' style='vertical-align: text-bottom;' onclick='find_studentsByName();
                return false;'/>-->

                            <hr/>

                            <div id="available_students_div" style="height: 500px; overflow-y:scroll;" >
                                <table id="available_students_table" >

                                </table>
                            </div>
                        </td>
                        <td style="vertical-align: top; width: 33%;">
                            <label for="site_selector">Select site</label><br/>
                            <select id="site_selector" style="width:100%">  
                                <?php 
print $enumLib->getSiteLookup();
?>
                            </select>
                            <br/>
                            <br/>
                            <button id="assign_but" onclick="assignSelectedStudents()" style="width:100%">Assign</button>
                        </td>
                        <td style="vertical-align: top; width: 33%;">
                            <div id="selectedstudents_div" style="width: 100%; height: 500px; overflow-y:scroll;">
                                <table id="selectedstudents_table" >

                                </table>

                            </div>
                        </td>
                    </tr>