-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompetency.php
More file actions
43 lines (41 loc) · 1.45 KB
/
Competency.php
File metadata and controls
43 lines (41 loc) · 1.45 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
<!DOCTYPE html>
<?php
$thispage = "Competency.php";
session_start();
$_SESSION["lastpage"] = $thispage;
?>
<html lang="en">
<?php
include 'phpIncludes/head.php'
?>
<body class="metro" style="background-color: white;">
<div class="container10x6" style="background-color: black;">
<div class="main-content clearfix">
<?php
include 'phpIncludes/navBar.php';
?>
<div class="tile-area no-padding clearfix text-area">
<div class="tab-content">
<div class="page-content" id="left" page="1">
<?php
$idtext = 7;
include 'phpIncludes/getText.php';
include 'phpIncludes/placeText.php';
?>
</div>
<div class="page-content" id="right" page="1">
<?php
$idtext = 8;
include 'phpIncludes/getText.php';
include 'phpIncludes/placeText.php';
?>
</div>
</div>
</div>
<?php
include 'htmlIncludes/balloonMenu.html';
?>
</div>
</div>
</body>
</html>