forked from ictslgti/sis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAddNotice.php
More file actions
52 lines (40 loc) · 1.1 KB
/
Copy pathAddNotice.php
File metadata and controls
52 lines (40 loc) · 1.1 KB
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
<!-- bLOCK#1 start don't change the order-->
<?php
$title =" Department Deatils| SLGTI";
include_once("config.php");
include_once("head.php");
include_once("menu.php");
?>
<!-- end don't change the order-->
<!-- bLOCK#2 start your code here & u can change -->
<br>
<hr>
<div class="alert bg-dark text-white text-center" role="alert"><h1>Add New Notice</h1>
</div>
<hr>
<div class="card-deck">
<br>
<br>
<div class="card bg-dark text-white">
<div class="card-header"><h1>Result</h1></div>
<div class="card-body">
<p class="card-text">
<a href="NoticeAddResult.php">
<h1>Add New Result<h1></a></p>
</div>
</div>
<div class="card bg-dark text-white">
<div class="card-header"><h1>Events</h1></div>
<div class="card-body">
<p class="card-text">
<a href="NoticeEventUpload.php">
<h1>Add New Events<h1></a></p>
</div>
</div>
</div>
</div>
<hr>
<!-- end your code here-->
<!--bLOCK#3 start don't change the order-->
<?php include_once("footer.php");?>
<!-- end don't change the order-->