-
Notifications
You must be signed in to change notification settings - Fork 0
/
blank_template.php
44 lines (22 loc) · 957 Bytes
/
blank_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
<?php
include 'dbc.php';
page_protect();
$pagetitle="Staff Profile";
include "includes/header2.php";
$db1 = new db1(); ?>
<div class="form-container">
<div class="container">
<form action="lab_studentreport.php" method="post" role="form">
<div class="row">
<div class="templatemo-line-header" style="margin-top: 0px;" >
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span class="span_blog txt_darkgrey txt_orange">Page Heading</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
</div>
</div>
</div><!--form-container-->
</form>
</div><!--container-->
<?php include "includes/footer.php"; ?>