forked from ca2853/onapdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess_aaf.php
More file actions
38 lines (28 loc) · 721 Bytes
/
process_aaf.php
File metadata and controls
38 lines (28 loc) · 721 Bytes
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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ONAPDOCS Landing Page</title>
<meta name="description" content="">
<link rel="stylesheet" href="css/menu_style.css">
<!-- IE6-8 support of HTML5 elements --> <!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--
-->
<div>
<H3 id="main_menu_title_medium"><center>AAF API's </center></H3>
<H2 id="main_menu_title_small"><center> <?php session_start(); echo "Rel: " . $_SESSION["release"]; ?></center></H2>
</div>
<!--
<div id="onap_lfn_menu">
-->
<div >
<?php
$OnapCompName = "AAF";
include 'php/main.php'; /* format page bitmap coords */
?>
</div><!--end wrapper-->
</body>
</html>