$v){ if (!isset($GLOBALS[$k])){ ${$k}=$v; } } } if (Trim($id) == "") { $id = "login_screen"; } function connect_to_db () { // Connecting, selecting database global $dbUser, $dbPass, $dbName; include('/var/www/nonssl/washburn/www/closed/faculty/online-syllabi/db.inc.php'); $link = mysql_connect('psqldb.washburn.edu', "$dbUser", "$dbPass"); mysql_select_db($dbName); // username password same as progserv *** } // *** end of connect_to_db function *** if ($id == "login_screen") { if ($submit) { if (!$instructor_id) { $error="You did not enter a login name"; } else { $strng = strtolower($instructor_id); connect_to_db(); $sql="SELECT * FROM Instructor_ID WHERE instructor_id='$strng' AND passwd='$passwd'"; $result = mysql_query($sql) or die("Query Failed"); $num = mysql_num_rows($result); if ($num == 0) { $error="Invalid login, $strng or password, $passwd. Please try again.
If you have trouble logging in please contact Terri Slater at xt 2302
"; } else { setcookie("washburn_login","",time() - 3600, "/"); setcookie("washburn_login",$strng,time() + 360000, "/"); ?> <? echo $strng ?> Main Menu

 

 

\n\"Online\n"; echo "\n

You are logged in as $strng.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; if (!$washburn_login) { $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$strng\""; $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$strng\""; } else { $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; } $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s Sullabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
       http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of if else statement } // end of !$instructor_id else statment } // end of $submit if statement if (!$submit || $error) { setcookie("washburn_login","",time() - 3600, "/"); ?> Online Syllabi - Enter Login and Password Form

 

 

Online Syllabus Creation Tool

Online Syllabus Image

Enter your login and password.
Login names can be no longer than 20 characters with no spaces.
Passwords can be no longer than 10 characters.

Login: Password:
 

If you do not have a login create an account now.
Change your password.

<? echo $strng ?> Main Menu Login, $strng, created.

"; echo "\n"; echo "\n\n
\n\"Online\n

You are logged in as $strng.
Please select one of the options listed.

\n
\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; if (!$washburn_login) { $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$strng\""; $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$strng\""; } else { $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; } $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
       http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of num == 0 if statement else { $error="Login, $instructor_id, is already being used. Please choose another login name."; $instructor_id=""; } // end of else statement for if num == 0 } // end of else portion of the !instructor_id } // end of submit statement ?> Online Syllabi - Create Login and Password Form

 

Create A Login and Password

Online Syllbus Image

Enter a login and password.
Login names can be no longer than 20 characters with no spaces.
Passwords can be no longer than 10 characters.

Login: Password:
If you feel this is in error, please contact Terri Slater or call extension 2302."; elseif ($passwd != $row['passwd']) $error="The password entered, $passwd, is not correct. Please try again."; else { ?> Online Syllabi - Change Password Form

 

Change the password

Online Syllabus Image

Enter a new password for .
Passwords can be no longer than 10 characters.

Password:
 
Online Syllabi - Change Password Form

 

Change Current Password

Online Syllabus Image

Enter your current login and password.
Passwords can be no longer than 10 characters.

Login: Password:
 
Online Syllabi - Change Password Form

 

Change the password

Online Syllabus Image

Enter a new password for .
Passwords can be no longer than 10 characters.

Password:
 
<? echo $instructor_id; ?> Main Menu Password Changed

"; echo "\n"; echo "\n\n
\n\"Online\n

You are logged in as $instructor_id.
Please select one of the options listed.

