-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjs.js
139 lines (124 loc) · 5.47 KB
/
js.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
$(document).ready(function() {
$('#popout').css('display', 'none');
$('#close').click(function(){
$('#popout').css('display', 'none');
});
$('#popout > :not(#popoutContents)').click(function(){
$('#popout').css('display', 'none');
});
$(document).keyup(function(e){
if(e.keyCode==27){
$('#popout').css('display', 'none');
}
});
});
$('#addS').click(function() {// get the list of admins from DB
$('#addS').css({"width":"96%", "background":"#fff"});
$('#acc').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('.rightcon').load("addSuper.php");
});
$('#acc').click(function() {// get the list of admins from DB
$('#addS').css({"width":"80%", "background":"#ededed"});
$('#acc').css({"width":"96%", "background":"#fff"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('.rightcon').load("addSuper.php");
});
$('#SPAS').click(function() {// get the list of admins from DB
var skul = "Faculty of Engineering";
$.post('phpList_pro.php', { skul: skul },function(data) {
$('.rightcon').html('<img src="images/loader.gif">');
$('.rightcon').html(data);
} );
$('#SMIT').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"96%", "background":"#fff"});
$('#SES').css({"width":"80%", "background":"#ededed"});
$('#STSE').css({"width":"80%", "background":"#ededed"});
$('#SAAT').css({"width":"80%", "background":"#ededed"});
$('#SEET').css({"width":"80%", "background":"#ededed"});
});
$('#SES').click(function() {// get the list of admins from DB
var skul = "Faculty of Pure and Applied Science";
$.post('phpList_pro.php', { skul: skul }, function(data) {
$('.rightcon').html(data).fadeIn(400);
});
$('#SMIT').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"80%", "background":"#ededed"});
$('#SES').css({"width":"96%", "background":"#fff"});
$('#STSE').css({"width":"80%", "background":"#ededed"});
$('#SAAT').css({"width":"80%", "background":"#ededed"});
$('#SEET').css({"width":"80%", "background":"#ededed"});
});
$('#SMIT').click(function() {// get the list of admins from DB
var skul = "SMIT";
$.post('phpList_pro.php', { skul: skul }, function(data) {
$('.rightcon').html(data).fadeIn(400);
});
$('#SMIT').css({"width":"96%", "background":"#fff"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"80%", "background":"#ededed"});
$('#SES').css({"width":"80%", "background":"#ededed"});
$('#STSE').css({"width":"80%", "background":"#ededed"});
$('#SAAT').css({"width":"80%", "background":"#ededed"});
$('#SEET').css({"width":"80%", "background":"#ededed"});
});
$('#STSE').click(function() {// get the list of admins from DB
var skul = "Faculty of Humanities,Managment and Social Science";
$.post('phpList_pro.php', { skul: skul }, function(data) {
$('.rightcon').html(data).fadeIn(400);
});
$('#SMIT').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"80%", "background":"#ededed"});
$('#SES').css({"width":"80%", "background":"#ededed"});
$('#STSE').css({"width":"96%", "background":"#fff"});
$('#SAAT').css({"width":"80%", "background":"#ededed"});
$('#SEET').css({"width":"80%", "background":"#ededed"});
});
$('#SAAT').click(function() {// get the list of admins from DB
var skul = "SAAT";
$.post('phpList_pro.php', { skul: skul }, function(data) {
$('.rightcon').html(data).fadeIn(400);
});
$('#SMIT').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"80%", "background":"#ededed"});
$('#SES').css({"width":"80%", "background":"#ededed"});
$('#STSE').css({"width":"80%", "background":"#ededed"});
$('#SAAT').css({"width":"96%", "background":"#fff"});
$('#SEET').css({"width":"80%", "background":"#ededed"});
});
$('#SEET').click(function() {// get the list of admins from DB
var skul = "Faculty of Agriculture and Life Science";
$.post('phpList_pro.php', { skul: skul }, function(data) {
$('.rightcon').html(data).fadeIn(400);
});
$('#SMIT').css({"width":"80%", "background":"#ededed"});
$('#curent').css({"width":"80%", "background":"#ededed"});
$('#SPAS').css({"width":"80%", "background":"#ededed"});
$('#SES').css({"width":"80%", "background":"#ededed"});
$('#STSE').css({"width":"80%", "background":"#ededed"});
$('#SAAT').css({"width":"80%", "background":"#ededed"});
$('#SEET').css({"width":"96%", "background":"#fff"});
});
/*$('#u_manage').click(function() {// get the list of sub-admins from DB
var getAdmin = "yes";
$.post('sub_adminlist.php', { getAdmin: getAdmin }, function(data) {
$('#adminlist').html(data).fadeIn(400);
});
});
$('#clear').click(function() {
var issues = $('#txt_area').val();
if(issues == ""){
alert("Please specify the issues associated with the student Clearance");
$('#txt_area').focus();
}
else {
$.post('sub_adminlist.php', { getAdmin: getAdmin }, function(data) {
$('#adminlist').html(data).fadeIn(400);
});
}
});
*/