-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprocess_comp.php
More file actions
52 lines (40 loc) · 874 Bytes
/
process_comp.php
File metadata and controls
52 lines (40 loc) · 874 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<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> ** Process ExtAPI component</center></H3>
</div>
<!--
<div id="onap_lfn_menu">
-->
<div >
</div><!--end wrapper-->
<!--/div--><!--end wrapper-->
<div>
<table>
<?php include 'prt_post.php';?>
</table>
</div>
<!-- Debug Statements below.
<?php
$str = '-onap-diagram';
$filename = $_POST["release"].$str;
//echo "<<<< DEBUG: (" . $filename . ")";
?> <br>
-->
<!--
Doc Type: <?php echo $_POST["doc_type"]; ?><br>
Doc Type1: <?php echo $_POST["doc_type1"]; ?>
-->
</body>
</html>