\n
\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$instructor_id\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$instructor_id\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } //end of else statement for if !password } // end of if id == change_password2 if ($id == "add") { if ($submit) { // process form if (!$course_name_gen) $error="You did not enter the Course Name. This field is required.\n"; elseif (!$course_code_gen) $error="You did not enter the Course Code. This field is required.\n"; else { // take out blank space from the course_code and uppercase $search = array ("'[\s]+'"); $replace = array(""); $a_code = preg_replace ($search, $replace, $course_code_gen); $code = strtoupper($a_code); connect_to_db (); $sql="SELECT instructor_id_gen, course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\" AND course_code_gen = \"$code\""; $result = mysql_query($sql); $num = mysql_num_rows($result); if ($num != 0) { $sql = "DELETE FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\" AND course_code_gen = \"$code\""; $result = mysql_query($sql); } // end of num == 0 if statement $sql = "INSERT INTO online_syllabus_gen (instructor_id_gen, course_name_gen, course_code_gen, description_gen, prereqs_gen, goals_gen, gen_ed_gen, policies_gen, policies_other_gen, book1_title_gen, book1_author_gen, book1_publisher_gen, book1_edition_year_gen, book1_isbn_gen, book1_other_gen, book1_required_gen, book2_title_gen, book2_author_gen, book2_publisher_gen, book2_edition_year_gen, book2_isbn_gen, book2_other_gen, book2_required_gen, book3_title_gen, book3_author_gen, book3_publisher_gen, book3_edition_year_gen, book3_isbn_gen, book3_other_gen, book3_required_gen, book4_title_gen, book4_author_gen, book4_publisher_gen, book4_edition_year_gen, book4_isbn_gen, book4_other_gen, book4_required_gen, book5_title_gen, book5_author_gen, book5_publisher_gen, book5_edition_year_gen, book5_isbn_gen, book5_other_gen, book5_required_gen, site_name1_gen, link1_gen, site_name2_gen, link2_gen, site_name3_gen, link3_gen, course_require_gen, require_other_gen) VALUES ('$washburn_login', '$course_name_gen', '$code', '$description_gen', '$prereqs_gen', '$goals_gen', '$gen_ed_gen', '$policies_gen', '$policies_other_gen', '$book1_title_gen', '$book1_author_gen', '$book1_publisher_gen', '$book1_edition_year_gen', '$book1_isbn_gen', '$book1_other_gen', '$book1_required_gen', '$book2_title_gen', '$book2_author_gen', '$book2_publisher_gen', '$book2_edition_year_gen', '$book2_isbn_gen', '$book2_other_gen', '$book2_required_gen', '$book3_title_gen', '$book3_author_gen', '$book3_publisher_gen', '$book3_edition_year_gen', '$book3_isbn_gen', '$book3_other_gen', '$book3_required_gen', '$book4_title_gen', '$book4_author_gen', '$book4_publisher_gen', '$book4_edition_year_gen', '$book4_isbn_gen', '$book4_other_gen', '$book4_required_gen', '$book5_title_gen', '$book5_author_gen', '$book5_publisher_gen', '$book5_edition_year_gen', '$book5_isbn_gen', '$book5_other_gen', '$book5_required_gen', '$site_name1_gen', '$link1_gen', '$site_name2_gen', '$link2_gen', '$site_name3_gen', '$link3_gen', '$course_require_gen', '$require_other_gen')"; $result = mysql_query($sql) or die("Insert Failed"); ?> <? echo $code; ?> Course Information Added

Generic Information for has been added to 's courses.


Washburn Online Syllabus  Image

You are logged in as

Please Enter Specific Course Information Below
For Your Section(s)

Specific Course Infomation For Section

Course Reference #
Required Field (Ex. 3238)
Link to class schedules to lookup reference number. (Pop-up in new window)
Course Section For

