School Result Analysis System
29 |72 | 73 |
Student Result Analysis System
77 |├── js.zip ├── sass.zip ├── Screenshot (10).png ├── Screenshot (17).png ├── Screenshot (19).png ├── Screenshot (21).png ├── Screenshot (24).png ├── Screenshot (25).png ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 └── bootstrap │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── Screenshots ├── desktop.ini ├── Screenshot (10).png ├── Screenshot (11).png ├── Screenshot (12).png ├── Screenshot (13).png ├── Screenshot (14).png ├── Screenshot (15).png ├── Screenshot (16).png ├── Screenshot (17).png ├── Screenshot (18).png ├── Screenshot (19).png ├── Screenshot (20).png ├── Screenshot (21).png ├── Screenshot (22).png ├── Screenshot (23).png ├── Screenshot (24).png ├── Screenshot (25).png └── Screenshot (9).png ├── css ├── x-editable │ └── img │ │ ├── clear.png │ │ └── loading.gif ├── summernote │ └── font │ │ ├── summernote.eot │ │ ├── summernote.ttf │ │ └── summernote.woff ├── pace │ ├── pace-minimal.css │ ├── pace-fill-left.css │ ├── pace-counter.css │ ├── pace-center-simple.css │ ├── pace-center-radar.css │ ├── pace-corner.css │ ├── pace-flash.css │ ├── pace-center-circle.css │ ├── pace-mac.css │ ├── pace-barber.css │ ├── pace-center-atom.css │ └── pace-bounce.css ├── switchery │ ├── switchery.min.css │ └── switchery.css ├── tags │ └── jquery.tagsinput.min.css ├── pnotify │ └── pnotify.custom.min.css ├── tagify │ └── tagify.css ├── bootstrap-switch │ ├── bootstrap-switch.min.css │ └── bootstrap-switch.css ├── toastr │ ├── toastr.min.css │ └── toastr.css ├── prism │ └── prism.css ├── ladda │ └── ladda-themeless.min.css ├── jquery-steps │ └── jquery.steps.css └── dropzone │ └── dropzone.min.css ├── images └── background-image.jpg ├── logout.php ├── includes ├── config.php ├── topbar.php └── leftbar.php ├── package.json ├── README.md ├── get_student.php ├── gulpfile.babel.js ├── notice-details.php ├── index.php ├── find-result.php ├── admin-login.php ├── create-subject.php ├── add-notice.php ├── edit-subject.php ├── add-subjectcombination.php ├── edit-result.php ├── dashboard.php ├── edit-class.php ├── create-class.php └── change-password.php /js.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/js.zip -------------------------------------------------------------------------------- /sass.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/sass.zip -------------------------------------------------------------------------------- /Screenshot (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (10).png -------------------------------------------------------------------------------- /Screenshot (17).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (17).png -------------------------------------------------------------------------------- /Screenshot (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (19).png -------------------------------------------------------------------------------- /Screenshot (21).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (21).png -------------------------------------------------------------------------------- /Screenshot (24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (24).png -------------------------------------------------------------------------------- /Screenshot (25).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshot (25).png -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /Screenshots/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/desktop.ini -------------------------------------------------------------------------------- /css/x-editable/img/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/css/x-editable/img/clear.png -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /images/background-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/images/background-image.jpg -------------------------------------------------------------------------------- /Screenshots/Screenshot (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (10).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (11).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (11).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (12).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (13).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (13).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (14).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (14).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (15).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (15).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (16).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (17).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (17).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (18).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (19).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (20).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (21).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (21).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (22).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (23).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (23).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (24).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (25).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (25).png -------------------------------------------------------------------------------- /Screenshots/Screenshot (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/Screenshots/Screenshot (9).png -------------------------------------------------------------------------------- /css/x-editable/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/css/x-editable/img/loading.gif -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /css/summernote/font/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/css/summernote/font/summernote.eot -------------------------------------------------------------------------------- /css/summernote/font/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/css/summernote/font/summernote.ttf -------------------------------------------------------------------------------- /css/summernote/font/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/css/summernote/font/summernote.woff -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/bootstrap/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/bootstrap/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/bootstrap/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romesh45/College-Result-Analysis-And-Management-System/HEAD/fonts/bootstrap/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /css/pace/pace-minimal.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | } 9 | 10 | .pace-inactive { 11 | display: none; 12 | } 13 | 14 | .pace .pace-progress { 15 | background: #29d; 16 | position: fixed; 17 | z-index: 2000; 18 | top: 0; 19 | right: 100%; 20 | width: 100%; 21 | height: 2px; 22 | } 23 | -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- 1 | 15 | 16 | -------------------------------------------------------------------------------- /css/pace/pace-fill-left.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | -webkit-user-select: none; 5 | -moz-user-select: none; 6 | user-select: none; 7 | } 8 | 9 | .pace-inactive { 10 | display: none; 11 | } 12 | 13 | .pace .pace-progress { 14 | background-color: rgba(0, 0, 0, 0.19999999999999996); 15 | position: fixed; 16 | z-index: 100; 17 | top: 0; 18 | right: 100%; 19 | bottom: 0; 20 | width: 100%; 21 | } 22 | -------------------------------------------------------------------------------- /includes/config.php: -------------------------------------------------------------------------------- 1 | "SET NAMES 'utf8'")); 11 | } 12 | catch (PDOException $e) 13 | { 14 | exit("Error: " . $e->getMessage()); 15 | } 16 | ?> -------------------------------------------------------------------------------- /css/switchery/switchery.min.css: -------------------------------------------------------------------------------- 1 | .switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px} -------------------------------------------------------------------------------- /css/tags/jquery.tagsinput.min.css: -------------------------------------------------------------------------------- 1 | div.tagsinput{border:1px solid #CCC;background:#FFF;padding:5px;width:300px;height:100px;overflow-y:auto}div.tagsinput span.tag{border:1px solid #a5d24a;-moz-border-radius:2px;-webkit-border-radius:2px;display:block;float:left;padding:5px;text-decoration:none;background:#cde69c;color:#638421;margin-right:5px;margin-bottom:5px;font-family:helvetica;font-size:13px}div.tagsinput span.tag a{font-weight:700;color:#82ad2b;text-decoration:none;font-size:11px}div.tagsinput input{width:80px;margin:0 5px 5px 0;font-family:helvetica;font-size:13px;border:1px solid transparent;padding:5px;background:0 0;color:#000;outline:0}div.tagsinput div{display:block;float:left}.tags_clear{clear:both;width:100%;height:0}.not_valid{background:#FBD8DB!important;color:#90111A!important} -------------------------------------------------------------------------------- /css/pace/pace-counter.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | } 9 | 10 | .pace.pace-inactive .pace-progress { 11 | display: none; 12 | } 13 | 14 | .pace .pace-progress { 15 | position: fixed; 16 | z-index: 2000; 17 | top: 0; 18 | right: 0; 19 | height: 5rem; 20 | width: 5rem; 21 | 22 | -webkit-transform: translate3d(0, 0, 0) !important; 23 | -ms-transform: translate3d(0, 0, 0) !important; 24 | transform: translate3d(0, 0, 0) !important; 25 | } 26 | 27 | .pace .pace-progress:after { 28 | display: block; 29 | position: absolute; 30 | top: 0; 31 | right: .5rem; 32 | content: attr(data-progress-text); 33 | font-family: "Helvetica Neue", sans-serif; 34 | font-weight: 100; 35 | font-size: 5rem; 36 | line-height: 1; 37 | text-align: right; 38 | color: rgba(0, 0, 0, 0.19999999999999996); 39 | } 40 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "private": true, 3 | "engines": { 4 | "node": ">=0.12.0" 5 | }, 6 | "devDependencies": { 7 | "babel-core": "^6.4.0", 8 | "babel-preset-es2015": "^6.3.13", 9 | "browser-sync": "^2.2.1", 10 | "del": "^1.1.1", 11 | "gulp": "^3.9.0", 12 | "gulp-autoprefixer": "^3.0.1", 13 | "gulp-babel": "^6.1.1", 14 | "gulp-cache": "^0.4.2", 15 | "gulp-cssnano": "^2.0.0", 16 | "gulp-eslint": "^0.13.2", 17 | "gulp-htmlmin": "^1.3.0", 18 | "gulp-if": "^1.2.5", 19 | "gulp-imagemin": "^2.2.1", 20 | "gulp-load-plugins": "^0.10.0", 21 | "gulp-plumber": "^1.0.1", 22 | "gulp-sass": "^2.0.0", 23 | "gulp-size": "^1.2.1", 24 | "gulp-sourcemaps": "^1.5.0", 25 | "gulp-uglify": "^1.1.0", 26 | "gulp-useref": "^3.0.0", 27 | "main-bower-files": "^2.5.0" 28 | }, 29 | "eslintConfig": { 30 | "env": { 31 | "es6": true, 32 | "node": true, 33 | "browser": true 34 | }, 35 | "rules": { 36 | "quotes": [ 37 | 2, 38 | "single" 39 | ] 40 | } 41 | }, 42 | "dependencies": { 43 | "gulp-rename": "^1.2.2" 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /css/pace/pace-center-simple.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | 9 | z-index: 2000; 10 | position: fixed; 11 | margin: auto; 12 | top: 0; 13 | left: 0; 14 | right: 0; 15 | bottom: 0; 16 | height: 5px; 17 | width: 200px; 18 | background: #fff; 19 | border: 1px solid #29d; 20 | 21 | overflow: hidden; 22 | } 23 | 24 | .pace .pace-progress { 25 | -webkit-box-sizing: border-box; 26 | -moz-box-sizing: border-box; 27 | -ms-box-sizing: border-box; 28 | -o-box-sizing: border-box; 29 | box-sizing: border-box; 30 | 31 | -webkit-transform: translate3d(0, 0, 0); 32 | -moz-transform: translate3d(0, 0, 0); 33 | -ms-transform: translate3d(0, 0, 0); 34 | -o-transform: translate3d(0, 0, 0); 35 | transform: translate3d(0, 0, 0); 36 | 37 | max-width: 200px; 38 | position: fixed; 39 | z-index: 2000; 40 | display: block; 41 | position: absolute; 42 | top: 0; 43 | right: 100%; 44 | height: 100%; 45 | width: 100%; 46 | background: #29d; 47 | } 48 | 49 | .pace.pace-inactive { 50 | display: none; 51 | } 52 | -------------------------------------------------------------------------------- /css/switchery/switchery.css: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Main stylesheet for Switchery. 4 | * http://abpetkov.github.io/switchery/ 5 | * 6 | */ 7 | 8 | /* Switchery defaults. */ 9 | 10 | .switchery { 11 | background-color: #fff; 12 | border: 1px solid #dfdfdf; 13 | border-radius: 20px; 14 | cursor: pointer; 15 | display: inline-block; 16 | height: 30px; 17 | position: relative; 18 | vertical-align: middle; 19 | width: 50px; 20 | 21 | -moz-user-select: none; 22 | -khtml-user-select: none; 23 | -webkit-user-select: none; 24 | -ms-user-select: none; 25 | user-select: none; 26 | box-sizing: content-box; 27 | background-clip: content-box; 28 | } 29 | 30 | .switchery > small { 31 | background: #fff; 32 | border-radius: 100%; 33 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); 34 | height: 30px; 35 | position: absolute; 36 | top: 0; 37 | width: 30px; 38 | } 39 | 40 | /* Switchery sizes. */ 41 | 42 | .switchery-small { 43 | border-radius: 20px; 44 | height: 20px; 45 | width: 33px; 46 | } 47 | 48 | .switchery-small > small { 49 | height: 20px; 50 | width: 20px; 51 | } 52 | 53 | .switchery-large { 54 | border-radius: 40px; 55 | height: 40px; 56 | width: 66px; 57 | } 58 | 59 | .switchery-large > small { 60 | height: 40px; 61 | width: 40px; 62 | } 63 | 64 | 65 | -------------------------------------------------------------------------------- /css/pace/pace-center-radar.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | 9 | z-index: 2000; 10 | position: fixed; 11 | height: 90px; 12 | width: 90px; 13 | margin: auto; 14 | top: 0; 15 | left: 0; 16 | right: 0; 17 | bottom: 0; 18 | } 19 | 20 | .pace.pace-inactive .pace-activity { 21 | display: none; 22 | } 23 | 24 | .pace .pace-activity { 25 | position: fixed; 26 | z-index: 2000; 27 | display: block; 28 | position: absolute; 29 | left: -30px; 30 | top: -30px; 31 | height: 90px; 32 | width: 90px; 33 | display: block; 34 | border-width: 30px; 35 | border-style: double; 36 | border-color: #29d transparent transparent; 37 | border-radius: 50%; 38 | box-sizing: initial; 39 | 40 | -webkit-animation: spin 1s linear infinite; 41 | -moz-animation: spin 1s linear infinite; 42 | -o-animation: spin 1s linear infinite; 43 | animation: spin 1s linear infinite; 44 | } 45 | 46 | .pace .pace-activity:before { 47 | content: ' '; 48 | position: absolute; 49 | top: 10px; 50 | left: 10px; 51 | height: 50px; 52 | width: 50px; 53 | display: block; 54 | border-width: 10px; 55 | border-style: solid; 56 | border-color: #29d transparent transparent; 57 | border-radius: 50%; 58 | box-sizing: initial; 59 | } 60 | 61 | @-webkit-keyframes spin { 62 | 100% { -webkit-transform: rotate(359deg); } 63 | } 64 | 65 | @-moz-keyframes spin { 66 | 100% { -moz-transform: rotate(359deg); } 67 | } 68 | 69 | @-o-keyframes spin { 70 | 100% { -moz-transform: rotate(359deg); } 71 | } 72 | 73 | @keyframes spin { 74 | 100% { transform: rotate(359deg); } 75 | } 76 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # College Result Analysis And Management System 3 | 4 | Main goal of this project is perform the result management based on the student details,subject details and class details. 5 | Also college notification is included. 6 | 7 | 8 | ## Installation 9 | 10 | 1. Install XAMPP or WAMPP. 11 | 12 | 2. Open XAMPP Control Panal and start [apache] and [mysql]. 13 | 14 | 3. Download the above project. 15 | 16 | 4. Extract files in C:\XAMPP\htdocs. 17 | 18 | 5. Click Apache->admin in Xampp control panal. 19 | 20 | 6. Open phpmyadmin and create new Database. 21 | database name = srms. 22 | 23 | 7. After creating database import the (srms.sql) database file. 24 | 25 | 8. Open any browser and type localhost/srms/ 26 | 27 | 9. Admin login details 28 | username=admin 29 | password=12 or Test@123 30 | ## If you like my project hit a star button 31 | 32 | 33 | ## Screenshots 34 | 35 | .png?raw=true) 36 | 37 | 38 | .png?raw=true) 39 | 40 | 41 | 42 | .png?raw=true) 43 | 44 | .png?raw=true) 45 | 46 | .png?raw=true) 47 | 48 | .png?raw=true) 49 | 50 | 51 | 52 | ## Projects with installation support and code explaination for contact gmail: yuvarajanyuvarajan532@gmail.com 53 | 54 | -------------------------------------------------------------------------------- /css/pace/pace-corner.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | } 9 | 10 | .pace .pace-activity { 11 | display: block; 12 | position: fixed; 13 | z-index: 2000; 14 | top: 0; 15 | right: 0; 16 | width: 200px; 17 | height: 200px; 18 | background: #29d; 19 | -webkit-transition: -webkit-transform 0.3s; 20 | transition: transform 0.3s; 21 | -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg); 22 | transform: translateX(100%) translateY(-100%) rotate(45deg); 23 | pointer-events: none; 24 | } 25 | 26 | .pace.pace-active .pace-activity { 27 | -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg); 28 | transform: translateX(50%) translateY(-50%) rotate(45deg); 29 | } 30 | 31 | .pace .pace-activity::before, 32 | .pace .pace-activity::after { 33 | -moz-box-sizing: border-box; 34 | box-sizing: border-box; 35 | position: absolute; 36 | bottom: 20px; 37 | left: 50%; 38 | display: block; 39 | border: 5px solid #fff; 40 | border-radius: 50%; 41 | content: ''; 42 | } 43 | 44 | .pace .pace-activity::before { 45 | margin-left: -30px; 46 | width: 60px; 47 | height: 60px; 48 | border-right-color: rgba(0, 0, 0, .2); 49 | border-left-color: rgba(0, 0, 0, .2); 50 | -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite; 51 | animation: pace-theme-corner-indicator-spin 3s linear infinite; 52 | } 53 | 54 | .pace .pace-activity::after { 55 | bottom: 40px; 56 | margin-left: -10px; 57 | width: 20px; 58 | height: 20px; 59 | border-top-color: rgba(0, 0, 0, .2); 60 | border-bottom-color: rgba(0, 0, 0, .2); 61 | -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite; 62 | animation: pace-theme-corner-indicator-spin 1s linear infinite; 63 | } 64 | 65 | @-webkit-keyframes pace-theme-corner-indicator-spin { 66 | 0% { -webkit-transform: rotate(0deg); } 67 | 100% { -webkit-transform: rotate(359deg); } 68 | } 69 | @keyframes pace-theme-corner-indicator-spin { 70 | 0% { transform: rotate(0deg); } 71 | 100% { transform: rotate(359deg); } 72 | } 73 | -------------------------------------------------------------------------------- /get_student.php: -------------------------------------------------------------------------------- 1 | prepare("SELECT StudentName,StudentId FROM tblstudents WHERE ClassId= :id order by StudentName"); 12 | $stmt->execute(array(':id' => $cid)); 13 | ?>fetch(PDO::FETCH_ASSOC)) 15 | { 16 | ?> 17 | 18 | prepare("SELECT tblsubjects.SubjectName,tblsubjects.id FROM tblsubjectcombination join tblsubjects on tblsubjects.id=tblsubjectcombination.SubjectId WHERE tblsubjectcombination.ClassId=:cid and tblsubjectcombination.status!=:stts order by tblsubjects.SubjectName"); 34 | $stmt->execute(array(':cid' => $cid1,':stts' => $status)); 35 | 36 | while($row=$stmt->fetch(PDO::FETCH_ASSOC)) 37 | {?> 38 |
39 | 40 | 46 | 47 | prepare("SELECT StudentId,ClassId FROM tblresult WHERE StudentId=:id1 and ClassId=:id "); 56 | //$query= $dbh -> prepare($sql); 57 | $query-> bindParam(':id1', $id1, PDO::PARAM_STR); 58 | $query-> bindParam(':id', $id, PDO::PARAM_STR); 59 | $query-> execute(); 60 | $results = $query -> fetchAll(PDO::FETCH_OBJ); 61 | $cnt=1; 62 | if($query -> rowCount() > 0) 63 | { ?> 64 |
65 | Result Already Declare ."; 67 | echo ""; 68 | ?>
69 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /css/pace/pace-flash.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | -webkit-user-select: none; 5 | -moz-user-select: none; 6 | user-select: none; 7 | } 8 | 9 | .pace-inactive { 10 | display: none; 11 | } 12 | 13 | .pace .pace-progress { 14 | background: #3498db; 15 | position: fixed; 16 | z-index: 2000; 17 | top: 0; 18 | right: 100%; 19 | width: 100%; 20 | height: 2px; 21 | } 22 | 23 | .pace .pace-progress-inner { 24 | display: block; 25 | position: absolute; 26 | right: 0px; 27 | width: 100px; 28 | height: 100%; 29 | box-shadow: 0 0 10px #3498db, 0 0 5px #3498db; 30 | opacity: 1.0; 31 | -webkit-transform: rotate(3deg) translate(0px, -4px); 32 | -moz-transform: rotate(3deg) translate(0px, -4px); 33 | -ms-transform: rotate(3deg) translate(0px, -4px); 34 | -o-transform: rotate(3deg) translate(0px, -4px); 35 | transform: rotate(3deg) translate(0px, -4px); 36 | } 37 | 38 | .pace .pace-activity { 39 | display: block; 40 | position: fixed; 41 | z-index: 2000; 42 | top: 15px; 43 | right: 15px; 44 | width: 14px; 45 | height: 14px; 46 | border: solid 2px transparent; 47 | border-top-color: #3498db; 48 | border-left-color: #3498db; 49 | border-radius: 10px; 50 | -webkit-animation: pace-spinner 400ms linear infinite; 51 | -moz-animation: pace-spinner 400ms linear infinite; 52 | -ms-animation: pace-spinner 400ms linear infinite; 53 | -o-animation: pace-spinner 400ms linear infinite; 54 | animation: pace-spinner 400ms linear infinite; 55 | } 56 | 57 | @-webkit-keyframes pace-spinner { 58 | 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 59 | 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } 60 | } 61 | @-moz-keyframes pace-spinner { 62 | 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 63 | 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } 64 | } 65 | @-o-keyframes pace-spinner { 66 | 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 67 | 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } 68 | } 69 | @-ms-keyframes pace-spinner { 70 | 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 71 | 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } 72 | } 73 | @keyframes pace-spinner { 74 | 0% { transform: rotate(0deg); transform: rotate(0deg); } 75 | 100% { transform: rotate(360deg); transform: rotate(360deg); } 76 | } 77 | -------------------------------------------------------------------------------- /css/pace/pace-center-circle.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | 9 | -webkit-perspective: 12rem; 10 | -moz-perspective: 12rem; 11 | -ms-perspective: 12rem; 12 | -o-perspective: 12rem; 13 | perspective: 12rem; 14 | 15 | z-index: 2000; 16 | position: fixed; 17 | height: 6rem; 18 | width: 6rem; 19 | margin: auto; 20 | top: 0; 21 | left: 0; 22 | right: 0; 23 | bottom: 0; 24 | } 25 | 26 | .pace.pace-inactive .pace-progress { 27 | display: none; 28 | } 29 | 30 | .pace .pace-progress { 31 | position: fixed; 32 | z-index: 2000; 33 | display: block; 34 | position: absolute; 35 | left: 0; 36 | top: 0; 37 | height: 6rem; 38 | width: 6rem !important; 39 | line-height: 6rem; 40 | font-size: 2rem; 41 | border-radius: 50%; 42 | background: rgba(34, 153, 221, 0.8); 43 | color: #fff; 44 | font-family: "Helvetica Neue", sans-serif; 45 | font-weight: 100; 46 | text-align: center; 47 | 48 | -webkit-animation: pace-theme-center-circle-spin linear infinite 2s; 49 | -moz-animation: pace-theme-center-circle-spin linear infinite 2s; 50 | -ms-animation: pace-theme-center-circle-spin linear infinite 2s; 51 | -o-animation: pace-theme-center-circle-spin linear infinite 2s; 52 | animation: pace-theme-center-circle-spin linear infinite 2s; 53 | 54 | -webkit-transform-style: preserve-3d; 55 | -moz-transform-style: preserve-3d; 56 | -ms-transform-style: preserve-3d; 57 | -o-transform-style: preserve-3d; 58 | transform-style: preserve-3d; 59 | } 60 | 61 | .pace .pace-progress:after { 62 | content: attr(data-progress-text); 63 | display: block; 64 | } 65 | 66 | @-webkit-keyframes pace-theme-center-circle-spin { 67 | from { -webkit-transform: rotateY(0deg) } 68 | to { -webkit-transform: rotateY(360deg) } 69 | } 70 | 71 | @-moz-keyframes pace-theme-center-circle-spin { 72 | from { -moz-transform: rotateY(0deg) } 73 | to { -moz-transform: rotateY(360deg) } 74 | } 75 | 76 | @-ms-keyframes pace-theme-center-circle-spin { 77 | from { -ms-transform: rotateY(0deg) } 78 | to { -ms-transform: rotateY(360deg) } 79 | } 80 | 81 | @-o-keyframes pace-theme-center-circle-spin { 82 | from { -o-transform: rotateY(0deg) } 83 | to { -o-transform: rotateY(360deg) } 84 | } 85 | 86 | @keyframes pace-theme-center-circle-spin { 87 | from { transform: rotateY(0deg) } 88 | to { transform: rotateY(360deg) } 89 | } 90 | -------------------------------------------------------------------------------- /includes/topbar.php: -------------------------------------------------------------------------------- 1 | 45 | -------------------------------------------------------------------------------- /gulpfile.babel.js: -------------------------------------------------------------------------------- 1 | // generated on 2016-07-09 using generator-webapp 2.0.0 2 | import gulp from 'gulp'; 3 | import gulpLoadPlugins from 'gulp-load-plugins'; 4 | import browserSync from 'browser-sync'; 5 | import del from 'del'; 6 | 7 | const $ = gulpLoadPlugins(); 8 | const reload = browserSync.reload; 9 | 10 | // To compile Sass files 11 | gulp.task('styles', () => { 12 | return gulp.src('sass/*.scss') 13 | .pipe($.plumber()) 14 | .pipe($.sourcemaps.init()) 15 | .pipe($.sass.sync({ 16 | outputStyle: 'expanded', 17 | precision: 10, 18 | includePaths: ['.'] 19 | }).on('error', $.sass.logError)) 20 | .pipe($.autoprefixer({browsers: ['> 1%', 'last 2 versions', 'Firefox ESR']})) 21 | .pipe($.sourcemaps.write()) 22 | .pipe(gulp.dest('css')) 23 | .pipe($.cssnano()) 24 | .pipe($.rename({ // rename file 25 | suffix: ".min" // add *.min suffix 26 | })) 27 | .pipe(gulp.dest('css')) 28 | .on('end', reload); 29 | }); 30 | 31 | // To minify scripts 32 | gulp.task('scripts', () => { 33 | return gulp.src(['js/*.js', '!js/*.min.js']) 34 | .pipe($.plumber()) 35 | .pipe($.uglify({preserveComments: 'license'})) 36 | .pipe($.rename({ 37 | suffix: ".min" 38 | })) 39 | .pipe(gulp.dest('js')) 40 | .on('end', reload); 41 | }); 42 | 43 | function lint(files, options) { 44 | return () => { 45 | return gulp.src(files) 46 | .pipe(reload({stream: true, once: true})) 47 | .pipe($.eslint(options)) 48 | .pipe($.eslint.format()) 49 | .pipe($.if(!browserSync.active, $.eslint.failAfterError())); 50 | }; 51 | } 52 | 53 | gulp.task('lint', lint('js/*.js')); 54 | 55 | // Uncomment following if you want to minify HTML files 56 | /* 57 | gulp.task('html', ['styles', 'scripts'], () => { 58 | return gulp.src('*.html') 59 | .pipe($.htmlmin({collapseWhitespace: true})) 60 | .pipe(gulp.dest('minified-html')); 61 | }); 62 | */ 63 | 64 | // Task to minify images 65 | gulp.task('images', () => { 66 | return gulp.src('images/**/*') 67 | .pipe($.cache($.imagemin({ 68 | progressive: true, 69 | interlaced: true, 70 | // don't remove IDs from SVGs, they are often used 71 | // as hooks for embedding and styling 72 | svgoPlugins: [{cleanupIDs: false}] 73 | }))) 74 | .pipe(gulp.dest('images-min')); 75 | }); 76 | 77 | // Task to serve everything with browserSync (except images) 78 | gulp.task('serve', ['styles', 'scripts'], () => { 79 | browserSync({ 80 | notify: false, 81 | port: 9000, 82 | server: { 83 | baseDir: ['./'] 84 | } 85 | }); 86 | 87 | gulp.watch([ 88 | '*.html', 89 | 'images/**/*', 90 | 'fonts/**/*' 91 | ]).on('change', reload); 92 | 93 | gulp.watch('sass/**/*.scss', ['styles']); 94 | gulp.watch('js/**/*.js', ['scripts']); 95 | }); 96 | 97 | gulp.task('default', () => { 98 | gulp.start('serve'); 99 | }); 100 | -------------------------------------------------------------------------------- /css/pace/pace-mac.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | 9 | overflow: hidden; 10 | position: fixed; 11 | top: 0; 12 | left: 0; 13 | z-index: 2000; 14 | width: 100%; 15 | height: 12px; 16 | background: #fff; 17 | } 18 | 19 | .pace-inactive { 20 | display: none; 21 | } 22 | 23 | .pace .pace-progress { 24 | background-color: #0087E1; 25 | position: fixed; 26 | top: 0; 27 | right: 100%; 28 | width: 100%; 29 | height: 12px; 30 | overflow: hidden; 31 | 32 | -webkit-border-radius: 0 0 4px 0; 33 | -moz-border-radius: 0 0 4px 0; 34 | -o-border-radius: 0 0 4px 0; 35 | border-radius: 0 0 4px 0; 36 | 37 | -webkit-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); 38 | -moz-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); 39 | -o-box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); 40 | box-shadow: inset -1px 0 #00558F, inset 0 -1px #00558F, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3); 41 | } 42 | 43 | .pace .pace-activity { 44 | position: fixed; 45 | top: 0; 46 | left: 0; 47 | right: -28px; 48 | bottom: 0; 49 | 50 | -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); 51 | -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); 52 | -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); 53 | background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%); 54 | 55 | -webkit-background-size: 28px 100%; 56 | -moz-background-size: 28px 100%; 57 | -o-background-size: 28px 100%; 58 | background-size: 28px 100%; 59 | 60 | -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite; 61 | -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite; 62 | -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite; 63 | -o-animation: pace-theme-mac-osx-motion 500ms linear infinite; 64 | animation: pace-theme-mac-osx-motion 500ms linear infinite; 65 | } 66 | 67 | @-webkit-keyframes pace-theme-mac-osx-motion { 68 | 0% { -webkit-transform: none; transform: none; } 69 | 100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); } 70 | } 71 | @-moz-keyframes pace-theme-mac-osx-motion { 72 | 0% { -moz-transform: none; transform: none; } 73 | 100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); } 74 | } 75 | @-o-keyframes pace-theme-mac-osx-motion { 76 | 0% { -o-transform: none; transform: none; } 77 | 100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); } 78 | } 79 | @-ms-keyframes pace-theme-mac-osx-motion { 80 | 0% { -ms-transform: none; transform: none; } 81 | 100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); } 82 | } 83 | @keyframes pace-theme-mac-osx-motion { 84 | 0% { transform: none; transform: none; } 85 | 100% { transform: translate(-28px, 0); transform: translate(-28px, 0); } 86 | } 87 | -------------------------------------------------------------------------------- /css/pnotify/pnotify.custom.min.css: -------------------------------------------------------------------------------- 1 | /* 2 | Author : Hunter Perrin 3 | Version : 3.0.0 4 | Link : http://sciactive.com/pnotify/ 5 | */ 6 | /* -- Notice */ 7 | .ui-pnotify { 8 | top: 36px; 9 | right: 36px; 10 | position: absolute; 11 | height: auto; 12 | z-index: 2; 13 | } 14 | body > .ui-pnotify { 15 | /* Notices in the body context should be fixed to the viewport. */ 16 | position: fixed; 17 | /* Ensures notices are above everything */ 18 | z-index: 100040; 19 | } 20 | .ui-pnotify-modal-overlay { 21 | background-color: rgba(0, 0, 0, .4); 22 | top: 0; 23 | left: 0; 24 | position: absolute; 25 | height: 100%; 26 | width: 100%; 27 | z-index: 1; 28 | } 29 | body > .ui-pnotify-modal-overlay { 30 | position: fixed; 31 | z-index: 100039; 32 | } 33 | .ui-pnotify.ui-pnotify-in { 34 | display: block !important; 35 | } 36 | .ui-pnotify.ui-pnotify-move { 37 | transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; 38 | } 39 | .ui-pnotify.ui-pnotify-fade-slow { 40 | transition: opacity .6s linear; 41 | opacity: 0; 42 | } 43 | .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move { 44 | transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; 45 | } 46 | .ui-pnotify.ui-pnotify-fade-normal { 47 | transition: opacity .4s linear; 48 | opacity: 0; 49 | } 50 | .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move { 51 | transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; 52 | } 53 | .ui-pnotify.ui-pnotify-fade-fast { 54 | transition: opacity .2s linear; 55 | opacity: 0; 56 | } 57 | .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move { 58 | transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease; 59 | } 60 | .ui-pnotify.ui-pnotify-fade-in { 61 | opacity: 1; 62 | } 63 | .ui-pnotify .ui-pnotify-shadow { 64 | -webkit-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1); 65 | -moz-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1); 66 | box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1); 67 | } 68 | .ui-pnotify-container { 69 | background-position: 0 0; 70 | padding: .8em; 71 | height: 100%; 72 | margin: 0; 73 | } 74 | .ui-pnotify-container:after { 75 | content: " "; /* Older browser do not support empty content */ 76 | visibility: hidden; 77 | display: block; 78 | height: 0; 79 | clear: both; 80 | } 81 | .ui-pnotify-container.ui-pnotify-sharp { 82 | -webkit-border-radius: 0; 83 | -moz-border-radius: 0; 84 | border-radius: 0; 85 | } 86 | .ui-pnotify-title { 87 | display: block; 88 | margin-bottom: .4em; 89 | margin-top: 0; 90 | } 91 | .ui-pnotify-text { 92 | display: block; 93 | } 94 | .ui-pnotify-icon, .ui-pnotify-icon span { 95 | display: block; 96 | float: left; 97 | margin-right: .2em; 98 | } 99 | /* Alternate stack initial positioning. */ 100 | .ui-pnotify.stack-topleft, .ui-pnotify.stack-bottomleft { 101 | left: 25px; 102 | right: auto; 103 | } 104 | .ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft { 105 | bottom: 25px; 106 | top: auto; 107 | } 108 | .ui-pnotify.stack-modal { 109 | left: 50%; 110 | right: auto; 111 | margin-left: -150px; 112 | } 113 | .ui-pnotify-closer, .ui-pnotify-sticker { 114 | float: right; 115 | margin-left: .2em; 116 | } 117 | -------------------------------------------------------------------------------- /css/pace/pace-barber.css: -------------------------------------------------------------------------------- 1 | .pace { 2 | -webkit-pointer-events: none; 3 | pointer-events: none; 4 | 5 | -webkit-user-select: none; 6 | -moz-user-select: none; 7 | user-select: none; 8 | 9 | overflow: hidden; 10 | position: fixed; 11 | top: 0; 12 | left: 0; 13 | z-index: 2000; 14 | width: 100%; 15 | height: 12px; 16 | background: #fff; 17 | } 18 | 19 | .pace-inactive { 20 | display: none; 21 | } 22 | 23 | .pace .pace-progress { 24 | background-color: #3498db; 25 | position: fixed; 26 | top: 0; 27 | bottom: 0; 28 | right: 100%; 29 | width: 100%; 30 | overflow: hidden; 31 | } 32 | 33 | .pace .pace-activity { 34 | position: fixed; 35 | top: 0; 36 | right: -32px; 37 | bottom: 0; 38 | left: 0; 39 | 40 | -webkit-transform: translate3d(0, 0, 0); 41 | -moz-transform: translate3d(0, 0, 0); 42 | -ms-transform: translate3d(0, 0, 0); 43 | -o-transform: translate3d(0, 0, 0); 44 | transform: translate3d(0, 0, 0); 45 | 46 | background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); 47 | background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); 48 | background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); 49 | background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); 50 | background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); 51 | -webkit-background-size: 32px 32px; 52 | -moz-background-size: 32px 32px; 53 | -o-background-size: 32px 32px; 54 | background-size: 32px 32px; 55 | 56 | -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; 57 | -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; 58 | -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; 59 | -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; 60 | animation: pace-theme-barber-shop-motion 500ms linear infinite; 61 | } 62 | 63 | @-webkit-keyframes pace-theme-barber-shop-motion { 64 | 0% { -webkit-transform: none; transform: none; } 65 | 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } 66 | } 67 | @-moz-keyframes pace-theme-barber-shop-motion { 68 | 0% { -moz-transform: none; transform: none; } 69 | 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } 70 | } 71 | @-o-keyframes pace-theme-barber-shop-motion { 72 | 0% { -o-transform: none; transform: none; } 73 | 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } 74 | } 75 | @-ms-keyframes pace-theme-barber-shop-motion { 76 | 0% { -ms-transform: none; transform: none; } 77 | 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } 78 | } 79 | @keyframes pace-theme-barber-shop-motion { 80 | 0% { transform: none; transform: none; } 81 | 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } 82 | } 83 | -------------------------------------------------------------------------------- /css/pace/pace-center-atom.css: -------------------------------------------------------------------------------- 1 | .pace.pace-inactive { 2 | display: none; 3 | } 4 | 5 | .pace { 6 | -webkit-pointer-events: none; 7 | pointer-events: none; 8 | 9 | -webkit-user-select: none; 10 | -moz-user-select: none; 11 | user-select: none; 12 | 13 | z-index: 2000; 14 | position: fixed; 15 | height: 60px; 16 | width: 100px; 17 | margin: auto; 18 | top: 0; 19 | left: 0; 20 | right: 0; 21 | bottom: 0; 22 | } 23 | 24 | .pace .pace-progress { 25 | z-index: 2000; 26 | position: absolute; 27 | height: 60px; 28 | width: 100px; 29 | box-sizing: initial; 30 | -webkit-transform: translate3d(0, 0, 0) !important; 31 | -ms-transform: translate3d(0, 0, 0) !important; 32 | transform: translate3d(0, 0, 0) !important; 33 | } 34 | 35 | .pace .pace-progress:before { 36 | content: attr(data-progress-text); 37 | text-align: center; 38 | color: #fff; 39 | background: #29d; 40 | border-radius: 50%; 41 | font-family: "Helvetica Neue", sans-serif; 42 | font-size: 14px; 43 | font-weight: 100; 44 | line-height: 1; 45 | padding: 20% 0 7px; 46 | width: 50%; 47 | height: 40%; 48 | margin: 10px 0 0 30px; 49 | display: block; 50 | z-index: 999; 51 | position: absolute; 52 | box-sizing: initial; 53 | } 54 | 55 | .pace .pace-activity { 56 | font-size: 15px; 57 | line-height: 1; 58 | z-index: 2000; 59 | position: absolute; 60 | height: 60px; 61 | width: 100px; 62 | box-sizing: initial; 63 | 64 | display: block; 65 | -webkit-animation: pace-theme-center-atom-spin 2s linear infinite; 66 | -moz-animation: pace-theme-center-atom-spin 2s linear infinite; 67 | -o-animation: pace-theme-center-atom-spin 2s linear infinite; 68 | animation: pace-theme-center-atom-spin 2s linear infinite; 69 | } 70 | 71 | .pace .pace-activity { 72 | border-radius: 50%; 73 | border: 5px solid #29d; 74 | content: ' '; 75 | display: block; 76 | position: absolute; 77 | top: 0; 78 | left: 0; 79 | height: 60px; 80 | width: 100px; 81 | } 82 | 83 | .pace .pace-activity:after { 84 | border-radius: 50%; 85 | border: 5px solid #29d; 86 | content: ' '; 87 | display: block; 88 | position: absolute; 89 | top: -5px; 90 | left: -5px; 91 | height: 60px; 92 | width: 100px; 93 | box-sizing: initial; 94 | 95 | -webkit-transform: rotate(60deg); 96 | -moz-transform: rotate(60deg); 97 | -o-transform: rotate(60deg); 98 | transform: rotate(60deg); 99 | } 100 | 101 | .pace .pace-activity:before { 102 | border-radius: 50%; 103 | border: 5px solid #29d; 104 | content: ' '; 105 | display: block; 106 | position: absolute; 107 | top: -5px; 108 | left: -5px; 109 | height: 60px; 110 | width: 100px; 111 | box-sizing: initial; 112 | 113 | -webkit-transform: rotate(120deg); 114 | -moz-transform: rotate(120deg); 115 | -o-transform: rotate(120deg); 116 | transform: rotate(120deg); 117 | } 118 | 119 | @-webkit-keyframes pace-theme-center-atom-spin { 120 | 0% { -webkit-transform: rotate(0deg) } 121 | 100% { -webkit-transform: rotate(359deg) } 122 | } 123 | @-moz-keyframes pace-theme-center-atom-spin { 124 | 0% { -moz-transform: rotate(0deg) } 125 | 100% { -moz-transform: rotate(359deg) } 126 | } 127 | @-o-keyframes pace-theme-center-atom-spin { 128 | 0% { -o-transform: rotate(0deg) } 129 | 100% { -o-transform: rotate(359deg) } 130 | } 131 | @keyframes pace-theme-center-atom-spin { 132 | 0% { transform: rotate(0deg) } 133 | 100% { transform: rotate(359deg) } 134 | } 135 | -------------------------------------------------------------------------------- /notice-details.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |Notice Posting Date: postingDate);?>
55 |noticeDetails);?>
58 | 59 | 60 | 61 | 62 | 63 |Student Result Analysis System
77 |Student Result Analysis System
98 |