include_once("../inc/inc_header.php"); // Standard Header include_once("../template.php"); // Page template // ob_start("template"); // Start Output Buffer ?>
|
| First Name: | |
| Last Name: | |
| Nickname: | |
| School / Company: | |
| Email Address: | |
| ementoring == "1"){ echo " checked";}?>> | Interested in eMentoring |
| gradcredits == "1"){ echo " checked";}?>> | Signing up for Grad Credits |
|
Program Information
Enter any relevent Program information below: |
|
| Program you are applying for: |
// Pull in permissions from group_member table
$permsql = db_exec_sql("SELECT g.name FROM groups g, group_member gm where g.id = gm.group_id and gm.user_id = ".$id,"webdb");
if ($perms = mysql_fetch_object($permsql)) {
do {
print $perms->name." "; } while ($perms = mysql_fetch_object($permsql)); } else { print "None Chosen"; } ?> |
| Previous LTI Programs: |
$grad = explode(",", $app->graduated_programs);
foreach ($grad as $gid) {
$grp_sql = db_exec_sql("select name from groups where id = ".$gid." and program = 'Year I'", "webdb");
if (mysql_num_rows($grp_sql)) {
$grp = mysql_fetch_object($grp_sql);
print $grp->name." "; } } ?> |
| Previous LTII Programs: |
foreach ($grad as $gid) {
$grp2_sql = db_exec_sql("select name from groups where id = ".$gid." and program = 'Year II'", "webdb");
if (mysql_num_rows($grp2_sql)) {
$grp2 = mysql_fetch_object($grp2_sql);
print $grp2->name." "; } } ?> |
|
Contact Information
|
|
| Home Address: | |
| Home Address (Cont.): | |
| City: | |
| State: | |
| Zipcode: | |
| Phone #: | |
| Cell #: | |
|
Employment
|
|
| School District (if applicable): | // Pull in the current list of districts $sql = 'select * from districts where id = '.$app->school_district; $dist_sql = db_exec_sql("select * from districts where id = ".$app->school_district, "webdb"); if (mysql_num_rows($dist_sql)){ $dist = mysql_fetch_object($dist_sql); print $dist->district; } ?> |
| Current School/Employer: | |
| School/Employer Website: | |
| Address: | |
| City: | |
| State: | |
| Zip: | |
| Phone #: | |
| Grade Level: | |
| Subject(s): | |
| Total # of Years Teaching: | |
|
Other Subjects Taught
|
|
| Subject: | |
| How many years: | |
| Subject: | |
| How many years: | |
|
Education
Please list education, training, and/or specialized programs. |
|
| School: | |
| Major/Degree: | |
| Dates: | |
| School: | |
| Major/Degree: | |
| Dates: | |
|
Application Questions
Please limit your response to no more than one (1) paragraph per question: |
|
| What special ways have you contributed to the school in which you teach? | |
| How would you like Leadership Teacher to help you in that effort? | |
| Please share some thoughts on how you might disseminate outcomes from participating in this program with your school or school district. | |
|
Tuition
switch ($prog) { case 1 : ?> School District Cost: $700 for 1 teacher; $600 for 2 teachers; $500 for 3 or more teachers. break; case 2 : ?> School District Cost: $300/teacher; $275 for two or more teachers. break; case 3 : ?> School District Cost: $300/teacher; $275 for 2 or more teachers. break; case 4 : ?> School District Cost: $250/teacher. break; } ?> |
|
|
Principal/Assistant Superintendent/Superintendent Confirmation
This application requires confirmation from either your school's Principal or your school's Assistant Superintendent or Superintendent. Please provide their email addresses below so that we can send them a copy of this application for their approval. |
|
| Principal's Name: | |
| Principal's Email Address: | |
| Asst Superintendent's Name: | |
| Asst Superintendent's Email Address: | |
| Superintendent's Name: | |
| Superintendent's Email Address: | |