-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.php
executable file
·25 lines (22 loc) · 848 Bytes
/
help.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
<?php /*help.php */?>
<!doctype html><html><head>
<?php include'imports.php'?>
</head><body><center>
<!--sidebar--><?php include'sidebar.php'?>
<!--NAVBAR--><?php include"navbar.php"?>
<!--TITLE--><h1><?php write('#help')?></h1>
<div id=main>
<!-- <p>
This page will have resources (example json files and a user manual)
(in development)
</p> -->
<h4><b>ECAM v2</b></h4>
<table>
<tr><td><a href="help_pdf/ECAM V2 FAQ_Aug2017.pdf">Frequently Asked Questions (pdf)</a></h4>
<tr><td><a href="help_pdf/ECAM V2 Methodology_Aug2017.pdf">Methodology (pdf)</a></h4>
<tr><td><a href="help_pdf/ECAM_2.0_Manual_170822.pdf">Manual (pdf)</a></h4>
<tr><td><a href="help_pdf/ECAMV2 Example.json" download>Example json file (json)</a></h4>
</table>
</div>
<!--footer--><?php include'footer.php'?>
<!--CURRENT JSON--><?php include'currentJSON.php'?>