(Ex. EA)
Online Course. If checked, please skip Course Times, Location and Meeting Days.
Semester and Year OR may use Start and End Dates for off semester courses
Course Start Date Month Day Year
Course End Date Month Day Year
Course Time
(Ex. 6:45)
AM PM - AM PM
Course Location
(Ex. MO176)
Meeting Days Sunday "; else echo "Sunday "; $temp=${"meet_day2$index"}; if ($temp == "M") echo "Monday "; else echo "Monday "; $temp=${"meet_day3$index"}; if ($temp == "T") echo "Tuesday "; else echo "Tuesday "; $temp=${"meet_day4$index"}; if ($temp == "W") echo "Wednesday
"; else echo "Wednesday
"; $temp=${"meet_day5$index"}; if ($temp == "R") echo "Thursday "; else echo "Thursday "; $temp=${"meet_day6$index"}; if ($temp == "F") echo "Friday "; else echo "Friday "; $temp=${"meet_day7$index"}; if ($temp == "S") echo "Saturday "; else echo "Saturday "; ?>
Class Schedule,
Assignments - Link to Academic Calendar. (Pop-up in new window)


<?echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
       http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of else portion of if num_sections != 0 } // end of if next == adding statement if ($next == "editing") { ?> <?echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of if next == editing statement } // end of else statment of the data validation if statments } // end of if submit statement if (!$submit || $error) { ?> Add New Course Information Form $error\n"; ?> Return to Main Menu

 

Washburn Online Syllabus  Image

You are logged in as

Please Enter Generic Course Information Below

NOTE: CLASS, Disability Services, Academic Misconduct and Copyright information are added automatically.

Course Information

Course Name
Course Code
(Ex. AC224)
Do not enter the section at this time.
Course Description
Course Prerequisites

Course Goals

Course Goals
(Can include General Education skills taught by course)

General Education Assessments

General Education Assessments

Course Policy

Course Policy
(Can include Attendance Policy and Grading Policy, Assessment of General Education Skills, etc)
Other Policy Information

Course Textbook Information

Textbook 1

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 2

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 3

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 4

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 5

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Resource Material Web Links

