class_management_system

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

commit 64e7266f586e67dbe5ed2fc667d0d3743628d56e
parent 89734651d1c904bb92530e807528e95f6bbfd17d
Author: Alexander Kulpin <alexanderkulpin@rocketmail.com>
Date:   Thu, 11 Apr 2019 13:23:49 -0400

New Updates

Diffstat:
Msrc/html/index.html | 77++++++++++++++++++++++++++---------------------------------------------------
Msrc/html/style.css | 14+++++++++++++-
2 files changed, 39 insertions(+), 52 deletions(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -846,37 +846,21 @@ <option value="p4">Proposal 4</option> </select> - <h3>Cover Sheet</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Library Form</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Template</h3> - - <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> - </select> - - <h3>Supporting Documents</h3> - + <h3>Document Type</h3> + <select> - <option value="v1">Version 1</option> - <option value="v2">Version 2</option> + <option disabled selected value> -- select an option -- </option> + <option value="d1">Program Guide</option> + <option value="d2">Library Resource Form</option> + <option value="d3">Assessment</option> + <option value="d4">Consultation Letters</option> + <option value="d5">Additional Supporting Documentation</option> </select> - <h3>Program Guide</h3> + <h3>Version</h3> <select> + <option disabled selected value> -- select an option -- </option> <option value="v1">Version 1</option> <option value="v2">Version 2</option> </select> @@ -892,7 +876,7 @@ <div id="Upload" class="tabcontent"> <center> <h1>Upload Page</h1> - </center> + <h3>Proposal</h3> @@ -903,19 +887,15 @@ <option value="p4">Proposal 4</option> </select> - <form> - <h3>Document Name</h3> - <input type="text" name="document_name"><br> - </form> - <h3>Document Type</h3> <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> + <option disabled selected value> -- select an option -- </option> + <option value="d1">Program Guide</option> + <option value="d2">Library Resource Form</option> + <option value="d3">Assessment</option> + <option value="d4">Consultation Letters</option> + <option value="d5">Additional Supporting Documentation</option> </select> <h3>Attach Files</h3> @@ -926,11 +906,6 @@ </p> </form> - <form> - <h3>Comments</h3> - <textarea name="comments" cols="100" rows="10"></textarea><br> - </form> - <center> <h1> <a href="#" class="button">Upload</a> </h1> @@ -945,7 +920,7 @@ </center> <svg width="250" height="250"> - <circle r="125" cx="125" cy="125" fill="brown" stroke="yellow" stroke-width="5px" /> + <circle r="25" cx="125" cy="125" fill="#57150B" stroke="#FFDD4D" stroke-width="5px" /> </svg> <h3>Proposal</h3> @@ -957,15 +932,15 @@ <option value="p4">Proposal 4</option> </select> - <h3>Cover Sheet</h3> - - <h3>Library Form</h3> - - <h3>Template</h3> - - <h3>Supporting Documents</h3> - <h3>Program Guide</h3> + + <h3>Library Resource Form</h3> + + <h3>Assessment</h3> + + <h3>Consultation Letters</h3> + + <h3>Additional Supporting Documentation</h3> </div> </body> diff --git a/src/html/style.css b/src/html/style.css @@ -3,7 +3,19 @@ <head> <body> <style> - "body, html + ". + body + { + background: #FFF3DD; + background-color: #FFF3DD; + height: 100%; + margin-left: auto; + margin-right: auto; + margin-top: 0px; + font-family: Arial; + } + + html { background: #FFF3DD; background-color: #FFF3DD;