-
Notifications
You must be signed in to change notification settings - Fork 23
/
report - Copy.php
44 lines (40 loc) · 3.08 KB
/
report - Copy.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
<?php
include './Database/Controler.php';
include 'role.php';
?>
<h2>Report Generator</h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<center>
<form method="post" role="form" enctype="multipart/form-data">
<div class="col-md-6">
<button type="submit" id="dt_vise" name="dt_vise" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-calendar-o"></i> Date Vise</b>
</button><br><br><br><br><br>
<button type="submit" id="dtr_vise" name="sem_vise" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-bullseye"></i> Semester Vise</b>
</button><br><br><br><br><br>
<button type="submit" id="rn_vise" name="rn_vise" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-smile-o"></i> Roll Number Vise</b>
</button>
<br><br></div>
<div class="col-md-6">
<button type="submit" id="div_vise" name="div_vise" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-building-o"></i> Division Vise</b>
</button><br><br><br><br><br>
<button type="submit" id="sub_vise" name="sub_vise" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-book"></i> Subject Vise</b>
</button><br><br><br><br><br>
<button type="submit" id="overall" name="overall" class="btn btn-lg" style="width:60%;background-color:#000000;color: #cccc00;" >
<b style="font-size: larger"><i class="fa fa-certificate"></i> Overall Report</b>
</button>
</div>
</form> </center>
<?php
include 'footer.php';
?>