Resource Material Web Links (Start URL with http://) Site Name 1 URL 1
Site Name 2 URL 2
Site Name 3 URL 3

Course Requirements

Course Requirements
(Can include number of exams, papers to write, clinical hours, etc)
Other Requirement
Information

How many sections of this course are you teaching?



 

Please enter numerals only.\n"; $error_found=1; break; } // end of ereg if statement $index++; } // end of while loop if ($error_found == 0) { $index=0; while ($index < $num_sections) { // process form // take out blank space from the course_code $search = array ("'[\s]+'"); $replace = array(""); $code = preg_replace ($search, $replace, $course_code_gen); // Make course_section_spec uppercase $temp=${"course_section_spec$index"}; $section = strtoupper($temp); connect_to_db (); $temp_ref=${"course_ref_num_spec$index"}; $sql="SELECT instructor_id_spec, course_code_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\" AND course_code_spec = \"$code\" AND course_ref_num_spec = \"$temp_ref\""; $result = mysql_query($sql); $num = mysql_num_rows($result); if ($num != 0) { $sql = "DELETE FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\" AND course_code_spec = \"$code\" AND course_ref_num_spec = \"$temp_ref\""; $result = mysql_query($sql); } // end of if num != 0 statement $temp_start_year=${"start_year$index"}; $temp_start_month=${"start_month$index"}; $temp_start_day=${"start_day$index"}; $temp_end_day=${"end_day$index"}; $temp_end_month=${"end_month$index"}; $temp_end_year=${"end_year$index"}; $temp_start_time=${"start_time_spec$index"}; $temp_start_am=${"start_am_pm_spec$index"}; $temp_end_time=${"end_time_spec$index"}; $temp_end_am=${"end_am_pm_spec$index"}; $temp_location=${"location_spec$index"}; $temp_meet_1=${"meet_day1$index"}; $temp_meet_2=${"meet_day2$index"}; $temp_meet_3=${"meet_day3$index"}; $temp_meet_4=${"meet_day4$index"}; $temp_meet_5=${"meet_day5$index"}; $temp_meet_6=${"meet_day6$index"}; $temp_meet_7=${"meet_day7$index"}; $temp_online=${"online_spec$index"}; $temp_schedule=${"schedule_spec$index"}; $temp_sem=${"semester_spec$index"}; $temp_sem_year=${"sem_year_spec$index"}; $sql = "INSERT INTO online_syllabi_spec (instructor_id_spec, course_ref_num_spec, course_code_spec, course_section_spec, semester_spec, sem_year_spec, start_date_spec, end_date_spec, start_time_spec, start_am_pm_spec, end_time_spec, end_am_pm_spec, location_spec, meet_days_spec, online_spec, schedule_spec) VALUES ('$washburn_login', '$temp_ref', '$code', '$section', '$temp_sem', '$temp_sem_year', '$temp_start_year-$temp_start_month-$temp_start_day', '$temp_end_year-$temp_end_month-$temp_end_day', '$temp_start_time', '$temp_start_am', '$temp_end_time', '$temp_end_am', '$temp_location', '$temp_meet_1$temp_meet_2$temp_meet_3$temp_meet_4$temp_meet_5$temp_meet_6$temp_meet_7', '$temp_online', '$temp_schedule')"; $result = mysql_query($sql); // or die("Insert Failed"); if ($index+1 == $num_sections || $num_sections == 1) { ?> <? echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of if index == num_sections if statement $index++; } // end of while index loop } // end of if error_found == 0 statement } // end of if submit statment if (!$submit || $error) { ?> <? echo $course_code_gen; ?> Specific Course Information $error\n"; ?>
Washburn Online Syllabus  Image

Please Enter the Specific Course Information For Below

\n"; else echo "\" value=\"P\"> PM \n"; ?>

Specific Course Infomation For Section

Course Reference #
Required Field (Ex. 3238)
Course Section For

(Ex. EA)
Online Course. If checked, please skip Course Times, Location and Meeting Days.
Course Start Date Month Day Year
Course End Date Month Day Year
Course Time
(Ex. 6:45)
AM\n"; else echo " AM\n"; if ($temp == "P") echo " PM -\n"; else echo " PM -\n"; $temp=${"end_time_spec$index"}; ?> AM\n"; else echo " AM\n"; if ($temp == "P") echo "\" value=\"P\" checked> PM
Course Location
(Ex. MO176)
Meeting Days Sunday "; else echo "Sunday "; $temp=${"meet_day2$index"}; if ($temp == "M") echo "Monday "; else echo "Monday "; $temp=${"meet_day3$index"}; if ($temp == "T") echo "Tuesday "; else echo "Tuesday "; $temp=${"meet_day4$index"}; if ($temp == "W") echo "Wednesday
"; else echo "Wednesday
"; $temp=${"meet_day5$index"}; if ($temp == "R") echo "Thursday "; else echo "Thursday "; $temp=${"meet_day6$index"}; if ($temp == "F") echo "Friday "; else echo "Friday "; $temp=${"meet_day7$index"}; if ($temp == "S") echo "Saturday "; else echo "Saturday "; ?>
Class Schedule,
Assignments


<? echo $strng ?> Main Menu

 

 

\n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of else portion of data validation if statement } // end of if submit statement if (!$submit || $error) { // If instructor info in database already, populate the form connect_to_db (); $sql = "SELECT * FROM Instructor_Info WHERE instructor_id = \"$washburn_login\""; $result = mysql_query($sql); $num = mysql_num_rows($result); if ($num != 0) { while ($row = mysql_fetch_array($result)) { $instructor_name=$row["instructor_name"]; $instructor_email=$row["instructor_email"]; $office_location=$row["office_location"]; $office_hours=$row["office_hours"]; $instructor_phone=$row["instructor_phone"]; $instructor_bio=$row["instructor_bio"]; $teach_assist1=$row["teach_assist1"]; $teach_assist2=$row["teach_assist2"]; $teach_assist3=$row["teach_assist3"]; $home_url=$row["home_url"]; } // end of while loop } // end if num != 0 statement ?> Instructor Information Form

Return to Main Menu

 

Washburn Online Syllabus  Image

You are logged in as

Please Enter Your Instructor Information Below

Instructor Information

