This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/index.php

52 lines
1.6 KiB
PHP
Raw Normal View History

2022-09-08 21:05:49 +01:00
<!DOCTYPE html>
<html>
<head>
2022-09-20 19:34:44 +01:00
<?php include './page-blocks/headers.php';?>
2022-09-08 21:05:49 +01:00
<title>Athena</title>
2022-09-20 19:41:47 +01:00
<script src="/js/tiploc-finder.js" async></script>
2022-09-08 21:05:49 +01:00
</head>
<body>
<!-- Popup Menu -->
2022-09-20 19:41:47 +01:00
<?php require "./page-blocks/nav-menu.php";?>
2022-09-08 21:05:49 +01:00
<!-- Main Content Begins -->
2022-09-20 21:34:15 +01:00
<?php require "./page-blocks/title-image.php";?>
2022-09-08 21:05:49 +01:00
<br>
<input class="lookup-box" type="text" id="crs-lookup" name="crs-lookup" placeholder="Enter CRS/TIPLOC"/>
<br>
<button class="lookup-button" onclick="getTextEntry()">Lookup Departure Board</button>
<br>
<br>
<h2>Quick Links</h2>
<button class="actionbutton" onclick="gotoInfoBoard('bathspa')">BTH</button>
<button class="actionbutton" onclick="gotoInfoBoard('brstltm')">BRI</button>
<button class="actionbutton" onclick="gotoInfoBoard('brstpwy')">BPW</button>
<button class="actionbutton" onclick="gotoInfoBoard('crdfcen')">CDF</button>
<button class="actionbutton" onclick="gotoInfoBoard('gloster')">GCR</button>
<button class="actionbutton" onclick="gotoInfoBoard('oldfldp')">OLF</button>
<button class="actionbutton" onclick="gotoInfoBoard('soton')">SOU</button>
<button class="actionbutton" onclick="gotoInfoBoard('wstbryw')">WSB</button>
<button class="actionbutton" onclick="gotoInfoBoard('wsmare')">WSM</button>
2022-09-08 21:05:49 +01:00
<br>
<br>
<div class="text-description">
2022-09-21 09:50:31 +01:00
<p>This is an Alpha release and is under testing.</p>
<p>Some features may not work and some stations may not be available.</p>
</div>
2022-09-08 21:05:49 +01:00
<!-- Footer -->
2022-09-20 19:34:44 +01:00
<?php include "./page-blocks/footer.php" ?>
2022-09-08 21:05:49 +01:00
</body>
</html>