├── students ├── teacher-information.php ├── index.html ├── images │ ├── 1.jpg │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 2222.png │ ├── fb.png │ ├── in.jpg │ ├── in1.jpg │ ├── in10.jpg │ ├── in11.jpg │ ├── in2.jpg │ ├── in3.jpg │ ├── in4.jpg │ ├── in5.jpg │ ├── in6.jpg │ ├── in7.jpg │ ├── in8.jpg │ ├── in9.jpg │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── p4.jpg │ ├── p5.jpg │ ├── p6.jpg │ ├── pic3.jpg │ ├── time.png │ ├── tw.png │ ├── admin.jpg │ ├── admin1.jpg │ ├── admin2.jpg │ ├── alarm.png │ ├── closew.gif │ ├── cross.png │ ├── icons.png │ ├── leftw.gif │ ├── rightw.gif │ ├── search.png │ ├── social.png │ ├── speed.png │ ├── tick1.png │ ├── timer.png │ ├── watch.png │ ├── clockface.png │ ├── hourhand.png │ ├── minhand.png │ ├── search2.png │ ├── sechand.png │ ├── right_arrow.png │ └── business-1031754_640.jpg ├── logouts.php ├── fonts │ ├── FontAwesome.otf │ ├── digital-7-webfont.eot │ ├── digital-7-webfont.ttf │ ├── digital-7-webfont.woff │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── digital-7_mono-webfont.eot │ ├── digital-7_mono-webfont.ttf │ ├── digital-7_italic-webfont.eot │ ├── digital-7_italic-webfont.ttf │ ├── digital-7_italic-webfont.woff │ ├── digital-7_mono-webfont.woff │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ ├── glyphicons-halflings-regular.woff2 │ ├── weathericons-regular-webfont.eot │ ├── weathericons-regular-webfont.ttf │ └── weathericons-regular-webfont.woff ├── w3layouts-License.txt ├── js │ ├── css3clock.js │ ├── cbpFWTabs.js │ ├── jquery.vmap.sampledata.js │ ├── vroom.js │ ├── site.js │ ├── responsiveslides.min.js │ └── light.js ├── css │ ├── jqvmap.css │ ├── atlas.css │ ├── fabochart.css │ ├── chocolat.css │ └── bootstrap-markdown.min.css ├── maps │ ├── usofa.json │ ├── mideast.json │ ├── asia.json │ ├── america.json │ └── risk.json ├── 500.html ├── 404.html ├── register.html ├── login.html ├── sign.html └── index.php ├── index.html ├── meadmin ├── index.html ├── images │ ├── 1.jpg │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── fb.png │ ├── in.jpg │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── p4.jpg │ ├── p5.jpg │ ├── p6.jpg │ ├── tw.png │ ├── 2222.png │ ├── admin.jpg │ ├── alarm.png │ ├── cross.png │ ├── icons.png │ ├── in1.jpg │ ├── in10.jpg │ ├── in11.jpg │ ├── in2.jpg │ ├── in3.jpg │ ├── in4.jpg │ ├── in5.jpg │ ├── in6.jpg │ ├── in7.jpg │ ├── in8.jpg │ ├── in9.jpg │ ├── leftw.gif │ ├── pic3.jpg │ ├── speed.png │ ├── tick1.png │ ├── time.png │ ├── timer.png │ ├── watch.png │ ├── admin1.jpg │ ├── admin2.jpg │ ├── closew.gif │ ├── minhand.png │ ├── rightw.gif │ ├── search.png │ ├── search2.png │ ├── sechand.png │ ├── social.png │ ├── clockface.png │ ├── hourhand.png │ ├── right_arrow.png │ └── business-1031754_640.jpg ├── logouts.php ├── fonts │ ├── FontAwesome.otf │ ├── digital-7-webfont.eot │ ├── digital-7-webfont.ttf │ ├── digital-7-webfont.woff │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── digital-7_mono-webfont.eot │ ├── digital-7_mono-webfont.ttf │ ├── digital-7_mono-webfont.woff │ ├── digital-7_italic-webfont.eot │ ├── digital-7_italic-webfont.ttf │ ├── digital-7_italic-webfont.woff │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── weathericons-regular-webfont.eot │ ├── weathericons-regular-webfont.ttf │ ├── glyphicons-halflings-regular.woff │ ├── glyphicons-halflings-regular.woff2 │ └── weathericons-regular-webfont.woff ├── w3layouts-License.txt ├── teacher-del.php ├── js │ ├── css3clock.js │ ├── cbpFWTabs.js │ ├── jquery.vmap.sampledata.js │ ├── vroom.js │ ├── site.js │ ├── responsiveslides.min.js │ ├── light.js │ ├── scripts.js │ └── vix.js ├── css │ ├── jqvmap.css │ ├── atlas.css │ ├── fabochart.css │ ├── chocolat.css │ └── bootstrap-markdown.min.css ├── maps │ ├── usofa.json │ ├── mideast.json │ ├── asia.json │ ├── america.json │ └── risk.json ├── 500.html ├── 404.html ├── teacher-edit.php ├── teacher-delete.php ├── teacher-information.php ├── general-information.php ├── register.html ├── login.html ├── sign.html ├── student-information.php ├── class-routine.php ├── teacher-editnow.php └── index.php ├── images ├── ab1.jpg ├── ab2.jpg ├── bg1.jpg ├── g1.jpg ├── g10.jpg ├── g11.jpg ├── g12.jpg ├── g2.jpg ├── g3.jpg ├── g4.jpg ├── g5.jpg ├── g6.jpg ├── g7.jpg ├── g8.jpg ├── g9.jpg ├── t1.jpg ├── t2.jpg ├── t3.jpg ├── t4.jpg ├── t5.jpg ├── t6.jpg ├── up2.png ├── avb1.jpg ├── banner2.jpg ├── c-arrows.png ├── search.png ├── play-button.png └── icons.svg ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── w3layouts-License.txt ├── how to setup.txt ├── .github └── FUNDING.yml └── js ├── move-top.js ├── simplePlayer.js └── numscroller-1.0.js /students/teacher-information.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /meadmin/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /students/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/ab1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/ab1.jpg -------------------------------------------------------------------------------- /images/ab2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/ab2.jpg -------------------------------------------------------------------------------- /images/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/bg1.jpg -------------------------------------------------------------------------------- /images/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g1.jpg -------------------------------------------------------------------------------- /images/g10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g10.jpg -------------------------------------------------------------------------------- /images/g11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g11.jpg -------------------------------------------------------------------------------- /images/g12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g12.jpg -------------------------------------------------------------------------------- /images/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g2.jpg -------------------------------------------------------------------------------- /images/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g3.jpg -------------------------------------------------------------------------------- /images/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g4.jpg -------------------------------------------------------------------------------- /images/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g5.jpg -------------------------------------------------------------------------------- /images/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g6.jpg -------------------------------------------------------------------------------- /images/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g7.jpg -------------------------------------------------------------------------------- /images/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g8.jpg -------------------------------------------------------------------------------- /images/g9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/g9.jpg -------------------------------------------------------------------------------- /images/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t1.jpg -------------------------------------------------------------------------------- /images/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t2.jpg -------------------------------------------------------------------------------- /images/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t3.jpg -------------------------------------------------------------------------------- /images/t4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t4.jpg -------------------------------------------------------------------------------- /images/t5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t5.jpg -------------------------------------------------------------------------------- /images/t6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/t6.jpg -------------------------------------------------------------------------------- /images/up2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/up2.png -------------------------------------------------------------------------------- /images/avb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/avb1.jpg -------------------------------------------------------------------------------- /images/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/banner2.jpg -------------------------------------------------------------------------------- /images/c-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/c-arrows.png -------------------------------------------------------------------------------- /images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/search.png -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /meadmin/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/1.jpg -------------------------------------------------------------------------------- /meadmin/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/1.png -------------------------------------------------------------------------------- /meadmin/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/2.png -------------------------------------------------------------------------------- /meadmin/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/3.png -------------------------------------------------------------------------------- /meadmin/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/4.png -------------------------------------------------------------------------------- /meadmin/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/5.png -------------------------------------------------------------------------------- /meadmin/images/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/fb.png -------------------------------------------------------------------------------- /meadmin/images/in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in.jpg -------------------------------------------------------------------------------- /meadmin/images/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p1.jpg -------------------------------------------------------------------------------- /meadmin/images/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p2.jpg -------------------------------------------------------------------------------- /meadmin/images/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p3.jpg -------------------------------------------------------------------------------- /meadmin/images/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p4.jpg -------------------------------------------------------------------------------- /meadmin/images/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p5.jpg -------------------------------------------------------------------------------- /meadmin/images/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/p6.jpg -------------------------------------------------------------------------------- /meadmin/images/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/tw.png -------------------------------------------------------------------------------- /students/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/1.jpg -------------------------------------------------------------------------------- /students/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/1.png -------------------------------------------------------------------------------- /students/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/2.png -------------------------------------------------------------------------------- /students/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/3.png -------------------------------------------------------------------------------- /students/images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/4.png -------------------------------------------------------------------------------- /students/images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/5.png -------------------------------------------------------------------------------- /w3layouts-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/w3layouts-License.txt -------------------------------------------------------------------------------- /images/play-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/images/play-button.png -------------------------------------------------------------------------------- /meadmin/images/2222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/2222.png -------------------------------------------------------------------------------- /meadmin/images/admin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/admin.jpg -------------------------------------------------------------------------------- /meadmin/images/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/alarm.png -------------------------------------------------------------------------------- /meadmin/images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/cross.png -------------------------------------------------------------------------------- /meadmin/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/icons.png -------------------------------------------------------------------------------- /meadmin/images/in1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in1.jpg -------------------------------------------------------------------------------- /meadmin/images/in10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in10.jpg -------------------------------------------------------------------------------- /meadmin/images/in11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in11.jpg -------------------------------------------------------------------------------- /meadmin/images/in2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in2.jpg -------------------------------------------------------------------------------- /meadmin/images/in3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in3.jpg -------------------------------------------------------------------------------- /meadmin/images/in4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in4.jpg -------------------------------------------------------------------------------- /meadmin/images/in5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in5.jpg -------------------------------------------------------------------------------- /meadmin/images/in6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in6.jpg -------------------------------------------------------------------------------- /meadmin/images/in7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in7.jpg -------------------------------------------------------------------------------- /meadmin/images/in8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in8.jpg -------------------------------------------------------------------------------- /meadmin/images/in9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/in9.jpg -------------------------------------------------------------------------------- /meadmin/images/leftw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/leftw.gif -------------------------------------------------------------------------------- /meadmin/images/pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/pic3.jpg -------------------------------------------------------------------------------- /meadmin/images/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/speed.png -------------------------------------------------------------------------------- /meadmin/images/tick1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/tick1.png -------------------------------------------------------------------------------- /meadmin/images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/time.png -------------------------------------------------------------------------------- /meadmin/images/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/timer.png -------------------------------------------------------------------------------- /meadmin/images/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/watch.png -------------------------------------------------------------------------------- /students/images/2222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/2222.png -------------------------------------------------------------------------------- /students/images/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/fb.png -------------------------------------------------------------------------------- /students/images/in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in.jpg -------------------------------------------------------------------------------- /students/images/in1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in1.jpg -------------------------------------------------------------------------------- /students/images/in10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in10.jpg -------------------------------------------------------------------------------- /students/images/in11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in11.jpg -------------------------------------------------------------------------------- /students/images/in2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in2.jpg -------------------------------------------------------------------------------- /students/images/in3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in3.jpg -------------------------------------------------------------------------------- /students/images/in4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in4.jpg -------------------------------------------------------------------------------- /students/images/in5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in5.jpg -------------------------------------------------------------------------------- /students/images/in6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in6.jpg -------------------------------------------------------------------------------- /students/images/in7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in7.jpg -------------------------------------------------------------------------------- /students/images/in8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in8.jpg -------------------------------------------------------------------------------- /students/images/in9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/in9.jpg -------------------------------------------------------------------------------- /students/images/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p1.jpg -------------------------------------------------------------------------------- /students/images/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p2.jpg -------------------------------------------------------------------------------- /students/images/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p3.jpg -------------------------------------------------------------------------------- /students/images/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p4.jpg -------------------------------------------------------------------------------- /students/images/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p5.jpg -------------------------------------------------------------------------------- /students/images/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/p6.jpg -------------------------------------------------------------------------------- /students/images/pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/pic3.jpg -------------------------------------------------------------------------------- /students/images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/time.png -------------------------------------------------------------------------------- /students/images/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/students/images/tw.png -------------------------------------------------------------------------------- /meadmin/images/admin1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/admin1.jpg -------------------------------------------------------------------------------- /meadmin/images/admin2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/admin2.jpg -------------------------------------------------------------------------------- /meadmin/images/closew.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/closew.gif -------------------------------------------------------------------------------- /meadmin/images/minhand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/minhand.png -------------------------------------------------------------------------------- /meadmin/images/rightw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/rightw.gif -------------------------------------------------------------------------------- /meadmin/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/search.png -------------------------------------------------------------------------------- /meadmin/images/search2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/search2.png -------------------------------------------------------------------------------- /meadmin/images/sechand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/sechand.png -------------------------------------------------------------------------------- /meadmin/images/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meravi/school-management/HEAD/meadmin/images/social.png -------------------------------------------------------------------------------- /meadmin/logouts.php: -------------------------------------------------------------------------------- 1 | delete_teacher($del_teacher); 4 | if($del_done==true) 5 | { 6 | echo ""; 7 | 8 | } 9 | else 10 | { 11 | echo ""; 12 | } 13 | ?> -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | custom: # Replace with a single custom sponsorship URL 10 | -------------------------------------------------------------------------------- /meadmin/js/css3clock.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | setInterval( function() { 4 | var seconds = new Date().getSeconds(); 5 | var sdegree = seconds * 6; 6 | var srotate = "rotate(" + sdegree + "deg)"; 7 | 8 | $("#sec").css({"-moz-transform" : srotate, "-webkit-transform" : srotate}); 9 | 10 | }, 1000 ); 11 | 12 | 13 | setInterval( function() { 14 | var hours = new Date().getHours(); 15 | var mins = new Date().getMinutes(); 16 | var hdegree = hours * 30 + (mins / 2); 17 | var hrotate = "rotate(" + hdegree + "deg)"; 18 | 19 | $("#hour").css({"-moz-transform" : hrotate, "-webkit-transform" : hrotate}); 20 | 21 | }, 1000 ); 22 | 23 | 24 | setInterval( function() { 25 | var mins = new Date().getMinutes(); 26 | var mdegree = mins * 6; 27 | var mrotate = "rotate(" + mdegree + "deg)"; 28 | 29 | $("#min").css({"-moz-transform" : mrotate, "-webkit-transform" : mrotate}); 30 | 31 | }, 1000 ); 32 | 33 | }); -------------------------------------------------------------------------------- /students/js/css3clock.js: -------------------------------------------------------------------------------- 1 | $(function() { 2 | 3 | setInterval( function() { 4 | var seconds = new Date().getSeconds(); 5 | var sdegree = seconds * 6; 6 | var srotate = "rotate(" + sdegree + "deg)"; 7 | 8 | $("#sec").css({"-moz-transform" : srotate, "-webkit-transform" : srotate}); 9 | 10 | }, 1000 ); 11 | 12 | 13 | setInterval( function() { 14 | var hours = new Date().getHours(); 15 | var mins = new Date().getMinutes(); 16 | var hdegree = hours * 30 + (mins / 2); 17 | var hrotate = "rotate(" + hdegree + "deg)"; 18 | 19 | $("#hour").css({"-moz-transform" : hrotate, "-webkit-transform" : hrotate}); 20 | 21 | }, 1000 ); 22 | 23 | 24 | setInterval( function() { 25 | var mins = new Date().getMinutes(); 26 | var mdegree = mins * 6; 27 | var mrotate = "rotate(" + mdegree + "deg)"; 28 | 29 | $("#min").css({"-moz-transform" : mrotate, "-webkit-transform" : mrotate}); 30 | 31 | }, 1000 ); 32 | 33 | }); -------------------------------------------------------------------------------- /meadmin/css/jqvmap.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQVMap Version 1.0 3 | * 4 | * http://jqvmap.com 5 | * 6 | * Copyright 2012, Peter Schmalfeldt 7 | * Licensed under the MIT license. 8 | * 9 | * Fork Me @ https://github.com/manifestinteractive/jqvmap 10 | */ 11 | .jqvmap-label 12 | { 13 | position: absolute; 14 | display: none; 15 | background: #292929; 16 | color: white; 17 | font-family: 'Roboto', sans-serif; 18 | font-size: smaller; 19 | padding: 3px; 20 | } 21 | .jqvmap-zoomin, .jqvmap-zoomout 22 | { 23 | position: absolute; 24 | left: 10px; 25 | -webkit-border-radius: 3px; 26 | -moz-border-radius: 3px; 27 | border-radius: 3px; 28 | background: #000000; 29 | padding: 1px; 30 | color: white; 31 | width: 10px; 32 | height: 10px; 33 | cursor: pointer; 34 | line-height: 9px; 35 | text-align: center; 36 | } 37 | .jqvmap-zoomin 38 | { 39 | top: 10px; 40 | } 41 | .jqvmap-zoomout 42 | { 43 | top: 30px; 44 | } 45 | .jqvmap-region 46 | { 47 | cursor: pointer; 48 | } 49 | .jqvmap-ajax_response 50 | { 51 | width: 100%; 52 | height: 500px; 53 | } -------------------------------------------------------------------------------- /students/css/jqvmap.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQVMap Version 1.0 3 | * 4 | * http://jqvmap.com 5 | * 6 | * Copyright 2012, Peter Schmalfeldt 7 | * Licensed under the MIT license. 8 | * 9 | * Fork Me @ https://github.com/manifestinteractive/jqvmap 10 | */ 11 | .jqvmap-label 12 | { 13 | position: absolute; 14 | display: none; 15 | background: #292929; 16 | color: white; 17 | font-family: 'Roboto', sans-serif; 18 | font-size: smaller; 19 | padding: 3px; 20 | } 21 | .jqvmap-zoomin, .jqvmap-zoomout 22 | { 23 | position: absolute; 24 | left: 10px; 25 | -webkit-border-radius: 3px; 26 | -moz-border-radius: 3px; 27 | border-radius: 3px; 28 | background: #000000; 29 | padding: 1px; 30 | color: white; 31 | width: 10px; 32 | height: 10px; 33 | cursor: pointer; 34 | line-height: 9px; 35 | text-align: center; 36 | } 37 | .jqvmap-zoomin 38 | { 39 | top: 10px; 40 | } 41 | .jqvmap-zoomout 42 | { 43 | top: 30px; 44 | } 45 | .jqvmap-region 46 | { 47 | cursor: pointer; 48 | } 49 | .jqvmap-ajax_response 50 | { 51 | width: 100%; 52 | height: 500px; 53 | } -------------------------------------------------------------------------------- /meadmin/css/atlas.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow:hidden; 3 | } 4 | 5 | #maps{ 6 | position:absolute; 7 | top:2px; 8 | right: 0px; 9 | font: 12px ; 10 | font-weight:400; 11 | font-family: 'Roboto', sans-serif; 12 | } 13 | 14 | #maps > a{ 15 | display:block; 16 | float:left; 17 | background:url(home-arrow.png) 1px left no-repeat; 18 | width:17px; 19 | height:18px; 20 | margin:20px 0 0 16px; 21 | text-indent:-99999px; 22 | } 23 | #maps > a:hover{ 24 | background:url(home-arrow.png) -17px left no-repeat; 25 | } 26 | 27 | #maps ul{ 28 | list-style-type:none; 29 | margin:28px 0 0 80px; 30 | } 31 | #maps li{ 32 | float:left; 33 | margin-right:20px; 34 | } 35 | 36 | #maps li a{ 37 | text-decoration:none; 38 | color:#999; 39 | } 40 | 41 | #maps li a:hover{ 42 | color: #00C6D7; 43 | } 44 | 45 | #maps li a.active{ 46 | font-weight:normal; 47 | color:#333; 48 | } 49 | 50 | #dataset{ 51 | position:fixed; 52 | bottom:20px; 53 | right:20px; 54 | font: 10px Arial, sans-serif; 55 | background:white; 56 | } 57 | 58 | #dataset a{ 59 | color:#666; 60 | text-decoration:none; 61 | } 62 | 63 | #dataset a:hover{ 64 | color:black; 65 | text-decoration:underline; 66 | } 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /students/css/atlas.css: -------------------------------------------------------------------------------- 1 | body{ 2 | overflow:hidden; 3 | } 4 | 5 | #maps{ 6 | position:absolute; 7 | top:2px; 8 | right: 0px; 9 | font: 12px ; 10 | font-weight:400; 11 | font-family: 'Roboto', sans-serif; 12 | } 13 | 14 | #maps > a{ 15 | display:block; 16 | float:left; 17 | background:url(home-arrow.png) 1px left no-repeat; 18 | width:17px; 19 | height:18px; 20 | margin:20px 0 0 16px; 21 | text-indent:-99999px; 22 | } 23 | #maps > a:hover{ 24 | background:url(home-arrow.png) -17px left no-repeat; 25 | } 26 | 27 | #maps ul{ 28 | list-style-type:none; 29 | margin:28px 0 0 80px; 30 | } 31 | #maps li{ 32 | float:left; 33 | margin-right:20px; 34 | } 35 | 36 | #maps li a{ 37 | text-decoration:none; 38 | color:#999; 39 | } 40 | 41 | #maps li a:hover{ 42 | color: #00C6D7; 43 | } 44 | 45 | #maps li a.active{ 46 | font-weight:normal; 47 | color:#333; 48 | } 49 | 50 | #dataset{ 51 | position:fixed; 52 | bottom:20px; 53 | right:20px; 54 | font: 10px Arial, sans-serif; 55 | background:white; 56 | } 57 | 58 | #dataset a{ 59 | color:#666; 60 | text-decoration:none; 61 | } 62 | 63 | #dataset a:hover{ 64 | color:black; 65 | text-decoration:underline; 66 | } 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /js/move-top.js: -------------------------------------------------------------------------------- 1 | /* UItoTop jQuery Plugin 1.2 | Matt Varone | http://www.mattvarone.com/web-design/uitotop-jquery-plugin */ 2 | (function($){$.fn.UItoTop=function(options){var defaults={text:'To Top',min:200,inDelay:600,outDelay:400,containerID:'toTop',containerHoverID:'toTopHover',scrollSpeed:1000,easingType:'linear'},settings=$.extend(defaults,options),containerIDhash='#'+settings.containerID,containerHoverIDHash='#'+settings.containerHoverID;$('body').append(''+settings.text+'');$(containerIDhash).hide().on('click.UItoTop',function(){$('html, body').animate({scrollTop:0},settings.scrollSpeed,settings.easingType);$('#'+settings.containerHoverID,this).stop().animate({'opacity':0},settings.inDelay,settings.easingType);return false;}).prepend('').hover(function(){$(containerHoverIDHash,this).stop().animate({'opacity':1},600,'linear');},function(){$(containerHoverIDHash,this).stop().animate({'opacity':0},700,'linear');});$(window).scroll(function(){var sd=$(window).scrollTop();if(typeof document.body.style.maxHeight==="undefined"){$(containerIDhash).css({'position':'absolute','top':sd+$(window).height()-50});} 3 | if(sd>settings.min) 4 | $(containerIDhash).fadeIn(settings.inDelay);else 5 | $(containerIDhash).fadeOut(settings.Outdelay);});};})(jQuery); -------------------------------------------------------------------------------- /images/icons.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /meadmin/maps/usofa.json: -------------------------------------------------------------------------------- 1 | {"nodes": {"WA": {}, "DE": {}, "DC": {}, "WI": {}, "WV": {}, "FL": {}, "WY": {}, "NH": {}, "NJ": {}, "NM": {}, "TX": {}, "LA": {}, "NC": {}, "ND": {}, "NE": {}, "TN": {}, "NY": {}, "PA": {}, "RI": {}, "NV": {}, "VA": {}, "CO": {}, "CA": {}, "AL": {}, "AR": {}, "VT": {}, "IL": {}, "GA": {}, "IN": {}, "IA": {}, "OK": {}, "AZ": {}, "ID": {}, "CT": {}, "ME": {}, "MD": {}, "MA": {}, "OH": {}, "UT": {}, "MO": {}, "MN": {}, "MI": {}, "KS": {}, "MT": {}, "MS": {}, "SC": {}, "KY": {}, "OR": {}, "SD": {}}, "edges": {"WA": {"OR": {}}, "DE": {"MD": {}}, "DC": {"MD": {}}, "WI": {"MN": {}, "MI": {}}, "WV": {"MD": {}, "KY": {}, "OH": {}}, "WY": {"MT": {}, "UT": {}, "SD": {}}, "NH": {"ME": {}, "MA": {}}, "NJ": {"NY": {}, "PA": {}, "DE": {}}, "NM": {"OK": {}, "TX": {}}, "TX": {"OK": {}, "LA": {}}, "LA": {"MS": {}}, "NC": {"TN": {}, "SC": {}}, "ND": {"MT": {}, "MN": {}, "SD": {}}, "NE": {"KS": {}, "MO": {}, "WY": {}, "SD": {}}, "TN": {"MO": {}, "KY": {}, "MS": {}}, "NY": {"PA": {}, "MA": {}}, "PA": {"MD": {}, "DE": {}, "OH": {}, "WV": {}}, "RI": {"MA": {}}, "NV": {"UT": {}, "OR": {}}, "VA": {"MD": {}, "NC": {}, "DC": {}, "TN": {}, "WV": {}, "KY": {}}, "CO": {"OK": {}, "NM": {}, "UT": {}, "NE": {}, "KS": {}, "WY": {}}, "CA": {"AZ": {}, "OR": {}, "NV": {}}, "AL": {"TN": {}, "FL": {}, "GA": {}, "MS": {}}, "AR": {"OK": {}, "TX": {}, "LA": {}, "MO": {}, "TN": {}, "MS": {}}, "VT": {"NH": {}, "NY": {}, "MA": {}}, "IL": {"IA": {}, "KY": {}, "MO": {}, "WI": {}, "IN": {}}, "GA": {"SC": {}, "TN": {}, "NC": {}, "FL": {}}, "IN": {"KY": {}, "MI": {}, "OH": {}}, "IA": {"MO": {}, "MN": {}, "NE": {}, "WI": {}, "SD": {}}, "AZ": {"UT": {}, "NM": {}, "NV": {}}, "ID": {"WA": {}, "UT": {}, "MT": {}, "WY": {}, "OR": {}, "NV": {}}, "CT": {"NY": {}, "MA": {}, "RI": {}}, "OK": {"KS": {}, "MO": {}}, "OH": {"KY": {}, "MI": {}}, "MO": {"KS": {}, "KY": {}}, "MN": {"SD": {}}, "MT": {"SD": {}}}} -------------------------------------------------------------------------------- /students/maps/usofa.json: -------------------------------------------------------------------------------- 1 | {"nodes": {"WA": {}, "DE": {}, "DC": {}, "WI": {}, "WV": {}, "FL": {}, "WY": {}, "NH": {}, "NJ": {}, "NM": {}, "TX": {}, "LA": {}, "NC": {}, "ND": {}, "NE": {}, "TN": {}, "NY": {}, "PA": {}, "RI": {}, "NV": {}, "VA": {}, "CO": {}, "CA": {}, "AL": {}, "AR": {}, "VT": {}, "IL": {}, "GA": {}, "IN": {}, "IA": {}, "OK": {}, "AZ": {}, "ID": {}, "CT": {}, "ME": {}, "MD": {}, "MA": {}, "OH": {}, "UT": {}, "MO": {}, "MN": {}, "MI": {}, "KS": {}, "MT": {}, "MS": {}, "SC": {}, "KY": {}, "OR": {}, "SD": {}}, "edges": {"WA": {"OR": {}}, "DE": {"MD": {}}, "DC": {"MD": {}}, "WI": {"MN": {}, "MI": {}}, "WV": {"MD": {}, "KY": {}, "OH": {}}, "WY": {"MT": {}, "UT": {}, "SD": {}}, "NH": {"ME": {}, "MA": {}}, "NJ": {"NY": {}, "PA": {}, "DE": {}}, "NM": {"OK": {}, "TX": {}}, "TX": {"OK": {}, "LA": {}}, "LA": {"MS": {}}, "NC": {"TN": {}, "SC": {}}, "ND": {"MT": {}, "MN": {}, "SD": {}}, "NE": {"KS": {}, "MO": {}, "WY": {}, "SD": {}}, "TN": {"MO": {}, "KY": {}, "MS": {}}, "NY": {"PA": {}, "MA": {}}, "PA": {"MD": {}, "DE": {}, "OH": {}, "WV": {}}, "RI": {"MA": {}}, "NV": {"UT": {}, "OR": {}}, "VA": {"MD": {}, "NC": {}, "DC": {}, "TN": {}, "WV": {}, "KY": {}}, "CO": {"OK": {}, "NM": {}, "UT": {}, "NE": {}, "KS": {}, "WY": {}}, "CA": {"AZ": {}, "OR": {}, "NV": {}}, "AL": {"TN": {}, "FL": {}, "GA": {}, "MS": {}}, "AR": {"OK": {}, "TX": {}, "LA": {}, "MO": {}, "TN": {}, "MS": {}}, "VT": {"NH": {}, "NY": {}, "MA": {}}, "IL": {"IA": {}, "KY": {}, "MO": {}, "WI": {}, "IN": {}}, "GA": {"SC": {}, "TN": {}, "NC": {}, "FL": {}}, "IN": {"KY": {}, "MI": {}, "OH": {}}, "IA": {"MO": {}, "MN": {}, "NE": {}, "WI": {}, "SD": {}}, "AZ": {"UT": {}, "NM": {}, "NV": {}}, "ID": {"WA": {}, "UT": {}, "MT": {}, "WY": {}, "OR": {}, "NV": {}}, "CT": {"NY": {}, "MA": {}, "RI": {}}, "OK": {"KS": {}, "MO": {}}, "OH": {"KY": {}, "MI": {}}, "MO": {"KS": {}, "KY": {}}, "MN": {"SD": {}}, "MT": {"SD": {}}}} -------------------------------------------------------------------------------- /meadmin/js/cbpFWTabs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * cbpFWTabs.js v1.0.0 3 | * http://www.codrops.com 4 | * 5 | * Licensed under the MIT license. 6 | * http://www.opensource.org/licenses/mit-license.php 7 | * 8 | * Copyright 2014, Codrops 9 | * http://www.codrops.com 10 | */ 11 | ;( function( window ) { 12 | 13 | 'use strict'; 14 | 15 | function extend( a, b ) { 16 | for( var key in b ) { 17 | if( b.hasOwnProperty( key ) ) { 18 | a[key] = b[key]; 19 | } 20 | } 21 | return a; 22 | } 23 | 24 | function CBPFWTabs( el, options ) { 25 | this.el = el; 26 | this.options = extend( {}, this.options ); 27 | extend( this.options, options ); 28 | this._init(); 29 | } 30 | 31 | CBPFWTabs.prototype.options = { 32 | start : 0 33 | }; 34 | 35 | CBPFWTabs.prototype._init = function() { 36 | // tabs elemes 37 | this.tabs = [].slice.call( this.el.querySelectorAll( 'nav > ul > li' ) ); 38 | // content items 39 | this.items = [].slice.call( this.el.querySelectorAll( '.content > section' ) ); 40 | // current index 41 | this.current = -1; 42 | // show current content item 43 | this._show(); 44 | // init events 45 | this._initEvents(); 46 | }; 47 | 48 | CBPFWTabs.prototype._initEvents = function() { 49 | var self = this; 50 | this.tabs.forEach( function( tab, idx ) { 51 | tab.addEventListener( 'click', function( ev ) { 52 | ev.preventDefault(); 53 | self._show( idx ); 54 | } ); 55 | } ); 56 | }; 57 | 58 | CBPFWTabs.prototype._show = function( idx ) { 59 | if( this.current >= 0 ) { 60 | this.tabs[ this.current ].className = ''; 61 | this.items[ this.current ].className = ''; 62 | } 63 | // change current 64 | this.current = idx != undefined ? idx : this.options.start >= 0 && this.options.start < this.items.length ? this.options.start : 0; 65 | this.tabs[ this.current ].className = 'tab-current'; 66 | this.items[ this.current ].className = 'content-current'; 67 | }; 68 | 69 | // add to global namespace 70 | window.CBPFWTabs = CBPFWTabs; 71 | 72 | })( window ); -------------------------------------------------------------------------------- /students/js/cbpFWTabs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * cbpFWTabs.js v1.0.0 3 | * http://www.codrops.com 4 | * 5 | * Licensed under the MIT license. 6 | * http://www.opensource.org/licenses/mit-license.php 7 | * 8 | * Copyright 2014, Codrops 9 | * http://www.codrops.com 10 | */ 11 | ;( function( window ) { 12 | 13 | 'use strict'; 14 | 15 | function extend( a, b ) { 16 | for( var key in b ) { 17 | if( b.hasOwnProperty( key ) ) { 18 | a[key] = b[key]; 19 | } 20 | } 21 | return a; 22 | } 23 | 24 | function CBPFWTabs( el, options ) { 25 | this.el = el; 26 | this.options = extend( {}, this.options ); 27 | extend( this.options, options ); 28 | this._init(); 29 | } 30 | 31 | CBPFWTabs.prototype.options = { 32 | start : 0 33 | }; 34 | 35 | CBPFWTabs.prototype._init = function() { 36 | // tabs elemes 37 | this.tabs = [].slice.call( this.el.querySelectorAll( 'nav > ul > li' ) ); 38 | // content items 39 | this.items = [].slice.call( this.el.querySelectorAll( '.content > section' ) ); 40 | // current index 41 | this.current = -1; 42 | // show current content item 43 | this._show(); 44 | // init events 45 | this._initEvents(); 46 | }; 47 | 48 | CBPFWTabs.prototype._initEvents = function() { 49 | var self = this; 50 | this.tabs.forEach( function( tab, idx ) { 51 | tab.addEventListener( 'click', function( ev ) { 52 | ev.preventDefault(); 53 | self._show( idx ); 54 | } ); 55 | } ); 56 | }; 57 | 58 | CBPFWTabs.prototype._show = function( idx ) { 59 | if( this.current >= 0 ) { 60 | this.tabs[ this.current ].className = ''; 61 | this.items[ this.current ].className = ''; 62 | } 63 | // change current 64 | this.current = idx != undefined ? idx : this.options.start >= 0 && this.options.start < this.items.length ? this.options.start : 0; 65 | this.tabs[ this.current ].className = 'tab-current'; 66 | this.items[ this.current ].className = 'content-current'; 67 | }; 68 | 69 | // add to global namespace 70 | window.CBPFWTabs = CBPFWTabs; 71 | 72 | })( window ); -------------------------------------------------------------------------------- /js/simplePlayer.js: -------------------------------------------------------------------------------- 1 | 2 | var YTdeferred = jQuery.Deferred(); 3 | 4 | window.onYouTubeIframeAPIReady = function() { 5 | YTdeferred.resolve(window.YT); 6 | }; 7 | 8 | (function( $ ) { 9 | 10 | $.ajaxSetup({ 11 | cache: true 12 | }); 13 | 14 | $.getScript( "https://www.youtube.com/iframe_api") 15 | .done(function( script, textStatus ) { 16 | }); 17 | 18 | $.fn.simplePlayer = function() { 19 | 20 | var video = $(this); 21 | 22 | var play = $('
', { id: 'play' }).hide(); 23 | 24 | var defaults = { 25 | autoplay: 1, 26 | autohide: 1, 27 | border: 0, 28 | wmode: 'opaque', 29 | enablejsapi: 1, 30 | modestbranding: 1, 31 | version: 3, 32 | hl: 'en_US', 33 | rel: 0, 34 | showinfo: 0, 35 | hd: 1, 36 | iv_load_policy: 3 // add origin 37 | }; 38 | 39 | // onYouTubeIframeAPIReady 40 | 41 | YTdeferred.done(function(YT) { 42 | play.appendTo( video ).fadeIn('slow'); 43 | }); 44 | 45 | function onPlayerStateChange(event) { 46 | if (event.data == YT.PlayerState.ENDED) { 47 | play.fadeIn(500); 48 | } 49 | } 50 | 51 | function onPlayerReady(event) { 52 | var replay = document.getElementById('play'); 53 | replay.addEventListener('click', function() { 54 | player.playVideo(); 55 | }); 56 | } 57 | 58 | play.bind('click', function () { 59 | 60 | if ( !$('#player' ).length ) { 61 | 62 | $('