Instructor Name
Instructor E-mail
Office Location
Office Hours
Instructor Phone
Instructor Biography
Teaching Assistant
Teaching Assistant
Teaching Assistant
Home Page URL
(Start with http://)


<?echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "

Edit Generic Information

\n"; echo "$course_code_gen\n"; ?>


Edit Specific Course Information\n"; while ($row = mysql_fetch_array($result)) { printf("\nEdit %s %s
\n", $course_code_gen, $row["course_ref_num_spec"], $course_code_gen, $row["course_section_spec"]); } // end of while loop echo "
Delete One or All Sections For $course_code_gen\n"; } // end of num !=0 if statement echo "
Add A New Section For $course_code_gen\n"; echo "

Delete Entire Course $course_code_gen - NOTE: This entire course will be deleted and the information no longer accessible."; echo "


Return to $washburn_login Main Menu\n"; } // end of id == edit if statement if ($id == "edit_gen") { connect_to_db (); $sql = "SELECT * FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\" AND course_code_gen = \"$course_code_gen\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { $course_name_gen=$row["course_name_gen"]; $course_code_gen=$row["course_code_gen"]; $description_gen=$row["description_gen"]; $prereqs_gen=$row["prereqs_gen"]; $goals_gen=$row["goals_gen"]; $gen_ed_gen=$row["gen_ed_gen"]; $policies_gen=$row["policies_gen"]; $policies_other_gen=$row["policies_other_gen"]; $book1_title_gen=$row["book1_title_gen"]; $book1_author_gen=$row["book1_author_gen"]; $book1_publisher_gen=$row["book1_publisher_gen"]; $book1_edition_year_gen=$row["book1_edition_year_gen"]; $book1_isbn_gen=$row["book1_isbn_gen"]; $book1_other_gen=$row["book1_other_gen"]; $book1_required_gen=$row["book1_required_gen"]; $book2_title_gen=$row["book2_title_gen"]; $book2_author_gen=$row["book2_author_gen"]; $book2_publisher_gen=$row["book2_publisher_gen"]; $book2_edition_year_gen=$row["book2_edition_year_gen"]; $book2_isbn_gen=$row["book2_isbn_gen"]; $book2_required_gen=$row["book2_required_gen"]; $book2_other_gen=$row["book2_other_gen"]; $book3_title_gen=$row["book3_title_gen"]; $book3_author_gen=$row["book3_author_gen"]; $book3_publisher_gen=$row["book3_publisher_gen"]; $book3_edition_year_gen=$row["book3_edition_year_gen"]; $book3_isbn_gen=$row["book3_isbn_gen"]; $book3_other_gen=$row["book3_other_gen"]; $book3_required_gen=$row["book3_required_gen"]; $book4_title_gen=$row["book4_title_gen"]; $book4_author_gen=$row["book4_author_gen"]; $book4_publisher_gen=$row["book4_publisher_gen"]; $book4_edition_year_gen=$row["book4_edition_year_gen"]; $book4_isbn_gen=$row["book4_isbn_gen"]; $book4_other_gen=$row["book4_other_gen"]; $book4_required_gen=$row["book4_required_gen"]; $book5_title_gen=$row["book5_title_gen"]; $book5_author_gen=$row["book5_author_gen"]; $book5_publisher_gen=$row["book5_publisher_gen"]; $book5_edition_year_gen=$row["book5_edition_year_gen"]; $book5_isbn_gen=$row["book5_isbn_gen"]; $book5_other_gen=$row["book5_other_gen"]; $book5_required_gen=$row["book5_required_gen"]; $site_name1_gen=$row["site_name1_gen"]; $site_name2_gen=$row["site_name2_gen"]; $site_name3_gen=$row["site_name3_gen"]; $link1_gen=$row["link1_gen"]; $link2_gen=$row["link2_gen"]; $link3_gen=$row["link3_gen"]; $course_require_gen=$row["course_require_gen"]; $require_other_gen=$row["require_other_gen"]; } // end of while loop ?> Add New Course Information Form Return to Main Menu
Washburn Online Syllabus  Image

You are logged in as

Please Enter Generic Course Information Below

NOTE: CLASS, Disability Services, Academic Misconduct and Copyright information are added automatically.

Course Information

Course Name
Course Code
(Ex. AC224)
Do not enter the section at this time.
Course Description
Course Prerequisites

Course Goals

Course Goals
(Can include General Education skills taught by course, etc)

General Education Assessments

General Education Assessments

Course Policy

Course Policy
(Can include Attendance Policy and Grading Policy, Assessment of General Education skills, etc)
Other Policy Information

Course Textbook Information

Textbook 1

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 2

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 3

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 4

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Textbook 5

Book Title
Book Author
Book Publisher
Book Edition/Year
Book ISBN
Book Status \n"; else echo "\n"; ?> Required Reading \n"; else echo "\n"; ?> Optional Reading
Other Information

Resource Materials Web Links

Resource Materials Web Links (Start with http://) Site Name 1 URL 1
Site Name 2 URL 2
Site Name 3 URL 3

Course Requirements

Course Requirements
(Can include number of exams, papers to write, clinical hours, etc)
Other Requirement
Information


 

Add New Course Section Form
Washburn Online Syllabus  Image

You are logged in as

Please Enter Specific Course Information Below

\n"; else echo " PM \n"; ?>

Specific Course Infomation For

Course Reference #
Required Field (Ex. 3238)
Link to class schedules to lookup reference number. (Pop-up in new window)
Course Section For

(Ex. EA)
"; else echo ""; ?> Online Course. If checked, please skip Course Times, Location and Meeting Days.
Semester and Year OR may use Start and End Dates for off semester courses
Course Start Date Month Day Year
Course End Date Month Day Year
Course Time
(Ex. 6:45)
"> AM\n"; else echo " AM\n"; if ($start_am_pm_spec == "P") echo " PM - \n"; else echo " PM - \n"; ?> "> AM \n"; else echo " AM \n"; if ($end_am_pm_spec == "P") echo " PM
Course Location
(Ex. MO176)
Meeting Days Sunday "; else echo "Sunday "; if (strstr($meet_days_spec, 'M')) echo "Monday "; else echo "Monday "; if (strstr($meet_days_spec, 'T')) echo "Tuesday "; else echo "Tuesday "; if (strstr($meet_days_spec, 'W')) echo "Wednesday
"; else echo "Wednesday
"; if (strstr($meet_days_spec, 'R')) echo "Thursday "; else echo "Thursday "; if (strstr($meet_days_spec, 'F')) echo "Friday "; else echo "Friday "; if (strstr($meet_days_spec, 'S')) echo "Saturday "; else echo "Saturday "; ?>
Class Schedule,
Assignments - Link to Academic Calendar. (Pop-up in new window)


<? echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of else statement from data validation if statement } // end of if submit statment if (!$submit || $error) { ?> <? echo $course_code_spec; ?> Specific Course Information $error\n"; ?> Return to Main Menu
Washburn Online Syllabus  Image

You are logged in as

Please Enter Specific Course Information Below

\n"; else echo " PM \n"; ?>

Specific Course Infomation For

Course Reference #
Required Field (Ex. 3238)
Course Section For

(Ex. EA)
Online Course. If checked please skip Course Times, Location and Meeting Days.
Semester and Year OR may use Start and End Dates for off semester courses
Course Start Date Month Day Year
Course End Date Month Day Year
Course Time
(Ex. 6:45)
AM\n"; else echo " AM\n"; if ($start_am_pm_spec == "P") echo " PM - \n"; else echo " PM - \n"; ?> AM \n"; else echo " AM \n"; if ($end_am_pm_spec == "P") echo " PM
Course Location
(Ex. MO176)
Meeting Days Sunday "; else echo "Sunday "; if ($meet_day2 == "M") echo "Monday "; else echo "Monday "; if ($meet_day3 == "T") echo "Tuesday "; else echo "Tuesday "; if ($meet_day4 == "W") echo "Wednesday
"; else echo "Wednesday
"; if ($meet_day5 == "R") echo "Thursday "; else echo "Thursday "; if ($meet_day6 == "F") echo "Friday "; else echo "Friday "; if ($meet_day7 == "S") echo "Saturday "; else echo "Saturday "; ?>
Class Schedule,
Assignments


<? echo $washburn_login; ?> Section Delete "; echo "\n"; echo "\n"; echo "\n\n
\n\"Online\n

You are logged in as $washburn_login.
Please click on the sections you want to delete for $course_code_spec.

\n
\n"; echo "
NOTE: This information WILL be deleted from the database and NO LONGER accessable.\n"; echo "\n"; echo "
\n"; $index = 0; while ($row = mysql_fetch_array($result)) { if (!$row["course_section_spec"]) printf("Delete Section
\n", $index, $row["course_ref_num_spec"]); else printf("Section %s
\n", $index, $row["course_ref_num_spec"], $row["course_section_spec"]); $index++; } // end of while loop echo "
\n"; echo "\n"; echo "\n"; echo "
\n"; echo "
Return to Main Menu"; } // end of id == delete_list if statement if($id == "delete") { // deletes the sections out of the database connect_to_db (); $index = 0; while ($index < $num_sections) { $temp_ref = ${"which_ref$index"}; $sql = "DELETE FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\" AND course_code_spec = \"$course_code_spec\" AND course_ref_num_spec =\"$temp_ref\""; $result = mysql_query($sql); $index++; } // end of while loop ?> <?echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

