Skip to content

Instantly share code, notes, and snippets.

@dzt
Created June 11, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dzt/fd167aeaf95afba9300c to your computer and use it in GitHub Desktop.
Save dzt/fd167aeaf95afba9300c to your computer and use it in GitHub Desktop.
<html><head>
<link href="/genesis/styles/parents.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" href="/genesis/images/ipad-icon.png">
<link rel="shortcut icon" href="/genesis/images/newIcon2.ico" type="image/x-icon">
<link href="/genesis/styles/parents.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/genesis/js/jquery-current.min.js"></script>
<script type="text/javascript" src="/genesis/js/jquery-ui-current.min.js"></script>
<link rel="stylesheet" href="/genesis/styles/genetheme/jquery-ui-current.custom.min.css">
<script type="text/javascript" src="/sis/validations.js"></script>
<title>Parents at Montgomery Township School District</title>
<script type="text/javascript">
var message = '';
if (message.length>0) alert(message);
function getAssignments(studentid, date)
{
document.frmHome.action='parents?module=gradebook&studentid=' + studentid + '&action=list&date=' + date + '&dateRange=dayof&courseAndSection=&status=';
document.frmHome.submit();
}
function changeDay(day, studentid)
{
window.parent.location.href = 'parents?module=home&studentid=' + studentid + '&action=form&busview=day&dayName=' + day;
}
function changeUserTextValue(studentid, userTextCode, desc)
{
console.log('dialog-editText-' + studentid + '-' + userTextCode );
$( '#dialog-editText-' + studentid + '-' + userTextCode ).dialog({
resizable: false,
height:'auto',
width:500,
modal: true,
buttons: {
Save: function() {
$( this ).dialog( "close" );
$('#frmUpdateUserText-' + studentid + '-' + userTextCode).submit();
},
Cancel: function() {
$( this ).dialog( "close" );
}
}
});
// var newValue = window.prompt('New value for ' + desc + ':', '');
// if (newValue!=null)
// {
// document.getElementById('usertext_studentid').value = studentid;
// document.getElementById('usertext_userTextCode').value = userTextCode;
// document.getElementById('usertext_userTextValue').value = newValue;
// document.getElementById('frmUpdateUserText').submit();
// }
}
function changeUserFlagValue(studentid, userFlagCode, desc)
{
if (window.confirm('Toggle the check for ' + desc + '?', ''))
location.href = 'parents?module=home&action=toggleUserFlag&studentid=' + studentid + '&userFlagCode=' + userFlagCode;
}
function validateInputs(studentId)
{
var testField1 = document.getElementById('fldAuthorizedAdultPhone-' + studentId);
var testField2 = document.getElementById('fldAuthorizedAdult-' + studentId);
if (testField1.value == "" || testField2.value == "")
return "Make sure data is entered in each field.";
else
return "";
}
function showDailyPickupDialog(studentId, dailyPickupReadyOnly)
{
$(".ui-dialog-buttonpane button:contains('Save')").button('disable');
$( "#dialog-dailyPickup-" + studentId ).dialog({
resizable: false,
height:'auto',
width:580,
modal: true,
buttons:
{
Save: function()
{
var validationMessage = validateInputs(studentId);
if (validationMessage == "")
{
var acknowledged = $('#fldAcknowledgement-' + studentId).is(':checked');
if (acknowledged)
{
$( this ).dialog( "close" );
document['frmDailyPickup-' + studentId].submit();
}
else
{
alert('Please indicate that you have finished filling out this form by selecting the checkbox.');
}
}
else
{
window.alert(validationMessage);
}
},
Cancel: function()
{
$( this ).dialog( "close" );
}
},
open: function()
{
if (dailyPickupReadyOnly)
$(".ui-dialog-buttonpane button:contains('Save')").button('disable');
}
});
}
function deleteDailyPickupRelease(workStudentId, navStudentId, readOnly)
{
if (readOnly)
{
alert('Pickup releases cannot be deleted after 12pm, please call your school to make any changes.');
return;
}
if (confirm("Are you sure?"))
{
location.href = 'parents?module=home&action=deleteDailyPickupRelease&studentid=' + navStudentId + '&workStudentId=' + workStudentId;
}
}
</script></head>
<body class="parentsBody">
<script type="text/javascript">
function changeStudent(newstudentid)
{
location.href = document.URL.replace('103450',newstudentid);
}
</script>
<!-- Start of Header-->
<div class="headerModules">
<div style="text-align: left; float:left; white-space: nowrap; ">
<span style="font-size:18pt; font-weight: 600; text-transform: none; text-wrap: none; margin-left:28px;margin-top: 2px; ">
<img src="/genesis/images/genesis2.png" alt="Genesis" style="margin-left:5px; height:50px; cursor:pointer; " onclick="window.open('http://www.genesisedu.com');" align="left">
<br>
Parent Resources
</span>
</div>
<div style="text-align: right; white-space: nowrap">
<span class="headerModuleTab" onclick="window.parent.location.href='parents?module=mailbox&amp;studentid=103450&amp;action=showMailbox2';"><img src="/genesis/parents/images/buttons/house_blue.png" alt="" style="vertical-align: bottom">Home</span>
<span class="headerModuleTabSelected" onclick="window.parent.location.href='parents?module=home&amp;studentid=103450&amp;action=form';"> <img src="/genesis/parents/images/buttons/students_white.png" alt="" style="vertical-align: bottom">Student Data</span>
<span class="headerModuleTab" onclick="window.parent.location.href='parents?module=contacts&amp;studentid=103450&amp;action=form';"><img src="/genesis/parents/images/buttons/notebook_blue.png" alt="" style="vertical-align: bottom">Contacts</span>
<span class="headerModuleTab" onclick="location.href='parents?module=setup&amp;tab1=settings&amp;studentid=103450&amp;action=form';"><img src="/genesis/parents/images/buttons/settings_blue.png" alt="" style="vertical-align: bottom">Settings</span>
<span class="headerModuleTab" onclick="location.href='parents?logout=true';"><img src="/genesis/parents/images/buttons/lock_blue.png" alt="" style="vertical-align: bottom">Logout</span>
&nbsp;
</div>
</div>
<div class="headerCategories">
<div class="headerCategories" style="height:15px;">&nbsp;</div>
<span class="headerCategoryTabSelected" onclick="window.parent.location.href='parents?module=home&amp;studentid=103450&amp;action=form';">Summary</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=attendance&amp;studentid=103450&amp;action=form';">Attendance</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=grading&amp;studentid=103450&amp;action=form';">Grading</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=gradebook&amp;studentid=103450&amp;action=form';">Gradebook</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=scheduling&amp;studentid=103450&amp;action=form';">Scheduling</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=documents&amp;studentid=103450&amp;action=form';">Documents</span>
<span class="headerCategoryTab" onclick="window.parent.location.href='parents?module=letters&amp;studentid=103450&amp;action=form';">Letters</span>
</div>
<div class="headerStudentSelector">
<div class="headerStudentSelector" style="height:11px;">&nbsp;</div>
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="50%" style="font-size: 2.4em;font-weight: 300; margin-top: 8px;">
Summary
</td>
<td width="50%">
<label for="fldStudent" style="text-transform: uppercase;">Select Student:</label>
<select name="fldStudent" id="fldStudent" class="headerStudentSelectorInput" onchange="changeStudent(this.value);">
<option value="103450" selected="">Soboyejo, David Oluwole </option>
<option value="103449">Soboyejo, Emmanuel Ayodeji </option>
<option value="181786">Soboyejo, Peter Olurotimi </option>
</select>
</td>
</tr>
</tbody></table>
</div>
<div style="font-size:.8em; margin-bottom: 10pt; padding: 2pt 5pt;">
<!-- BEGIN DigiCert Site Seal Code --><div id="digicertsitesealcode" style="width: 81px; margin: 5px auto 5px auto;" align="center"><script language="javascript" type="text/javascript" src="https://www.digicert.com/custsupport/sealtable.php?order_id=00261213&amp;seal_type=a&amp;seal_size=large&amp;seal_color=blue&amp;new=1"></script><a href="http://www.digicert.com/">SSL Certificate</a><script language="javascript" type="text/javascript">coderz();</script></div><!-- END DigiCert Site Seal Code -->
</div>
<br>
<p class="sectionTitle">Thursday, 6/11/2015 10:23AM</p>
<form name="frmCentris" id="frmCentris" method="post" action="https://portal.iepdirect.com/Genesis/Authenticate/Parent" target="_blank">
<input type="hidden" name="GenesisRequest" value="">
</form>
<form name="frmHome" method="post" target="_top" action="">
<table class="notecard" style=""><tbody><tr><td class="notecardTitle"> </td></tr><tr><td>
<table>
<tbody><tr valign="top">
<!-- Draw Student Demographics and whereabouts -->
<td valign="top">
<table class="list">
<tbody><tr class="listroweven">
<td class="cellCenter" colspan="2" style="border: none;">
<img src="/genesis/sis/photos?type=student&amp;studentID=103450" style="width:200px; border: solid 1pt #EEEEEE" alt="">
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Homeroom:<br>
<span style="font-weight: 600">
A 10
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Counselor:<br>
<span style="font-weight: 600;">
Haas, Lesley
<a style="text-decoration: none" href="mailto:lhaas@mtsd.us"><img style="border-style:none" src="/genesis/parents/images/buttons/mail_blue.png"></a>
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Age:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">11</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Birthdate:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">01/04/2004</td>
</tr>
</tbody></table>
<br>
</td>
<!-- Draw the schedule -->
<td valign="top">
<table class="list" cellspacing="0" cellpadding="0" style="width: 100%; color: #001E37">
<tbody><tr>
<td style="font-size: 1.5em;">
<span style="font-weight: 100; color: #001E37">David</span>
Soboyejo
</td>
<td style="text-align: center;" rowspan="2">
<span style="font-size: .8em;text-transform: uppercase">Grade:</span><br>
<span style="font-size: 2em;">05</span>
</td>
</tr>
<tr>
<td style="font-size:.8em; white-space: nowrap; text-transform: uppercase">
Lower Middle School&nbsp;&nbsp;|&nbsp;&nbsp;
Student ID: <span style="font-weight: bold;">103450</span>&nbsp;&nbsp;|&nbsp;&nbsp;
State ID: <span style="font-weight: bold;">1321998141</span>
</td>
</tr>
</tbody></table>
<div style="margin-left: 8pt; margin-top: 3pt; margin-bottom: 7pt; border-top: solid 1px #25ADD3"></div>
<table class="list" width="100%" border="0" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td class="cellCenter">Per</td>
<td class="cellLeft" nowrap="">Course</td>
<td class="cellLeft">Sem</td>
<td class="cellLeft">Days</td>
<td class="cellLeft">Room</td>
<td class="cellLeft" nowrap="">
Teacher
<span style="font-size:.8em;">
&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="parents?module=home&amp;studentid=103450&amp;action=printSchedule&amp;showBusInfo=yes" style="color: #FFFFFF" title="Print schedule in list format"><img src="/genesis/parents/images/buttons/blueAdobe.png" style="width:24px;vertical-align: middle;" alt="" border="0" title="Print schedule in list format"> List</a>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-weight: normal">Day: <b>B</b></span>
</span>
</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">MM</td>
<td class="cellLeft">Morning Meeting 5 w/ Mr. Bartholomew/Ms. Camrada</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">A 10</td>
<td class="cellLeft" colspan="2">Bartholomew, Tim</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">1-2</td>
<td class="cellLeft">Physical Education 5 with Hickman</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">B</td>
<td class="cellLeft">GYM</td>
<td class="cellLeft" colspan="2">Hickman, Justine*</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">1-2</td>
<td class="cellLeft">Music Workshop 5</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">A</td>
<td class="cellLeft">D 11</td>
<td class="cellLeft" colspan="2">Gordon, David</td>
</tr>
<tr class="listrowselected" style="font-size:.85em;" title="David is in this class right now.">
<td class="cellCenter">3</td>
<td class="cellLeft">Mathematics 5 with Mr. Bartholomew/Ms. Camarda</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">A 10</td>
<td class="cellLeft" colspan="2">Bartholomew, Tim</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">4</td>
<td class="cellLeft">Science 5 with Mr. Bartholomew &amp; Ms. Camarda</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">A 10</td>
<td class="cellLeft" colspan="2">Bartholomew, Tim</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">5</td>
<td class="cellLeft">Language Arts 5 with Mrs. Whitehouse</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">A 12</td>
<td class="cellLeft" colspan="2">Whitehouse, Jennifer</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">6</td>
<td class="cellLeft">Social Studies 5 with Mrs. Whitehouse &amp; Ms.Camarda</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">A 12</td>
<td class="cellLeft" colspan="2">Whitehouse, Jennifer</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">7</td>
<td class="cellLeft">Communication 5 with Pazlopez</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">A</td>
<td class="cellLeft">B 11</td>
<td class="cellLeft" colspan="2">Pazlopez, Maria</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">8</td>
<td class="cellLeft">Spanish 5 with Ms. Anderson</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">A</td>
<td class="cellLeft">B 10</td>
<td class="cellLeft" colspan="2">Anderson, Staci</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">7-8</td>
<td class="cellLeft">Industrial Technology 5 with Staab</td>
<td class="cellLeft">F1</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 12</td>
<td class="cellLeft" colspan="2">Staab, Tara</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">7-8</td>
<td class="cellLeft">Keyboarding I 5 with Mr. Skibinski</td>
<td class="cellLeft">F2</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 5</td>
<td class="cellLeft" colspan="2">Skibinski, Robert</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">7-8</td>
<td class="cellLeft">Art 5 with Ms. Martinho</td>
<td class="cellLeft">F3</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 9</td>
<td class="cellLeft" colspan="2">Martinho, Suzette</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">7-8</td>
<td class="cellLeft">Family and Consumer Sciences 5 with Sheerin</td>
<td class="cellLeft">F4</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 1</td>
<td class="cellLeft" colspan="2">Sheerin, Susan</td>
</tr>
</tbody></table>
<br>
<table class="list" cellspacing="0" cellpadding="0" style="width:100%; margin-bottom: 3pt;">
<tbody><tr>
<td style="vertical-align: top;">
<!-- If we will be displaying attendance or assignments, print the table. -->
<table cellspacing="0" cellpadding="0" style="border: solid 1pt #EEEEEE; border-collapse: collapse;">
<tbody><tr class="listheading" style="font-weight:bold;">
<td class="cellLeft" style="padding: .25em .5em .25em .5em;">This Week</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">M</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">T</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">W</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">R</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">F</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Attendance</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Assignments</td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103450','06/08/2015');">4</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103450','06/09/2015');">0</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103450','06/10/2015');">1</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103450','06/11/2015');">0</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103450','06/12/2015');">0</span></td>
</tr>
</tbody></table>
</td>
<td>
<table class="list" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td colspan="6" class="cellCenter" style="padding: .25em .5em .25em .5em;">
<span>Bus</span>
<span style="margin-left: 30pt;">
</span>
<a target="_top" href="parents?module=home&amp;studentid=103450&amp;action=form&amp;busview=week" style="color:#EEEEEE">Week</a> /
<a target="_top" href="parents?module=home&amp;studentid=103450&amp;action=form&amp;busview=day" style="color:#FFFFFF;font-weight:bold;text-decoration:underline">Day</a>
<span style="margin-left: 30pt;">
<input type="button" value="<" class="saveButtonSmall" onclick="changeDay('wed', 103450);">
Thursday
<input type="button" value=">" class="saveButtonSmall" onclick="changeDay('fri', 103450);">
</span>
</td>
</tr>
<tr>
<td class="cellCenter cellSecondaryHeading"></td>
<td class="cellCenter cellSecondaryHeading">Route</td>
<td class="cellCenter cellSecondaryHeading">Time</td>
<td class="cellCenter cellSecondaryHeading">Bus #</td>
<td class="cellCenter cellSecondaryHeading" colspan="2">Pick Up / Drop Off</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">AM</td>
<td class="cellCenter">20 LM</td>
<td class="cellCenter">7:29AM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
<tr class="listrowodd">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">PM</td>
<td class="cellCenter">20LM</td>
<td class="cellCenter">3:30PM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td></tr></tbody></table>
<br>
<table class="notecard" style=""><tbody><tr><td class="notecardTitle"> </td></tr><tr><td>
<table>
<tbody><tr valign="top">
<!-- Draw Student Demographics and whereabouts -->
<td valign="top">
<table class="list">
<tbody><tr class="listroweven">
<td class="cellCenter" colspan="2" style="border: none;">
<img src="/genesis/sis/photos?type=student&amp;studentID=103449" style="width:200px; border: solid 1pt #EEEEEE" alt="">
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Homeroom:<br>
<span style="font-weight: 600">
C 13
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Counselor:<br>
<span style="font-weight: 600;">
Smith, Allison Doyle
<a style="text-decoration: none" href="mailto:adoylesmith@mtsd.us"><img style="border-style:none" src="/genesis/parents/images/buttons/mail_blue.png"></a>
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Age:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">13</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Birthdate:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">01/22/2002</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Locker:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">1003 ()</td>
</tr>
</tbody></table>
<br>
</td>
<!-- Draw the schedule -->
<td valign="top">
<table class="list" cellspacing="0" cellpadding="0" style="width: 100%; color: #001E37">
<tbody><tr>
<td style="font-size: 1.5em;">
<span style="font-weight: 100; color: #001E37">Emmanuel</span>
Soboyejo
</td>
<td style="text-align: center;" rowspan="2">
<span style="font-size: .8em;text-transform: uppercase">Grade:</span><br>
<span style="font-size: 2em;">06</span>
</td>
</tr>
<tr>
<td style="font-size:.8em; white-space: nowrap; text-transform: uppercase">
Lower Middle School&nbsp;&nbsp;|&nbsp;&nbsp;
Student ID: <span style="font-weight: bold;">103449</span>&nbsp;&nbsp;|&nbsp;&nbsp;
State ID: <span style="font-weight: bold;">5123705816</span>
</td>
</tr>
</tbody></table>
<div style="margin-left: 8pt; margin-top: 3pt; margin-bottom: 7pt; border-top: solid 1px #25ADD3"></div>
<table class="list" width="100%" border="0" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td class="cellCenter">Per</td>
<td class="cellLeft" nowrap="">Course</td>
<td class="cellLeft">Sem</td>
<td class="cellLeft">Days</td>
<td class="cellLeft">Room</td>
<td class="cellLeft" nowrap="">
Teacher
<span style="font-size:.8em;">
&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="parents?module=home&amp;studentid=103449&amp;action=printSchedule&amp;showBusInfo=yes" style="color: #FFFFFF" title="Print schedule in list format"><img src="/genesis/parents/images/buttons/blueAdobe.png" style="width:24px;vertical-align: middle;" alt="" border="0" title="Print schedule in list format"> List</a>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-weight: normal">Day: <b>B</b></span>
</span>
</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">MM</td>
<td class="cellLeft">Morning Meeting 6 with Mrs.Benz</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">C 13</td>
<td class="cellLeft" colspan="2">Benz, Lisarenee</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">1</td>
<td class="cellLeft">Math 6 A Ms. Benz</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">C 13</td>
<td class="cellLeft" colspan="2">Benz, Lisarenee</td>
</tr>
<tr class="listrowselected" style="font-size:.85em;" title="Emmanuel is in this class right now.">
<td class="cellCenter">2-3</td>
<td class="cellLeft">Reading Support</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">B</td>
<td class="cellLeft">B 4</td>
<td class="cellLeft" colspan="2">Levin, Lauren</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">2-3</td>
<td class="cellLeft">Math Support</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">A</td>
<td class="cellLeft">B 4</td>
<td class="cellLeft" colspan="2">Levin, Lauren</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">4-5</td>
<td class="cellLeft">Physical Education 6 with McMorrow</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">A</td>
<td class="cellLeft">GYM</td>
<td class="cellLeft" colspan="2">Mcmorrow, Brendan</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">4-5</td>
<td class="cellLeft">21st Century Life Skills</td>
<td class="cellLeft">F1</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 5</td>
<td class="cellLeft" colspan="2">Sheerin, Susan</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">4-5</td>
<td class="cellLeft">Industrial Technology 6 with Staab</td>
<td class="cellLeft">F2</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 12</td>
<td class="cellLeft" colspan="2">Staab, Tara</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">4-5</td>
<td class="cellLeft">Family and Consumer Sciences 6 w/Pungel</td>
<td class="cellLeft">F3</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 1</td>
<td class="cellLeft" colspan="2">Pungello, Allison</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">4-5</td>
<td class="cellLeft">Health 6 with Camamis</td>
<td class="cellLeft">F4</td>
<td class="cellLeft">B</td>
<td class="cellLeft">B 14</td>
<td class="cellLeft" colspan="2">Camamis, D</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">4-5</td>
<td class="cellLeft">Art 6 with Milgram</td>
<td class="cellLeft">F5</td>
<td class="cellLeft">B</td>
<td class="cellLeft">D 10</td>
<td class="cellLeft" colspan="2">Milgram, Arlene</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">6</td>
<td class="cellLeft">Science 6 A with Ryan</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">D 14</td>
<td class="cellLeft" colspan="2">Ryan, Elise</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">7</td>
<td class="cellLeft">Language Arts with Mrs. Brenner</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">C 7</td>
<td class="cellLeft" colspan="2">Brenner, Julie</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">8</td>
<td class="cellLeft">Social Studies 6 A with Rangnow</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">C 4</td>
<td class="cellLeft" colspan="2">Rangnow, Jennifer</td>
</tr>
</tbody></table>
<br>
<table class="list" cellspacing="0" cellpadding="0" style="width:100%; margin-bottom: 3pt;">
<tbody><tr>
<td style="vertical-align: top;">
<!-- If we will be displaying attendance or assignments, print the table. -->
<table cellspacing="0" cellpadding="0" style="border: solid 1pt #EEEEEE; border-collapse: collapse;">
<tbody><tr class="listheading" style="font-weight:bold;">
<td class="cellLeft" style="padding: .25em .5em .25em .5em;">This Week</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">M</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">T</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">W</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">R</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">F</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Attendance</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Assignments</td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103449','06/08/2015');">3</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103449','06/09/2015');">2</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103449','06/10/2015');">2</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103449','06/11/2015');">1</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('103449','06/12/2015');">1</span></td>
</tr>
</tbody></table>
</td>
<td>
<table class="list" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td colspan="6" class="cellCenter" style="padding: .25em .5em .25em .5em;">
<span>Bus</span>
<span style="margin-left: 30pt;">
</span>
<a target="_top" href="parents?module=home&amp;studentid=103449&amp;action=form&amp;busview=week" style="color:#EEEEEE">Week</a> /
<a target="_top" href="parents?module=home&amp;studentid=103449&amp;action=form&amp;busview=day" style="color:#FFFFFF;font-weight:bold;text-decoration:underline">Day</a>
<span style="margin-left: 30pt;">
<input type="button" value="<" class="saveButtonSmall" onclick="changeDay('wed', 103449);">
Thursday
<input type="button" value=">" class="saveButtonSmall" onclick="changeDay('fri', 103449);">
</span>
</td>
</tr>
<tr>
<td class="cellCenter cellSecondaryHeading"></td>
<td class="cellCenter cellSecondaryHeading">Route</td>
<td class="cellCenter cellSecondaryHeading">Time</td>
<td class="cellCenter cellSecondaryHeading">Bus #</td>
<td class="cellCenter cellSecondaryHeading" colspan="2">Pick Up / Drop Off</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">AM</td>
<td class="cellCenter">20 LM</td>
<td class="cellCenter">7:29AM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
<tr class="listrowodd">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">PM</td>
<td class="cellCenter">20LM</td>
<td class="cellCenter">3:30PM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td></tr></tbody></table>
<br>
<table class="notecard" style=""><tbody><tr><td class="notecardTitle"> </td></tr><tr><td>
<table>
<tbody><tr valign="top">
<!-- Draw Student Demographics and whereabouts -->
<td valign="top">
<table class="list">
<tbody><tr class="listroweven">
<td class="cellCenter" colspan="2" style="border: none;">
<img src="/genesis/sis/photos?type=student&amp;studentID=181786" style="width:200px; border: solid 1pt #EEEEEE" alt="">
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Homeroom:<br>
<span style="font-weight: 600">
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" colspan="2" style="border: none;">
Counselor:<br>
<span style="font-weight: 600;">
</span>
</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Age:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">14</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Birthdate:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">09/13/2000</td>
</tr>
<tr class="listroweven">
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt">Locker:</td>
<td nowrap="" class="cellLeft" style="border: none;padding: 1pt 5pt;font-weight: 600;">223 (20-43-6)</td>
</tr>
</tbody></table>
<br>
</td>
<!-- Draw the schedule -->
<td valign="top">
<table class="list" cellspacing="0" cellpadding="0" style="width: 100%; color: #001E37">
<tbody><tr>
<td style="font-size: 1.5em;">
<span style="font-weight: 100; color: #001E37">Peter</span>
Soboyejo
</td>
<td style="text-align: center;" rowspan="2">
<span style="font-size: .8em;text-transform: uppercase">Grade:</span><br>
<span style="font-size: 2em;">08</span>
</td>
</tr>
<tr>
<td style="font-size:.8em; white-space: nowrap; text-transform: uppercase">
Upper Middle School&nbsp;&nbsp;|&nbsp;&nbsp;
Student ID: <span style="font-weight: bold;">181786</span>&nbsp;&nbsp;|&nbsp;&nbsp;
State ID: <span style="font-weight: bold;">6031833414</span>
</td>
</tr>
</tbody></table>
<div style="margin-left: 8pt; margin-top: 3pt; margin-bottom: 7pt; border-top: solid 1px #25ADD3"></div>
<table class="list" width="100%" border="0" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td class="cellCenter">Per</td>
<td class="cellLeft" nowrap="">Course</td>
<td class="cellLeft">Sem</td>
<td class="cellLeft">Days</td>
<td class="cellLeft">Room</td>
<td class="cellLeft" nowrap="">
Teacher
<span style="font-size:.8em;">
&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="parents?module=home&amp;studentid=181786&amp;action=printSchedule&amp;showBusInfo=yes" style="color: #FFFFFF" title="Print schedule in list format"><img src="/genesis/parents/images/buttons/blueAdobe.png" style="width:24px;vertical-align: middle;" alt="" border="0" title="Print schedule in list format"> List</a>
&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-weight: normal">Day: <b>B</b></span>
</span>
</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">1</td>
<td class="cellLeft">Chorus 8 (Full Year)</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">C 103</td>
<td class="cellLeft" colspan="2">Woodworth, Jeffrey</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">1</td>
<td class="cellLeft">Chorus 8 (Full Year)</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">STAGE</td>
<td class="cellLeft" colspan="2">Radziewicz, Doug</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">2</td>
<td class="cellLeft">Algebra I Part 1</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">B 101</td>
<td class="cellLeft" colspan="2">Davis, Denita</td>
</tr>
<tr class="listrowselected" style="font-size:.85em;" title="Peter is in this class right now.">
<td class="cellCenter">3</td>
<td class="cellLeft">Study Skills</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">MC - LA</td>
<td class="cellLeft" colspan="2">Olah, Helen</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">4</td>
<td class="cellLeft">Lunch/Flex 8</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">CAF.</td>
<td class="cellLeft" colspan="2"></td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">5</td>
<td class="cellLeft">Language Arts 8</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">B 111</td>
<td class="cellLeft" colspan="2">Barra, Anthony</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">6</td>
<td class="cellLeft">LA Workshop 8</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">B</td>
<td class="cellLeft">MC - LA</td>
<td class="cellLeft" colspan="2">Olah, Helen</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">6</td>
<td class="cellLeft">PE/H</td>
<td class="cellLeft">Q1</td>
<td class="cellLeft">A</td>
<td class="cellLeft">GYM</td>
<td class="cellLeft" colspan="2">PE Staff, UMS</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">6</td>
<td class="cellLeft">PE/H</td>
<td class="cellLeft">Q2</td>
<td class="cellLeft">A</td>
<td class="cellLeft">GYM</td>
<td class="cellLeft" colspan="2">PE Staff, UMS</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">6</td>
<td class="cellLeft">Health</td>
<td class="cellLeft">Q3</td>
<td class="cellLeft">A</td>
<td class="cellLeft">F 105</td>
<td class="cellLeft" colspan="2">Giunta, Victoria</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">6</td>
<td class="cellLeft">PE/H</td>
<td class="cellLeft">Q4</td>
<td class="cellLeft">A</td>
<td class="cellLeft">GYM</td>
<td class="cellLeft" colspan="2">PE Staff, UMS</td>
</tr>
<tr class="listrowodd">
<td class="cellCenter">7</td>
<td class="cellLeft">Science 8</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">E 107</td>
<td class="cellLeft" colspan="2">Ferrante, Kelly</td>
</tr>
<tr class="listroweven">
<td class="cellCenter">8</td>
<td class="cellLeft">Social Studies 8</td>
<td class="cellLeft">FY</td>
<td class="cellLeft">AB</td>
<td class="cellLeft">B 104</td>
<td class="cellLeft" colspan="2">Lachenauer, Stefanie</td>
</tr>
</tbody></table>
<br>
<table class="list" cellspacing="0" cellpadding="0" style="width:100%; margin-bottom: 3pt;">
<tbody><tr>
<td style="vertical-align: top;">
<!-- If we will be displaying attendance or assignments, print the table. -->
<table cellspacing="0" cellpadding="0" style="border: solid 1pt #EEEEEE; border-collapse: collapse;">
<tbody><tr class="listheading" style="font-weight:bold;">
<td class="cellLeft" style="padding: .25em .5em .25em .5em;">This Week</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">M</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">T</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">W</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">R</td>
<td class="cellCenter" style="padding: .25em .5em .25em .5em;">F</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Attendance</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 00ff00;color: ffffff" title="Early Dismissal - Excused">EED</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
<td class="cellCenter" style="background-color: 7dd5ff;color: ffffff" title="Present">-</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter">Assignments</td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('181786','06/08/2015');">2</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('181786','06/09/2015');">2</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('181786','06/10/2015');">5</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('181786','06/11/2015');">2</span></td>
<td class="cellCenter"><span style="cursor:pointer;color:#0000ff;text-decoration: underline" onclick="getAssignments('181786','06/12/2015');">4</span></td>
</tr>
</tbody></table>
</td>
<td>
<table class="list" style="border: solid 1pt #EEEEEE;">
<tbody><tr class="listheading">
<td colspan="6" class="cellCenter" style="padding: .25em .5em .25em .5em;">
<span>Bus</span>
<span style="margin-left: 30pt;">
</span>
<a target="_top" href="parents?module=home&amp;studentid=181786&amp;action=form&amp;busview=week" style="color:#EEEEEE">Week</a> /
<a target="_top" href="parents?module=home&amp;studentid=181786&amp;action=form&amp;busview=day" style="color:#FFFFFF;font-weight:bold;text-decoration:underline">Day</a>
<span style="margin-left: 30pt;">
<input type="button" value="<" class="saveButtonSmall" onclick="changeDay('wed', 181786);">
Thursday
<input type="button" value=">" class="saveButtonSmall" onclick="changeDay('fri', 181786);">
</span>
</td>
</tr>
<tr>
<td class="cellCenter cellSecondaryHeading"></td>
<td class="cellCenter cellSecondaryHeading">Route</td>
<td class="cellCenter cellSecondaryHeading">Time</td>
<td class="cellCenter cellSecondaryHeading">Bus #</td>
<td class="cellCenter cellSecondaryHeading" colspan="2">Pick Up / Drop Off</td>
</tr>
<tr class="listroweven">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">AM</td>
<td class="cellCenter">10 UM</td>
<td class="cellCenter">7:23AM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
<tr class="listrowodd">
<td class="cellSecondaryHeading cellCenter" style="width: 1px">PM</td>
<td class="cellCenter">10UM</td>
<td class="cellCenter">3:24PM</td>
<td class="cellCenter"></td>
<td class="cellCenter" colspan="2">BEDENS BROOK RD@ SEMINOLE</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td></tr></tbody></table>
<br>
</form>
<div style="display:none;">
<div id="dialog-dailyPickup-103450" title="Daily Pickup Release">
<form name="frmDailyPickup-103450" target="_top" method="post" action="parents?module=home&amp;studentid=103450&amp;action=saveDailyPickupRelease">
<input type="hidden" name="workStudentId" value="103450">
<table class="list" align="center">
<tbody><tr class="listrowodd">
<td class="cellRight">Today's Date:</td>
<td class="cellLeft"><span class="readOnlyField" name="fldDate-103450" id="fldDate-103450">06/11/2015</span></td></tr>
<tr class="listroweven">
<td class="cellRight">Student Name:</td>
<td class="cellLeft">Soboyejo, David Oluwole </td></tr>
<tr class="listrowodd">
<td class="cellRight">Teacher Name:</td>
<td class="cellLeft">Bartholomew, Tim</td></tr>
<tr class="listroweven">
<td class="cellRight">Grade Level:</td>
<td class="cellLeft">05</td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdult-103450">Authorized Adult:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdult-103450" id="fldAuthorizedAdult-103450" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listroweven">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdultPhone-103450">Authorized Adult Contact Telephone:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdultPhone-103450" id="fldAuthorizedAdultPhone-103450" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAcknowledgement-103450">I have reviewed all information in this form:</label></td>
<td class="cellLeft"><input type="checkbox" class="fieldlabel" name="fldAcknowledgement-103450" id="fldAcknowledgement-103450"></td></tr>
</tbody></table>
<p><i>*Releases cannot be created or changed after 12pm.</i></p>
</form>
</div>
</div>
<div style="display:none;">
<div id="dialog-dailyPickup-103449" title="Daily Pickup Release">
<form name="frmDailyPickup-103449" target="_top" method="post" action="parents?module=home&amp;studentid=103450&amp;action=saveDailyPickupRelease">
<input type="hidden" name="workStudentId" value="103449">
<table class="list" align="center">
<tbody><tr class="listrowodd">
<td class="cellRight">Today's Date:</td>
<td class="cellLeft"><span class="readOnlyField" name="fldDate-103449" id="fldDate-103449">06/11/2015</span></td></tr>
<tr class="listroweven">
<td class="cellRight">Student Name:</td>
<td class="cellLeft">Soboyejo, Emmanuel Ayodeji </td></tr>
<tr class="listrowodd">
<td class="cellRight">Teacher Name:</td>
<td class="cellLeft">Benz, Lisarenee</td></tr>
<tr class="listroweven">
<td class="cellRight">Grade Level:</td>
<td class="cellLeft">06</td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdult-103449">Authorized Adult:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdult-103449" id="fldAuthorizedAdult-103449" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listroweven">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdultPhone-103449">Authorized Adult Contact Telephone:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdultPhone-103449" id="fldAuthorizedAdultPhone-103449" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAcknowledgement-103449">I have reviewed all information in this form:</label></td>
<td class="cellLeft"><input type="checkbox" class="fieldlabel" name="fldAcknowledgement-103449" id="fldAcknowledgement-103449"></td></tr>
</tbody></table>
<p><i>*Releases cannot be created or changed after 12pm.</i></p>
</form>
</div>
</div>
<div style="display:none;">
<div id="dialog-dailyPickup-181786" title="Daily Pickup Release">
<form name="frmDailyPickup-181786" target="_top" method="post" action="parents?module=home&amp;studentid=103450&amp;action=saveDailyPickupRelease">
<input type="hidden" name="workStudentId" value="181786">
<table class="list" align="center">
<tbody><tr class="listrowodd">
<td class="cellRight">Today's Date:</td>
<td class="cellLeft"><span class="readOnlyField" name="fldDate-181786" id="fldDate-181786">06/11/2015</span></td></tr>
<tr class="listroweven">
<td class="cellRight">Student Name:</td>
<td class="cellLeft">Soboyejo, Peter Olurotimi </td></tr>
<tr class="listrowodd">
<td class="cellRight">Teacher Name:</td>
<td class="cellLeft">Woodworth, Jeffrey</td></tr>
<tr class="listroweven">
<td class="cellRight">Grade Level:</td>
<td class="cellLeft">08</td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdult-181786">Authorized Adult:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdult-181786" id="fldAuthorizedAdult-181786" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listroweven">
<td class="cellRight"><label class="fieldlabel" for="fldAuthorizedAdultPhone-181786">Authorized Adult Contact Telephone:</label></td>
<td class="cellLeft"><input type="text" class="fieldvalue" name="fldAuthorizedAdultPhone-181786" id="fldAuthorizedAdultPhone-181786" size="24" maxlength="255" onchange="this.className='fieldvaluechanged';" onclick="" onkeyup="" value=""></td></tr>
<tr class="listrowodd">
<td class="cellRight"><label class="fieldlabel" for="fldAcknowledgement-181786">I have reviewed all information in this form:</label></td>
<td class="cellLeft"><input type="checkbox" class="fieldlabel" name="fldAcknowledgement-181786" id="fldAcknowledgement-181786"></td></tr>
</tbody></table>
<p><i>*Releases cannot be created or changed after 12pm.</i></p>
</form>
</div>
</div>
<script type="text/javascript">
function toggleLanguage()
{
location.href = document.URL + '&toggleLanguage=true';
}
</script>
<table class="footer" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<a target="_top" href="javascript:toggleLanguage();">Cambiar el idioma a español</a>
</td>
<td style="text-align: right">
©Copyright Genesis Educational Services,Inc.
</td>
</tr>
</tbody></table>
</body><div></div></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment