-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.php
300 lines (254 loc) · 10.6 KB
/
template.php
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<?php
include'all.php';
?>
<style>
.bg-title{
background: rgba(60,141,188,1);
background: -moz-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 59%, rgba(80,161,208,1) 97%, rgba(80,161,208,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,141,188,1)), color-stop(0%, rgba(60,141,188,1)), color-stop(59%, rgba(60,141,188,1)), color-stop(97%, rgba(80,161,208,1)), color-stop(100%, rgba(80,161,208,1)));
background: -webkit-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 59%, rgba(80,161,208,1) 97%, rgba(80,161,208,1) 100%);
background: -o-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 59%, rgba(80,161,208,1) 97%, rgba(80,161,208,1) 100%);
background: -ms-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 59%, rgba(80,161,208,1) 97%, rgba(80,161,208,1) 100%);
background: linear-gradient(to right, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 59%, rgba(80,161,208,1) 97%, rgba(80,161,208,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#f16f5c', GradientType=1 );
}
.bg-title2{
background: rgba(60,141,188,1);
background: -moz-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 27%, rgba(80,161,208,1) 90%, rgba(80,161,208,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,141,188,1)), color-stop(0%, rgba(60,141,188,1)), color-stop(27%, rgba(60,141,188,1)), color-stop(90%, rgba(80,161,208,1)), color-stop(100%, rgba(80,161,208,1)));
background: -webkit-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 27%, rgba(80,161,208,1) 90%, rgba(80,161,208,1) 100%);
background: -o-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 27%, rgba(80,161,208,1) 90%, rgba(80,161,208,1) 100%);
background: -ms-linear-gradient(left, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 0%, rgba(60,141,188,1) 27%, rgba(80,161,208,1) 90%, rgba(80,161,208,1) 100%);
}
@media only screen and (max-width: 990px) {
.pm, .pro-box{
border-bottom:solid 1px silver;
padding-bottom: 10px;
}
.boxzol{
margin-bottom:20px;
}
.forum{
margin-left:5px;
margin-right:5px;
}
.forum2{
margin-left:5px;
margin-right:5px;
}
.topinfo{
margin-left:2px;
margin-right:2px;
}
}
@media only screen and (min-width: 990px) {
.pm{
border-right:solid 1px silver;
border-left:solid 1px silver;
}
.boxzol{
margin-bottom:10px;
}
.topinfo{
margin-left:10px;
margin-right:10px;
}
.forum2{
padding-left: 0px;
}
}
</style>
<!-- Content Wrapper. Contains page content -->
<?php
if(isset($_SESSION['user_id']) && !empty($_SESSION['user_id']) && $user_type==3)
{
if(isset($_GET["id"]) && !empty($_GET["id"]))
{
$user_id=$_GET['id'];
$query="SELECT * FROM login WHERE id='".$user_id."'";
$query_run=mysqli_query($con,$query);
$rows=mysqli_fetch_assoc($query_run);
}
?>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg1">
<div class="modal-content" style="width:100%:">
<div class="modal-header">
<h3 class="modal-title" >People following <?php echo $rows["firstname"].' '.$rows["surname"];?></h3>
</div>
<div class="modal-body xsfonts" style="" id="folist"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" style="font-size:15px;" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg2" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg1">
<div class="modal-content" style="width:100%:">
<div class="modal-header">
<h3 class="modal-title" >Poeple Followed by <?php echo $rows["firstname"].' '.$rows["surname"];?>'s </h3>
</div>
<div class="modal-body xsfonts" style="" id="folist2"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" style="font-size:15px;" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="row" style="background-color:#ecf0f5;height:5px;"></div>
<div class="row topinfo">
<div class="col-md-12" style="padding-left:10px;padding-right:10px;">
<div class="box boxzol" style="">
<div class="box-header with-border bg-title2" style="">
<h2 class="box-title" style="font-size:22px;color:white;"><?php echo $rows["firstname"].' '.$rows["surname"];?>'s Profile</h2>
</div>
<!-- /.box-header -->
<div class="box-body">
<!-- /.col -->
<div class="col-md-6 pro-box" style="">
<h3 class="text-center" style="font-size:20px;margin-top:10px"><b><?php echo $rows["firstname"].' '.$rows["surname"];?></b></h3>
<div class="profile-picture text-center">
<img src="images/users/<?php
if(file_exists('images/users/'.$user_id.'.jpg'))
{
echo $user_id;
}
else
{
echo 'default';
}
?>.jpg" class="img-circle" width="160" height="160">
<?php
if(!empty($_GET["id"]) && isset($_GET["id"]))
{
?>
<br>
</button>
<?php
}
?>
</div>
</div>
<!-- /.col -->
<h3 class="pmh text-center visible-sm visible-xs" style="font-size:20px;"><b>Personal Memoronda</b></h3>
<div class="pm col-md-5" style="display:flex;justify-content:center;">
<div class="pmi profile-info" >
<h4 class="pmh text-center visible-md visible-lg" style="font-size:20px;"><b>Personal Memoronda</b></h4><br>
<span style="font-size:16px;"><b>Name:</b></span>   <span style="font-size:16px;"><?php echo $rows["firstname"].' '.$rows["surname"];?></span><br>
<span style="font-size:16px;"><b>Email ID:</b></span>   <span style="font-size:16px;"><?php echo $rows["email"];?></span><br>
<?php if($user_type==2){?><span style="font-size:16px;"><b>Regno:</b></span>   <span style="font-size:16px;"><?php echo $rows["Regid"];?></span><br><?php }?>
<span style="font-size:16px;"><b>Gender:</b></span>   <span style="font-size:16px;"><?php echo $rows["gender"];?></span><br>
<span style="font-size:16px;"><b>Birth Date:</b></span>   <span style="font-size:16px;"><?php echo date("d M Y",strtotime($rows["dob"]));?></span><br>
<span style="font-size:16px;"><b>Date of joining:</b></span>   <span style="font-size:16px;"><?php echo date("M Y",strtotime($rows['doj']));?></span><br>
</div>
<!-- /.col -->
</div>
</div>
<h4 class="pmh text-center visible-md visible-lg" style="font-size:20px;"><b>PREVIOUS CONTRIBUTIONS</b></h4><br>
<?php
$query1="SELECT * FROM login,application WHERE login.id= application.id and application.did='".$user_id."'";
$query_run1=mysqli_query($con,$query1);
?>
<!-- /.box-header -->
<div class="box-body no-padding">
<table class="table table-condensed">
<tbody><tr>
<th style="width: 10px">#</th>
<th><b>SR NO.</b></th>
<th><b>NAME</b></th>
<th style="width: 40px"><b>PROGRESS</b></th>
</tr>
<?php
$i=1;
while($row1=mysqli_fetch_assoc($query_run1))
{
?>
<tr>
<td><?php echo $i;?></td>
<td><?php echo $row1["firstname"].'<br>'?></td>
<td><?php echo $row1["surname"].'<br>'?></td>
<td>
<div class="progress progress-xs">
<div class="progress-bar progress-bar-danger" style="width: 55%"></div>
</div>
</td>
<td><span class="badge bg-red">55%</span></td>
</tr>
<?php
$i++;
}
?>
</tbody></table>
</div>
<!-- /.box-body -->
</div>
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<script type="text/javascript">
var btn1 = document.getElementById('adhar');
btn.addEventListener('click', function() {
document.location.href = '#';
});
var btn2 = document.getElementById('income');
btn.addEventListener('click', function() {
document.location.href = '#';
});
var btn3 = document.getElementById('ration');
btn.addEventListener('click', function() {
document.location.href = '#';
});
var btn4 = document.getElementById('academic');
btn.addEventListener('click', function() {
document.location.href = '#';
});
</script>
<!-- Main row -->
<div class="row" style="margin:10px -7px; ">
<!-- Left col -->
<!-- /.row -->
<?php
$queryus="SELECT type FROM login WHERE id='".$user_id."'";
$query_runus=mysqli_query($con,$queryus);
$rowus=mysqli_fetch_assoc($query_runus);
if($rowus['type']==3)
{
?>
<?php
}
?>
<?php
$queryus="SELECT type FROM login WHERE id='".$_SESSION['user_id']."'";
$query_runus=mysqli_query($con,$queryus);
$rowus=mysqli_fetch_assoc($query_runus);
if($rowus['type']==$rowus['type'])
{
?>
<!-- /.box-body -->
</div>
</div>
<?php
}
?>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<?php
}else
{
echo '<script type="text/javascript">';
echo 'window.location.href="login.php";';
echo '</script>';
}
?>
<?php
include'footer.php';
?>