Created
August 3, 2015 01:06
-
-
Save dzt/cceeddb2a672b6e048df to your computer and use it in GitHub Desktop.
Grades Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> | |
<title>Parents at Montgomery Township School District</title> | |
<script type="text/javascript"> | |
var screenMessage = ''; | |
if (screenMessage.length > 0) | |
alert(screenMessage); | |
function highlightComment(schoolCode, commentCode) | |
{ | |
document.getElementById(schoolCode + ':' + commentCode).style.backgroundColor = '#ffff00'; | |
document.getElementById(schoolCode + ':' + commentCode + '-Desc').style.backgroundColor = '#ffff00'; | |
} | |
function gotoNewtab2(tab1) | |
{ | |
window.parent.location.href = '/genesis/parents?tab1=studentdata&tab2=grading&tab3=' + tab1 + '&studentid=181786&action=form'; | |
} | |
</script> | |
</head> | |
<body class="parentsBody"> | |
<script type="text/javascript"> | |
function changeStudent(newstudentid) | |
{ | |
location.href = document.URL.replace('181786',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.location.href='parents?tab1=messagecenter&tab2=messagecenter&studentid=181786&action=form';"> | |
<img src="/genesis/parents/images/buttons/house_blue.png" alt="" style="vertical-align: bottom"> | |
Message Center | |
</span> | |
<span class="headerModuleTabSelected" onclick="window.location.href='parents?tab1=studentdata&tab2=studentsummary&studentid=181786&action=form';"> | |
<img src="/genesis/parents/images/buttons/students_white.png" alt="" style="vertical-align: bottom"> | |
Student Data | |
</span> | |
<span class="headerModuleTab" onclick="window.location.href='parents?tab1=contacts&studentid=181786&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?tab1=setup&tab2=settings&studentid=181786&action=form';"> | |
<img src="/genesis/parents/images/buttons/settings_blue.png" alt="" style="vertical-align: bottom"> | |
Setup | |
</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> | |
| |
</div> | |
</div> | |
<div class="headerCategories"> | |
<div class="headerCategories" style="height:15px;"> </div> | |
<span class="headerCategoryTab" onclick="window.location.href='parents?tab1=studentdata&tab2=studentsummary&studentid=181786&action=form';">Summary</span> | |
<span class="headerCategoryTabSelected" onclick="window.location.href='parents?tab1=studentdata&tab2=grading&tab3=current&studentid=181786&action=form';">Grading</span> | |
<span class="headerCategoryTab" onclick="window.location.href='parents?tab1=studentdata&tab2=gradebook&tab3=weeklysummary&studentid=181786&action=form';">Gradebook</span> | |
<span class="headerCategoryTab" onclick="window.location.href='parents?tab1=studentdata&tab2=scheduling&tab3=scheduling&studentid=181786&action=form';">Scheduling</span> | |
<span class="headerCategoryTab" onclick="window.location.href='parents?tab1=studentdata&tab2=documents&studentid=181786&action=form';">Documents</span> | |
<span class="headerCategoryTab" onclick="window.location.href='parents?tab1=studentdata&tab2=letters&studentid=181786&action=form';">Letters</span> | |
</div> | |
<div class="headerStudentSelector"> | |
<div class="headerStudentSelector" style="height:11px;"> </div> | |
<table width="100%" cellpadding="0" cellspacing="0"> | |
<tbody><tr> | |
<td width="50%" style="font-size: 2.4em;font-weight: 300; margin-top: 8px;"> | |
Grading | |
</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">Soboyejo, David Oluwole </option> | |
<option value="103449">Soboyejo, Emmanuel Ayodeji </option> | |
<option value="181786" selected="">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&seal_type=a&seal_size=large&seal_color=blue&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> | |
<div class="studentTabBar"> | |
<span class="studentTabSelected" onclick="gotoNewtab2('current');">Current Grades</span> | |
<span class="studentTab" onclick="gotoNewtab2('history');">Grade History</span> | |
<span class="studentTab" onclick="gotoNewtab2('reportcards');">Available Report Cards</span> | |
</div> | |
<br> | |
<table class="notecard" style=""><tbody><tr><td class="notecardTitle"> </td></tr><tr><td> | |
<p class="sectionTitle"> | |
Soboyejo, Peter Olurotimi | |
</p> | |
<p style="text-align: center"> | |
<img src="/genesis/parents/images/buttons/blueAdobe.png" alt="" border="0"> | |
<a target="_blank" href="/genesis/parents?tab1=studentdata&tab2=grading&tab3=current&studentid=181786&action=print&reportValue=MP4_S&type=regular&schoolCode=UMS"> | |
Please click here to view the MP4 form for Peter in Upper Middle School. | |
</a> | |
<br> | |
</p> | |
<table class="list" cellpadding="1" cellspacing="1" style="margin:auto;"> | |
<tbody><tr class="listheading"> | |
<td class="cellLeft">Course</td> | |
<td class="cellLeft">Sem</td> | |
<td class="cellLeft">School</td> | |
<td class="cellLeft">Teacher</td> | |
<td class="cellLeft" title="Attempted Credits" style="cursor:help;">Att.</td> | |
<td class="cellLeft" title="Earned Credits" style="cursor:help;">Earned</td> | |
</tr> | |
<tr class="listroweven" height="25px"> | |
<td class="cellLeft">Language Arts 8</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Barra, Anthony | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr><tr class="listrowodd" height="25px"> | |
<td class="cellLeft">Algebra I Part 1</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Davis, Denita | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr><tr class="listroweven" height="25px"> | |
<td class="cellLeft">Science 8</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Ferrante, Kelly | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr><tr class="listrowodd" height="25px"> | |
<td class="cellLeft">Social Studies 8</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Lachenauer, Stefanie | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr><tr class="listroweven" height="25px"> | |
<td class="cellLeft">PE/H</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
PE Staff, UMS | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
</td> | |
</tr><tr class="listrowodd" height="25px"> | |
<td class="cellLeft">Health</td> | |
<td class="cellLeft">Q3</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Giunta, Victoria | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
0.125 | |
</td> | |
<td class="cellLeft"> | |
</td> | |
</tr><tr class="listroweven" height="25px"> | |
<td class="cellLeft">Chorus 8 (Full Year)</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Woodworth, Jeffrey | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr><tr class="listrowodd" height="25px"> | |
<td class="cellLeft">LA/Math Workshop 8</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Olah, Helen | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
0.50 | |
</td> | |
<td class="cellLeft"> | |
0.50 | |
</td> | |
</tr><tr class="listroweven" height="25px"> | |
<td class="cellLeft">Study Skills</td> | |
<td class="cellLeft">FY</td> | |
<td class="cellLeft" title="Upper Middle School" style="cursor:help;">UMS</td> | |
<td class="cellLeft"> | |
Olah, Helen | |
<br> | |
<b>Email:</b> | |
<a href="mailto:[email protected]">[email protected]</a> | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
<td class="cellLeft"> | |
1.00 | |
</td> | |
</tr></tbody></table> | |
</td></tr></tbody></table> | |
<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></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment