Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Jones committed Jun 23, 2014
0 parents commit ddfccd7
Show file tree
Hide file tree
Showing 47 changed files with 580 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
1. In order to use page fragments on a page, you must have an insertion point. This plugin uses a page fragment on a
wildcard that doesn't include an insertion point on that page. To install this plugin, a custom insertion point
must be created. Open the file web_root/wildcards/title_student_end_css.txt
and add the following HTML code to the end of the first line:

<div class="cust-title-student">~[cust.insertion_point:content.alert]</div>

2. If you do not have the SAMS Profile For PowerTeacher plugin installed, you may ignore or delete the file
/web_root/teachers/studentpages/profile.iepalert.content.footer.txt.
1 change: 1 addition & 0 deletions contributors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nathan Jones
11 changes: 11 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://plugin.powerschool.pearson.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
description="A custom alert for students with an IEP"
name="IEP Alert"
version="1.0"
xsi:schemaLocation="http://plugin.powerschool.pearson.com plugin.xsd">
<publisher name="Iron County School District Data Team">
<contact email="data@ironmail.org"/>
</publisher>
</plugin>
2 changes: 2 additions & 0 deletions web_root/admin/alerts/iepalert.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

~[wc:alert-content]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
14 changes: 14 additions & 0 deletions web_root/admin/students/more2.iepalert.leftnav.footer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<script type="text/template" id="special-services-template">
<a href="studentpages/SpecialServices.html?frn=~(studentfrn)">Special Services</a>
<br />
</script>

<script>
$j(function() {
var template = $j($j('#special-services-template').html());

// Select the link right after where IEP Alerts will be inserted.
var select = $j('a:contains(Student Email)');
template.insertBefore(select);
});
</script>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
183 changes: 183 additions & 0 deletions web_root/admin/students/studentpages/SpecialServices.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html>
<head>
<title>Special Services</title>
~[wc:commonscripts]
<link href="/images/css/screen.css" rel="stylesheet" media="screen">
<link href="/images/css/print.css" rel="stylesheet" media="print">

<script>
$j(document).ready(function () {
// Select all trs that contain an input OR headerSelect tag.
var inputTableRows = $j('tr').has('input,select,textarea');
inputTableRows.filter(':even').addClass('oddRow');
inputTableRows.filter(':odd').addClass('evenRow');
});

</script>

</head>

<body>

<form action="/admin/changesrecorded.white.html" method="POST">

~[wc:admin_header_frame_css]<a href="/admin/home.html" target="_top">Start Page</a> &gt; <a
href="SpecialServices.html?selectstudent=nosearch" target="_top">Student Selection</a> &gt; Special Services
~[wc:admin_navigation_frame_css]
~[wc:title_student_begin_css]Special Services~[wc:title_student_end_css]
<br/>

<div class="box-round">

<table border="0" cellspacing="0" cellpadding="4" id="specser1">

<tr class="bold" style="background-color: #EDF3FE">
<td width="298px">General Information</td>
<td width="450px"></td>
</tr>

<tr class="bold">
<td>Caseload Manager:</td>
<td><input type="text" name="[Students.U_Sped]caseload" size="20" value=""/></td>
</tr>

<tr class="bold">
<td>Disability:</td>
<td align="left">
<select name="[Students.U_Sped]disability">
<option value=""></option>
<option value="Autism">Autism</option>
<option value="Deaf/Blindness">Deaf/Blindness</option>
<option value="Deafness">Deafness</option>
<option value="Developmental Delay">Developmental Delay</option>
<option value="Hearing Impairment">Hearing Impairment</option>
<option value="Intellectually Disabled">Intellectually Disabled</option>
<option value="Multiple Disabilities">Multiple Disabilities</option>
<option value="Orthopedic Impairment">Orthopedic Impairment</option>
<option value="Other Health Impairment">Other Health Impairment</option>
<option value="Serious Emotionally Disturbed">Serious Emotionally Disturbed</option>
<option value="Specific Learning Disability">Specific Learning Disability</option>
<option value="Speech/Language Impairment">Speech/Language Impairment</option>
<option value="Traumatic Brain Injury">Traumatic Brain Injury</option>
<option value="Visual Impairment">Visual Impairment</option>
<option value="504">504</option>
</select>
</td>
</tr>

<tr class="bold">
<td>Behavioral Plan:</td>
<td><input type="checkbox" name="[Students.U_Sped]behavior_plan" value="">Yes</input></td>
</tr>

<tr class="bold" style="background-color: #EDF3FE">
<td>Classroom Adaptations (Assume none if left unchecked.)</td>
<td></td>
</tr>

<tr class="bold">
<td>Highlight text:</td>
<td><input type="checkbox" name="[Students.U_Sped]highlight_text" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Provide paper notes for the student:</td>
<td><input type="checkbox" name="[Students.U_Sped]provide_paper_notes" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Resource room available for assistance:</td>
<td><input type="checkbox" name="[Students.U_Sped]resource_room" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Give extended time limits for oral responses:</td>
<td><input type="checkbox" name="[Students.U_Sped]extended_time_oral" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Extended time limit for testing (minutes):</td>
<td>
<select name="[Students.U_Sped]extended_time_limit_testing">
<option value=""></option>
<option value="15">15</option>
<option value="30">30</option>
<option value="45">45</option>
<option value="60">60</option>
</select>
</td>
</tr>

<tr class="bold">
<td>Extended time limit for assignments (days):</td>
<td>
<select name="[Students.U_Sped]extended_time_limit_asmt">
<option value=""></option>
<option value="15">1</option>
<option value="30">2</option>
<option value="45">5</option>
<option value="60">7</option>
<option value="60">10</option>
</select>
</td>
</tr>

<tr class="bold">
<td>Use of calculator and/or math fact sheet:</td>
<td><input type="checkbox" name="[Students.U_Sped]use_calculator" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Read assignments/tests orally:</td>
<td><input type="checkbox" name="[Students.U_Sped]read_orally" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Essays done orally or with limited writing:</td>
<td><input type="checkbox" name="[Students.U_Sped]essays_oral_limit_writing" value="">Yes</input>
</td>
</tr>

<tr class="bold">
<td>Reduce length of exam:</td>
<td><input type="checkbox" name="[Students.U_Sped]reduce_exam_length" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Don't check spelling unless specifically stated:</td>
<td><input type="checkbox" name="[Students.U_Sped]dont_check_spelling" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Books on tape (if available):</td>
<td><input type="checkbox" name="[Students.U_Sped]books_on_tape" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Minimize written work:</td>
<td><input type="checkbox" name="[Students.U_Sped]minimize_work" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Oral presentations may be given to teacher or in a small group setting:</td>
<td><input type="checkbox" name="[Students.U_Sped]oral_presentation" value="">Yes</input></td>
</tr>

<tr class="bold">
<td>Additional Classroom Adaptations:</td>
<td rowspan="5"><textarea name="[Students.U_Sped]additional_adaptions" value="" rows="8"
cols="50"></textarea></td>
</tr>
</table>
<input type="hidden" name="ac" value="prim">
<div class="button-row">~[submitbutton]</div>
</div>
<br/>
~[wc:admin_footer_css]

</form>

</body>

</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Binary file added web_root/images/icon-i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web_root/teachers/alerts/iepalert.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert-content]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!--NoLink-->
~[wc:alert]
Loading

0 comments on commit ddfccd7

Please sign in to comment.