-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.php.bu
More file actions
14 lines (12 loc) · 951 Bytes
/
Copy pathmenu.php.bu
File metadata and controls
14 lines (12 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
//echo "<html>";
//echo "<head>";
//echo "<title>Edit Remote Station</title>";
//echo "</head>";
//echo "<body>";
echo "<a href=\"\\index.php\">Main</a><a href=\"\\register_station.php\">Register your Station</a><a href=\"\\hf_noise/dygraphs\">Graph Beata test</a><a href=\"\\hf_noise/date_range_picker/index.php\">List Export</a><a href=\"\\about_us.html\">About US</a><a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfgOJTti_9YisJ3fNSWnff091n61o2643SRkxXJTh_YeODeXA/viewform?formkey=dEZUN2tTUTU1NUdweUxldkcwNmpXNlE6MQ&fromEmail=true\">Contact US</a>";
//echo "[<a href=\"\\index.php\">Main</a>][<a href=\"\\register_station.php\">Register your Station</a>][<a href=\"\\hf_noise\index.php\">Graph</a>][<a href=\"\\hf_noise\\date_range_picker\\index.php\">List</a>][<a href=\"\\hf_noise\\date_range_picker\\export.php\">Export</a>][<a href=\"\\about_us.html\">About US</a>][Contact US]";
echo "<hr>";
//echo "</body>";
//echo "</html>";
?>