class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit 24cc8a8705c333a2c5576275f9546af4b61fe260
parent 327e007d9c6c8c94f3f2115b1b0d9f2e4a3bb19b
Author: Alexander Kulpin <alexanderkulpin@rocketmail.com>
Date:   Thu,  4 Apr 2019 12:15:22 -0400

Updated HTML

Updated with the correct HTML file

Diffstat:
Msrc/html/index.html | 895+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 881 insertions(+), 14 deletions(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -72,6 +72,12 @@ h3 margin-left: auto; margin-right: auto; } +h4 +{ + color: #57150B; + margin-left: auto; + margin-right: auto; +} .tablink { @@ -97,7 +103,7 @@ h3 color: #57150B; display: none; padding: 20px 20px; - height: 100%; + height: auto; } #Home {background-color: white;} @@ -118,16 +124,802 @@ h3 <!––The Home page––> <div id="Home" class="tabcontent"> <center> - <img src="static/img/Rowan_University_seal.svg.png" alt="Rowan University"> + <img src="img/Rowan_University_seal.svg.png" alt="Rowan University"> <h1>Rowan Curricular Proposal Management System</h1> </center> + + <h4>Sponsor: + <input type="text" name="cosponsor"><br> + </h4> + + <h4>Sponsor's Email Address: + <input type="text" name="cosponsor_email"><br> + </h4> + + <h4>Co-Sponsor: + <input type="text" name="cosponsor"><br> + </h4> + + <h4>Co-Sponsor's Email Address: + <input type="text" name="cosponsor_email"><br> + </h4> + + <h4>Effective Term Year: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="202040">202040 FALL 2020</option> + <option value="202020">202020 SPRING 2020</option> + <option value="201940">201940 FALL 2019</option> + <option value="201920">201920 SPRING 2019</option> + </select> + </h4> + + <h4>Proposing School/College: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="school_buisness">College of Buisness</option> + <option value="school_art">College of Com. & Creative Art</option> + <option value="school_education">College of Education</option> + <option value="school_engineering">College of Engineering</option> + <option value="school_humanity">College of Hum. & Soc. Sci.</option> + <option value="school_performing">College of Performing Arts</option> + <option value="school_math">College of Sci & Math</option> + <option value="school_honors">Honors College</option> + <option value="school_environment">School of Earth & Environment</option> + <option value="school_health">School of Health Professions</option> + </select> + </h4> + + <h4>Proposing Department: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="department_1">Accounting & Finance</option> + <option value="department_2">Art</option> + <option value="department_3">Biology</option> + <option value="department_4">Biomedical Engineering</option> + <option value="department_5">Chemical Engineering</option> + <option value="department_6">Chemistry & Biochemistry</option> + <option value="department_7">Civil & Environmental Eng.</option> + <option value="department_8">Communication Studies</option> + <option value="department_9">Computer Science</option> + <option value="department_10">Ed Services & Leadership</option> + <option value="department_11">Electrical & Computer Engin</option> + <option value="department_12">English</option> + <option value="department_13">Environmental Science</option> + <option value="department_14">Experiential Engineering Education</option> + <option value="department_15">Geography Pling & Sustainablty</option> + <option value="department_16">Geology</option> + <option value="department_17">Health & Exercise Science</option> + <option value="department_18">History</option> + <option value="department_19">Honors</option> + <option value="department_20">Interdiscipl. & Inclusive Edu</option> + <option value="department_21">Journalism</option> + <option value="department_22">Lang Lit & Sociocultural Edu</option> + <option value="department_23">Law/ Justice</option> + <option value="department_24">Management & Entrepreneurship</option> + <option value="department_25">Marketing & Buisness Info Sys</option> + <option value="department_26">Mathematics</option> + <option value="department_27">Mechanical Engineering</option> + <option value="department_28">Molecular & Cellular Biosci</option> + <option value="department_29">Music</option> + <option value="department_30">Nursing</option> + <option value="department_31">Philosophy-Religion</option> + <option value="department_32">Physics & Astronomy</option> + <option value="department_33">Political Science & Economics</option> + <option value="department_34">Psychology</option> + <option value="department_35">Public Relations-Advertising</option> + <option value="department_36">Radio/TV/Film</option> + <option value="department_37">Sci Tech Eng Art & Math = STEAM</option> + <option value="department_38">Sociology & Anthropology</option> + <option value="department_39">Theatre-Dance</option> + <option value="department_40">World Languages</option> + <option value="department_41">Writing Arts</option> + </select> + </h4> + + <h4>Curriculum Change Proposal Type: + <select onchange="fieldappear(this);"> + <option disabled selected value> -- select an option -- </option> + <option value="form_A">New Course</option> + <option value="form_B">Change to Existing Course</option> + <option value="form_C">New Degree/ Program</option> + <option value="form_D">Change to Existing Degree/ Program</option> + <option value="form_E">Accelerated Undergrad/ Grad Dual Degree Program</option> + <option value="form_F">Quasi Cerricular Proposal</option> + </select> + </h4> + + <a id="fadeableA" style="display: none;"> + + <br> + <h2>Course Information</h2> + + <h4>Course Subject: + <input type="text" name="course_subject"><br> + </h4> + + <h4>Credit Type: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="ct_fixed">Fixed</option> + <option value="ct_variable">Variable</option> + </select> + </h4> + + <h4>Grade Mode: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="gm_satisfactory">Satisfactory/Unsatisfactory</option> + <option value="gm_pass">Pass/No Credit</option> + <option value="gm_regular">Regular (A,B,C,etc.)</option> + </select> + </h4> + + <h4>Additional grade mode option/ include explenation: + <input type="text" name="additional_grade_mode"><br> + </h4> + + <h4>Course Number: + <input type="text" name="course_number"><br> + </h4> + + <h4>Student Credits: + <input type="text" name="student_credits"><br> + </h4> + + <h4>Faculty Credits: + <input type="text" name="faculty_credits"><br> + </h4> + + <h4>Course Title: + <input type="text" name="course_title"><br> + </h4> + + <h4>If student and faculty credits do not match please provide an explanation: + <input type="text" name="credit_explanation"><br> + </h4> + + <h4>Prerequisites (Include prefix(es) and title(s) unless there are none, then state NONE): + <input type="text" name="prerequisite"><br> + </h4> + + <h4>Co-Requisite(s): + <input type="text" name="corequisite"><br> + </h4> + + <h4> + <input type="checkbox" name="check1" value="rowan_core">Rowan Core<br> + </h4> + + <h4> + <input type="checkbox" name="check2" value="writing_intensive">Writing Intensive<br> + </h4> + + <h4>Course Description: + <input type="text" name="course_description"><br> + </h4> + + <h4> + <input type="checkbox" name="check3" value="writing_intensive">Could this be offered online or by Rowan Global now or in the future?<br> + </h4> + + <h4>Course Rationale: + <input type="text" name="course_rationale"><br> + </h4> + + <br> + <h2>Curricular Effect</h2> + + <h4>Elective/Required: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="elective">Elective</option> + <option value="required">Required</option> + </select> + </h4> + + <h4>Course Effect for Students: + <input type="text" name="course_effect_s"><br> + </h4> + + <h4>Course Effect on Other Courses: + <input type="text" name="course_effect_oc"><br> + </h4> + + <h4>Course Effect on Other Programs, Departments or Colleges: + <input type="text" name="course_effect_opdc"><br> + </h4> + + <br> + <h2>Essence of the Course</h2> + + <h4>Topical Outline/Content: + <input type="text" name="topical_oc"><br> + </h4> + + <h4>Evaluation of Students and Grading Procedure: + <input type="text" name="eosagp"><br> + </h4> + + <h4>Course Evaluation and Assessment: + <input type="text" name="ceaa"><br> + </h4> + + <br> + <h2>Resource Requirements</h2> + + <h4>Equipment Space Technology: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="est_sufficient">Current Resources are Sufficient</option> + <option value="est_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Staffing Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="sr_sufficient">Current Resources are Sufficient</option> + <option value="sr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Library Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="lr_sufficient">Current Resources are Sufficient</option> + <option value="lr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <br> + <h2>Results of Consultation</h2> + + <h4>Consultations Required: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="consultations_yes">Yes</option> + <option value="consultations_no">No</option> + </select> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide (Required)</h3> + <h3>-Library Resource Form (Required)</h3> + <h3>-Assessment (Required)</h3> + <h3>-Consultation Letters</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + + <a id="fadeableB" style="display: none;"> + + <br> + <h2>Course Information</h2> + + <h4>Course Subject: + <input type="text" name="course_subject"><br> + </h4> + + <h4>Course Number: + <input type="text" name="course_number"><br> + </h4> + + <h4>Course Title: + <input type="text" name="course_title"><br> + </h4> + + <br> + <h2>Curricular Effect</h2> + + <h4>Elective/Required: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="elective">Elective</option> + <option value="required">Required</option> + </select> + </h4> + + <h4>Course Effect for Students: + <input type="text" name="course_effect_s"><br> + </h4> + + <h4>Course Effect on Other Courses: + <input type="text" name="course_effect_oc"><br> + </h4> + + <h4>Course Effect on Other Programs, Departments or Colleges: + <input type="text" name="course_effect_opdc"><br> + </h4> + + <br> + <h2>Changes</h2> + + <h2>INSERT ADDING NEW COURSE CHANGE BOX WITH A FROM, TO, and EXPLENATION WHY</h2> + + <br> + <h2>Results of Consultations</h2> + + <h4>Consultations Required: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="consultations_yes">Yes</option> + <option value="consultations_no">No</option> + </select> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide (Required)</h3> + <h3>-Library Resource Form</h3> + <h3>-Consultation Letters</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + + <a id="fadeableC" style="display: none;"> + + <br> + <h2>Degree Program Information</h2> + + <h4>Degree Program Credentials: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="dpc_ba">B.A.</option> + <option value="dpc_bfa">B.F.A.</option> + <option value="dpc_bgs">B.G.S.</option> + <option value="dpc_bm">B.M.</option> + <option value="dpc_bs">B.S.</option> + <option value="dpc_bsn">B.S.N.</option> + <option value="dpc_cags">CAGS</option> + <option value="dpc_certif">Certif</option> + <option value="dpc_cogs">COGS</option> + <option value="dpc_cugs">CUGS</option> + <option value="dpc_edd">Ed.D.</option> + <option value="dpc_eds">Ed.S.</option> + <option value="dpc_gradcert">Grad. Cert.</option> + <option value="dpc_ma">M.A.</option> + <option value="dpc_mba">M.B.A.</option> + <option value="dpc_mem">M.E.M.</option> + <option value="dpc_med">M.Ed.</option> + <option value="dpc_mm">M.M.</option> + <option value="dpc_ms">M.S.</option> + <option value="dpc_msn">M.S.N.</option> + <option value="dpc_mst">M.S.T.</option> + <option value="dpc_phd">Ph.D.</option> + <option value="dpc_phdma">Ph.D. (including M.A.)</option> + <option value="dpc_phdms">Ph.D. (including M.S.)</option> + <option value="dpc_minor">Minor</option> + <option value="dpc_concentration">Concentration</option> + <option value="dpc_postbacc">Post-Bacc</option> + </select> + </h4> + + <h4>Degree Program Name: + <input type="text" name="degree_program_name"><br> + </h4> + + <h4>Date of BOT Academic Subcommittee Approval: + <input type="text" name="degree_program_name"><br> + </h4> + + <h4> + <input type="checkbox" name="check3" value="writing_intensive">Could this be offered online or by Rowan Global now or in the future?<br> + </h4> + + <h4>CIP Code Number: + <input type="text" name="cip_code_number"><br> + </h4> + + <h4>CIP Title: + <input type="text" name="cip_title"><br> + </h4> + + <h4>Scope and Size of Program: + <input type="text" name="saso_program"><br> + </h4> + + <h4>Related Curriculum Proposals Being Submitted Simultaneously: + <input type="text" name="rcpbss"><br> + </h4> + + <br> + <h2>Requirements for Admission & Graduation</h2> + + <h4>Admission: + <input type="text" name="admission"><br> + </h4> + + <h4>Graduation: + <input type="text" name="graduation"><br> + </h4> + + <h4>Student Status: + <input type="text" name="student_status"><br> + </h4> + + <br> + <h2>Rationale</h2> + + <h4>General Merit of Proposal: + <input type="text" name="merit_of_proposal"><br> + </h4> + + <h4>Relationship to Existing Programs of Offerings: + <input type="text" name="rtepoo"><br> + </h4> + + <br> + <h2>Program Description</h2> + + <h4>Administration: + <input type="text" name="administration"><br> + </h4> + + <h4>Program Evauation: + <input type="text" name="program_evaluation"><br> + </h4> + + <br> + <h2>Resource Requirements</h2> + + <h4>Equipment Space Technology: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="est_sufficient">Current Resources are Sufficient</option> + <option value="est_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Staffing Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="sr_sufficient">Current Resources are Sufficient</option> + <option value="sr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Library Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="lr_sufficient">Current Resources are Sufficient</option> + <option value="lr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <br> + <h2>Results of Consultations</h2> + + <h4>Consultations Requested: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="consultations_yes">Yes</option> + <option value="consultations_no">No</option> + </select> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide (Required)</h3> + <h3>-Library Resource Form (Required)</h3> + <h3>-Assessment (Required)</h3> + <h3>-Consultation Letters</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + + <a id="fadeableD" style="display: none;"> + + <br> + <h2>Degree Program Information</h2> + + <h4>Degree Program Credentials: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="dpc_ba">B.A.</option> + <option value="dpc_bfa">B.F.A.</option> + <option value="dpc_bgs">B.G.S.</option> + <option value="dpc_bm">B.M.</option> + <option value="dpc_bs">B.S.</option> + <option value="dpc_bsn">B.S.N.</option> + <option value="dpc_cags">CAGS</option> + <option value="dpc_certif">Certif</option> + <option value="dpc_cogs">COGS</option> + <option value="dpc_cugs">CUGS</option> + <option value="dpc_edd">Ed.D.</option> + <option value="dpc_eds">Ed.S.</option> + <option value="dpc_gradcert">Grad. Cert.</option> + <option value="dpc_ma">M.A.</option> + <option value="dpc_mba">M.B.A.</option> + <option value="dpc_mem">M.E.M.</option> + <option value="dpc_med">M.Ed.</option> + <option value="dpc_mm">M.M.</option> + <option value="dpc_ms">M.S.</option> + <option value="dpc_msn">M.S.N.</option> + <option value="dpc_mst">M.S.T.</option> + <option value="dpc_phd">Ph.D.</option> + <option value="dpc_phdma">Ph.D. (including M.A.)</option> + <option value="dpc_phdms">Ph.D. (including M.S.)</option> + <option value="dpc_minor">Minor</option> + <option value="dpc_concentration">Concentration</option> + <option value="dpc_postbacc">Post-Bacc</option> + </select> + </h4> + + <h4>Degree Program Name: + <input type="text" name="degree_program_name"><br> + </h4> + + <h4>Related Curriculum Proposals Being Submitted Simultaneously: + <input type="text" name="degree_program_name"><br> + </h4> + + <h4>Four or more changes: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="four_changes_yes">Yes</option> + <option value="four_chanes_no">No</option> + </select> + </h4> + + <br> + <h2>Degree Program Changes</h2> + + <h4>INSERT ADDING NEW COURSE CHANGE BOX WITH A FROM, TO, and EXPLENATION WHY</h4> + + <br> + <h2>Results of Consultations</h2> + + <h4>Consultations Requested: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="consultations_yes">Yes</option> + <option value="consultations_no">No</option> + </select> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide (Required)</h3> + <h3>-Consultation Letters</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + + <a id="fadeableE" style="display: none;"> + + <br> + <h2>Degree Program Information</h2> + + <h4>Undergraduate Degree Program Credential: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="dpc_ba">B.A.</option> + <option value="dpc_bfa">B.F.A.</option> + <option value="dpc_bgs">B.G.S.</option> + <option value="dpc_bm">B.M.</option> + <option value="dpc_bs">B.S.</option> + <option value="dpc_bsn">B.S.N.</option> + <option value="dpc_cags">CAGS</option> + <option value="dpc_certif">Certif</option> + <option value="dpc_cogs">COGS</option> + <option value="dpc_cugs">CUGS</option> + <option value="dpc_edd">Ed.D.</option> + <option value="dpc_eds">Ed.S.</option> + <option value="dpc_gradcert">Grad. Cert.</option> + <option value="dpc_ma">M.A.</option> + <option value="dpc_mba">M.B.A.</option> + <option value="dpc_mem">M.E.M.</option> + <option value="dpc_med">M.Ed.</option> + <option value="dpc_mm">M.M.</option> + <option value="dpc_ms">M.S.</option> + <option value="dpc_msn">M.S.N.</option> + <option value="dpc_mst">M.S.T.</option> + <option value="dpc_phd">Ph.D.</option> + <option value="dpc_phdma">Ph.D. (including M.A.)</option> + <option value="dpc_phdms">Ph.D. (including M.S.)</option> + <option value="dpc_minor">Minor</option> + <option value="dpc_concentration">Concentration</option> + <option value="dpc_postbacc">Post-Bacc</option> + </select> + </h4> + + <h4>Undergraduate Degree Program Name: + <input type="text" name="udpn"><br> + </h4> + + <h4>Graduate Degree Program Credential: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="dpc_ba">B.A.</option> + <option value="dpc_bfa">B.F.A.</option> + <option value="dpc_bgs">B.G.S.</option> + <option value="dpc_bm">B.M.</option> + <option value="dpc_bs">B.S.</option> + <option value="dpc_bsn">B.S.N.</option> + <option value="dpc_cags">CAGS</option> + <option value="dpc_certif">Certif</option> + <option value="dpc_cogs">COGS</option> + <option value="dpc_cugs">CUGS</option> + <option value="dpc_edd">Ed.D.</option> + <option value="dpc_eds">Ed.S.</option> + <option value="dpc_gradcert">Grad. Cert.</option> + <option value="dpc_ma">M.A.</option> + <option value="dpc_mba">M.B.A.</option> + <option value="dpc_mem">M.E.M.</option> + <option value="dpc_med">M.Ed.</option> + <option value="dpc_mm">M.M.</option> + <option value="dpc_ms">M.S.</option> + <option value="dpc_msn">M.S.N.</option> + <option value="dpc_mst">M.S.T.</option> + <option value="dpc_phd">Ph.D.</option> + <option value="dpc_phdma">Ph.D. (including M.A.)</option> + <option value="dpc_phdms">Ph.D. (including M.S.)</option> + <option value="dpc_minor">Minor</option> + <option value="dpc_concentration">Concentration</option> + <option value="dpc_postbacc">Post-Bacc</option> + </select> + </h4> + + <h4>Graduate Degree Program Name: + <input type="text" name="gdpn"><br> + </h4> + + <h4>Undergraduate CIP Code Number: + <input type="text" name="ucip_code_number"><br> + </h4> + + <h4>Undergraduate CIP Title: + <input type="text" name="ucip_title"><br> + </h4> + + <h4>Graduate CIP Code Number: + <input type="text" name="gcip_code_number"><br> + </h4> + + <h4>Graduate CIP Title: + <input type="text" name="gcip_title"><br> + </h4> + + <h4>Scope and Size of Program: + <input type="text" name="size_of_program"><br> + </h4> + + <h4>Related Curriculum Proposals Being Submitted Simultaneously: + <input type="text" name="rcpbss"><br> + </h4> + + <br> + <h2>Requirements for Admission & Graduation</h2> + + <h4>Admission: + <input type="text" name="admission"><br> + </h4> + + <h4>Graduation: + <input type="text" name="graduation"><br> + </h4> + + <h4>Student Status: + <input type="text" name="student_status"><br> + </h4> + + <br> + <h2>Rationale</h2> + + <h4>General Merit of Proposal: + <input type="text" name="merit_of_proposal"><br> + </h4> + + <br> + <h2>Program Description</h2> + + <h4>Program Curriculum: + <input type="text" name="administration"><br> + </h4> + + <h4>Administration: + <input type="text" name="administration"><br> + </h4> + + <h4>Program Evauation: + <input type="text" name="program_evaluation"><br> + </h4> + + <br> + <h2>Resource Requirements</h2> + + <h4>Equipment Space Technology: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="est_sufficient">Current Resources are Sufficient</option> + <option value="est_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Staffing Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="sr_sufficient">Current Resources are Sufficient</option> + <option value="sr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <h4>Library Resources: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="lr_sufficient">Current Resources are Sufficient</option> + <option value="lr_needed">Additional Resources are Needed</option> + </select> + </h4> + + <br> + <h2>Results of Consultations</h2> + + <h4>Consultations Requested: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="consultations_yes">Yes</option> + <option value="consultations_no">No</option> + </select> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide (Required)</h3> + <h3>-Consultation Letters</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + + <a id="fadeableF" style="display: none;"> + + <br> + <h2>Quasi Curricular Proposal</h2> + + <h4>Quasi Curricular Reason: + <select> + <option disabled selected value> -- select an option -- </option> + <option value="qcr1">Change the name of an existing degree or degree-related + program (BA/BS, MA/MS, Ph.D. or minor, concentration or + any other type of certificate).</option> + <option value="qcr2">Dissolve or suspend an existing degree</option> + <option value="qcr3">Create or dissolve a department, school or college, or + other academic unit</option> + <option value="qcr4">Move a department from one college to another college or + academic unit</option> + <option value="qcr5">Change the name or structure of a department, school or + college, or academic unit</option> + <option value="qcr6">Change curriculum approval processes</option> + </select> + </h4> + + <br> + <h2>Rationale</h2> + + <h4>General Merit of Proposal: + <input type="text" name="merit_of_proposal"><br> + </h4> + + <br> + <h2>Curricular Effect</h2> + + <h4>Course Effect on Other Programs, Departments or Colleges: + <input type="text" name="course_effect_opdc"><br> + </h4> + + <br> + <h2>Documents</h2> + <h3>-Program Guide</h3> + <h3>-Library Resource Form</h3> + <h3>-Assessment</h3> + <h3>-Consultation Letters (Required)</h3> + <h3>-Additional Supporting Documentation</h3> + </a> + </div> <!––The Download page––> <div id="Download" class="tabcontent"> <center> <h1>Download Page</h1> - </center> + <h3>Proposal</h3> @@ -176,6 +968,8 @@ h3 <h1> <a href="#" class="button">Download</a> </h1> + + </center> </div> <!––The Upload page––> @@ -184,7 +978,6 @@ h3 <h1>Upload Page</h1> </center> - <form action="" method="POST" enctype=multipart/form-data> <h3>Proposal</h3> <select> @@ -194,33 +987,39 @@ h3 <option value="p4">Proposal 4</option> </select> + <form> <h3>Document Name</h3> <input type="text" name="document_name"><br> + </form> <h3>Document Type</h3> - <!-- <form action=" {{url_for('index') }}" method="POST" > --> - <select name="doc_select"> - <option value="-a" selected="selected">Assessement Form</option> - <option value="-l">Library Form</option> - <option value="-s">Supporting Document</option> - <option value="-p">Program Guide</option> + <select> + <option value="cover_sheet">Cover Sheet</option> + <option value="library_form">Library Form</option> + <option value="template">Template</option> + <option value="supporting_document">Supporting Document</option> + <option value="program_guide">Program Guide</option> </select> <h3>Attach Files</h3> + <form action="" method=post enctype=multipart/form-data> <p> <input type=file name=file> </p> + </form> + <form> <h3>Comments</h3> <textarea name="comments" cols="100" rows="10"></textarea><br> - + </form> + <center> <h1> - <input class="button" type=submit value=Upload> + <a href="#" class="button">Upload</a> </h1> + </center> </div> - </form> <!––The Status page––> @@ -275,4 +1074,71 @@ function openPage(pageName, elmnt, color) document.getElementById("defaultOpen").click(); -</script> +function fieldappear(that) +{ + if (that.value == "form_A") + { + document.getElementById("fadeableA").style.display = "block"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "none"; + } + else if (that.value == "form_B") + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "block"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "none"; + } + else if (that.value == "form_C") + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "block"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "none"; + } + else if (that.value == "form_D") + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "block"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "none"; + } + else if (that.value == "form_E") + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "block"; + document.getElementById("fadeableF").style.display = "none"; + } + else if (that.value == "form_F") + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "block"; + } + else + { + document.getElementById("fadeableA").style.display = "none"; + document.getElementById("fadeableB").style.display = "none"; + document.getElementById("fadeableC").style.display = "none"; + document.getElementById("fadeableD").style.display = "none"; + document.getElementById("fadeableE").style.display = "none"; + document.getElementById("fadeableF").style.display = "none"; + } +} + +</script> +\ No newline at end of file