$washburn_login, Section(s) Deleted. Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of id == delete if statement if($id == "menu_list") { connect_to_db (); ?> <? echo $washburn_login; ?> Main Menu \n\"Online\n"; echo "\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n\n\n\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of if id == menu_list if ($id == "delete_course") { // this deletes the entire course information both generic and specific connect_to_db(); $sql = "DELETE FROM online_syllabus_gen WHERE instructor_id_gen = \"$instructor_id\" AND course_code_gen = \"$course_code_gen\""; $sql2 = "DELETE FROM online_syllabi_spec WHERE instructor_id_spec = \"$instructor_id\" AND course_code_spec = \"$course_code_gen\""; $result = mysql_query($sql); $result2 = mysql_query($sql2); connect_to_db (); // put up main menu after deleting course ?> <? echo $washburn_login; ?> Main Menu $course_code_gen has been deleted for $instructor_id"; echo "\n"; echo "\n\n
\n\"Online\n

You are logged in as $washburn_login.
Please select one of the options listed.

\n
\n"; echo "
Create/change instructor profile\n"; echo "
Create syllabus for a new course
\n"; $sql = "SELECT course_code_gen FROM online_syllabus_gen WHERE instructor_id_gen = \"$washburn_login\""; $result = mysql_query($sql) or die("Query Failed"); while ($row = mysql_fetch_array($result)) { printf("\n
Edit %s syllabus\n", $row["course_code_gen"], $row["course_code_gen"]); } // end of mysql_fetch array while loop $sql2 = "SELECT course_code_spec, course_ref_num_spec, instructor_id_spec, course_section_spec FROM online_syllabi_spec WHERE instructor_id_spec = \"$washburn_login\""; $result2 = mysql_query($sql2); $first_time = 0; while ($row2 = mysql_fetch_array($result2)) { if ($first_time == 0) { printf("\n

 

View online syllabi for %s

\n", $row2["instructor_id_spec"]); $first_time = 1; } // end of if first_time == 0 statement printf("\n%s %s
      http://www.washburn.edu/faculty/online-syllabi/create_syllabi.php?instructor_id=%s&course_code=%s&ref_num=%s
\n", $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"], $row2["course_code_spec"], $row2["course_section_spec"], $row2["instructor_id_spec"], $row2["course_code_spec"], $row2["course_ref_num_spec"]); } // end of while loop } // end of id == delete_course if statement ?>