├── 404.php ├── README.md ├── css ├── bootstrap.min.css ├── font-awesome.css ├── font.css ├── jqvmap.css ├── lightbox.css ├── minimal.css ├── monthly.css ├── morris.css ├── mystyle.css ├── style-responsive.css └── style.css ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── images ├── 1.png ├── 2.png ├── 3.png ├── bg.jpg ├── close.png ├── g1.jpg ├── g2.jpg ├── g3.jpg ├── g4.jpg ├── g5.jpg ├── g6.jpg ├── g7.jpg ├── g8.jpg ├── g9.jpg ├── mail.png ├── minimal.png ├── nav-expand.png ├── next.png ├── pass.png ├── prev.png └── search-icon.png ├── index.html ├── js ├── bootstrap.js ├── jquery.dcjqaccordion.2.7.js ├── jquery.fileupload.js ├── jquery.min.js ├── jquery.nicescroll.js ├── jquery.scrollTo.js ├── jquery.slimscroll.js ├── jquery.vmap.asia.js ├── jquery.vmap.australia.js ├── jquery.vmap.europe.js ├── jquery.vmap.js ├── jquery.vmap.sampledata.js ├── jquery.vmap.world.js ├── jquery2.0.3.min.js ├── lightbox-plus-jquery.min.js ├── monthly.js ├── morris.js ├── raphael-min.js ├── script.js └── scripts.js ├── masterPageParent.php ├── master_Page_Parent.php ├── parent_Academic_Calendar.php ├── parent_Check_Attendance.php ├── parent_Fee_Details.php ├── parent_Login.php ├── parent_Registration.php ├── parent_Result_Analysis.php ├── parent_Student_Marks.php ├── parent_Update_Profile.php ├── parent_View_Profile.php └── screenshots and docs ├── All Tables Structure.pdf ├── Creating Tables Queries.pdf ├── ERDiagram.pdf ├── SMSERDiagram.jpg ├── School Management System.pdf ├── Software Requirements Specification.pdf └── modules.PNG /404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/404.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/font-awesome.css -------------------------------------------------------------------------------- /css/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/font.css -------------------------------------------------------------------------------- /css/jqvmap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/jqvmap.css -------------------------------------------------------------------------------- /css/lightbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/lightbox.css -------------------------------------------------------------------------------- /css/minimal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/minimal.css -------------------------------------------------------------------------------- /css/monthly.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/monthly.css -------------------------------------------------------------------------------- /css/morris.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/morris.css -------------------------------------------------------------------------------- /css/mystyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/mystyle.css -------------------------------------------------------------------------------- /css/style-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/style-responsive.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/css/style.css -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/3.png -------------------------------------------------------------------------------- /images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/bg.jpg -------------------------------------------------------------------------------- /images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/close.png -------------------------------------------------------------------------------- /images/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g1.jpg -------------------------------------------------------------------------------- /images/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g2.jpg -------------------------------------------------------------------------------- /images/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g3.jpg -------------------------------------------------------------------------------- /images/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g4.jpg -------------------------------------------------------------------------------- /images/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g5.jpg -------------------------------------------------------------------------------- /images/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g6.jpg -------------------------------------------------------------------------------- /images/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g7.jpg -------------------------------------------------------------------------------- /images/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g8.jpg -------------------------------------------------------------------------------- /images/g9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/g9.jpg -------------------------------------------------------------------------------- /images/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/mail.png -------------------------------------------------------------------------------- /images/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/minimal.png -------------------------------------------------------------------------------- /images/nav-expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/nav-expand.png -------------------------------------------------------------------------------- /images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/next.png -------------------------------------------------------------------------------- /images/pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/pass.png -------------------------------------------------------------------------------- /images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/prev.png -------------------------------------------------------------------------------- /images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/images/search-icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/index.html -------------------------------------------------------------------------------- /js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/bootstrap.js -------------------------------------------------------------------------------- /js/jquery.dcjqaccordion.2.7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.dcjqaccordion.2.7.js -------------------------------------------------------------------------------- /js/jquery.fileupload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.fileupload.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/jquery.nicescroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.nicescroll.js -------------------------------------------------------------------------------- /js/jquery.scrollTo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.scrollTo.js -------------------------------------------------------------------------------- /js/jquery.slimscroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.slimscroll.js -------------------------------------------------------------------------------- /js/jquery.vmap.asia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.asia.js -------------------------------------------------------------------------------- /js/jquery.vmap.australia.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.australia.js -------------------------------------------------------------------------------- /js/jquery.vmap.europe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.europe.js -------------------------------------------------------------------------------- /js/jquery.vmap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.js -------------------------------------------------------------------------------- /js/jquery.vmap.sampledata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.sampledata.js -------------------------------------------------------------------------------- /js/jquery.vmap.world.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery.vmap.world.js -------------------------------------------------------------------------------- /js/jquery2.0.3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/jquery2.0.3.min.js -------------------------------------------------------------------------------- /js/lightbox-plus-jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/lightbox-plus-jquery.min.js -------------------------------------------------------------------------------- /js/monthly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/monthly.js -------------------------------------------------------------------------------- /js/morris.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/morris.js -------------------------------------------------------------------------------- /js/raphael-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/raphael-min.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/script.js -------------------------------------------------------------------------------- /js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/js/scripts.js -------------------------------------------------------------------------------- /masterPageParent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/masterPageParent.php -------------------------------------------------------------------------------- /master_Page_Parent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/master_Page_Parent.php -------------------------------------------------------------------------------- /parent_Academic_Calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Academic_Calendar.php -------------------------------------------------------------------------------- /parent_Check_Attendance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Check_Attendance.php -------------------------------------------------------------------------------- /parent_Fee_Details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Fee_Details.php -------------------------------------------------------------------------------- /parent_Login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Login.php -------------------------------------------------------------------------------- /parent_Registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Registration.php -------------------------------------------------------------------------------- /parent_Result_Analysis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Result_Analysis.php -------------------------------------------------------------------------------- /parent_Student_Marks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Student_Marks.php -------------------------------------------------------------------------------- /parent_Update_Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_Update_Profile.php -------------------------------------------------------------------------------- /parent_View_Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/parent_View_Profile.php -------------------------------------------------------------------------------- /screenshots and docs/All Tables Structure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/All Tables Structure.pdf -------------------------------------------------------------------------------- /screenshots and docs/Creating Tables Queries.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/Creating Tables Queries.pdf -------------------------------------------------------------------------------- /screenshots and docs/ERDiagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/ERDiagram.pdf -------------------------------------------------------------------------------- /screenshots and docs/SMSERDiagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/SMSERDiagram.jpg -------------------------------------------------------------------------------- /screenshots and docs/School Management System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/School Management System.pdf -------------------------------------------------------------------------------- /screenshots and docs/Software Requirements Specification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/Software Requirements Specification.pdf -------------------------------------------------------------------------------- /screenshots and docs/modules.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sumiie24/School-Management-System/HEAD/screenshots and docs/modules.PNG --------------------------------------------------------------------------------